How do I get my mediawiki wiki to look unique?
November 7, 2005 5:28 AM Subscribe
I've a mediawiki wiki set up locally and I'd like to have the wiki pages display a custom header/footer--basically I'd like to include it into a pre-existing template. I'm not finding too much information on the meta site, and am actually looking for a good site or article(s) penned for mediawiki customizor novices in mind that would pretty much push me in a good direction to go.
Also, can anyone point me to any mediawiki-enabled Web sites that are highly customized layout? Every mediawiki site I've come across looks pretty much the same layout with the only real diffence being in colors.
posted by missed to computers & internet (5 answers total)
You'll want to look in the skins subdirectory if you want to start hacking the HTML. The default skin is called "MonoBook", and uses the obviously named files and subdirectories. But you might be better off sticking to CSS changes ("MediaWiki:Monobook.css") and configurable messages ("Special:Allmessages"), since they're tracked and diffable and revertable and so forth.
posted by Plutor at 5:37 AM on November 7, 2005