Table of Contents

MediaWIki

Using

Notes from a regular user's perspective.

Signature

—[[User:Rylie_James_Thomas|rjt]] ([[User_talk:Rylie_James_Thomas|talk]])
— [[User:Rjt|rjt]] ([[User_talk:Rjt|talk]])

See Also

Running

Note's from an admin's perspective.

Setup

Interwiki

Like DokuWiki, Mediawiki has a dedicated syntax for interwiki links. Practically, they're a quick way to link to other sites, so useful for one's you link to often.

The easiest way to add links is to use the included Interwiki extension, which requires a little manual setup: Just add these lines to your LocalSettings.php file

wfLoadExtension( 'Interwiki' );
$wgGroupPermissions['sysop']['interwiki'] = true;

If you want to add little icons before/after links like in Dokuwiki, you can use the CSS :before or :after

The default Mediawiki search is pretty shit. Autocomplete doesn't work unless you get the page name right (including case), and it seems to miss stuff in the results page.

Templates

Templates are a really useful tool for inserting information on multiple pages. They can be simple—like insert a single word; or complex—like the 'infoboxes' you see on Wikipedia pages, and even using conditional statements.

To save people the hassle of having to copy+paste the template text each time, you can add a button to the editor:

And include 'template data' into your templates so they'll show up.

Infobox

Theming

There are a few different ways to theme MediaWiki.

My theme for the Game Making Tools Wiki is built on top of the Timeless skin. rjt/mediawiki-theme-timeless-gmt

My theme for the Videogame Interface Wiki is built on the new Vectorr 2022 skin, but it's arse and breaks often. I'm going to switch to Timeless for that one too.

Skins

Mediawiki skins are way too complicated, I think I've given up on ever creating one.

Looking for Mediawiki skins is annoying! MediaWiki's wiki has a section that collects some together, but there's no gallery of screenshots.

Notes

These notes are from when I was looking for a new skin for Game Making Tools's wiki (ended up going with Timeless). Looking for something with a narrower reading area1), produces nice markup, and uses grid.

Vetoed:

See Also

Extensions

See Also

1)
default skins expand to fill width of the browser window, and are fiddlier than they should be to fix
2)
This is the innocuous-looking line that's making this