Changes

Jump to navigation Jump to search
deny from all
</files>
 
===Import Template(s)===
 
Importing the Robelbox, or other, templates on mediawiki is tricky [https://stackoverflow.com/questions/678626/where-can-i-get-templates-for-mediawiki], at least the first time that you do it. Once you've got everything up and running to support templates (see above):
#Find the template on another mediawiki installation
#Go to Special:Export on that installation and export the template (but not its revision history)
#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 useable.
 
I also tried getting Template:Box-round from mediawiki.org. It required installation of TemplateStyles to give '':
 
In mediawiki/installs
wget https://extdist.wmflabs.org/dist/extensions/TemplateStyles-REL1_34-c4d6f25.tar.gz
tar -xzf TemplateStyles-REL1_34-c4d6f25.tar.gz -C /var/lib/mediawiki/extensions
 
Add to LocalSettings.php
wfLoadExtension( 'TemplateStyles' );
==Update Linux==

Navigation menu