Manual:Footer

From MediaWiki.org

Jump to: navigation, search

[edit] Editing

To add or remove items from the footer on your MediaWiki page, you must edit the skin.

For example: if you go in to MonoBook.php (located by default in the skins folder) you will find the following code:

$footerlinks = array(
	'lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright',
	'privacy', 'about', 'disclaimer', 'tagline',
);

In the above you can simply add and remove items from the array that you wish to appear in your footer. This must be done for each template, though, and remember it may take a while to update due to MediaWiki caches.

You can also customize the individual items by modifying certain pages or parameters:

Line breaks in footer

Edit MediaWiki:Copyright and add <br /> tag before and after the actual text of the message.

[edit] images

[edit] See also