Changes

Jump to navigation Jump to search
#Import the template on the wiki using Special:Import, set the interwiki prefix to something that designates the source, like en for English Wikipedias.
I did this for the [https://ts.wikipedia.org/wiki/Template:Robelbox Robelbox template], which I got from https://en.wikiversity.org/wiki/Special:Export, however, it wasn't useableand I couldn't work out why.
I got Template:Box-round from mediawiki.org: https://www.mediawiki.org/wiki/Template:Box-round. It required installation of TemplateStyles to give '', which in turn might need JsonConfig:
In mediawiki/installs
wfLoadExtension( 'TemplateStyles' );
wfLoadExtension( 'JsonConfig' );
 
Now [[Template:Box-round]] works fine but [[Template:Tl]] has an error message (it previously said [[Module:TNT]] was missing, so I got it from www.mediawiki/w/Module:TNT).
==Update Linux==

Navigation menu