Extension:SkinPerPage

From MediaWiki.org

Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
Skin Per Page

Release status: stable

Implementation Tag
Description Allows using different skins on each page using <skin> tag
Author(s) Tim Starling
Last Version 1.0
MediaWiki 1.10+
License No license specified
Download MediaWiki SVN
Example http://wikimediafoundation.org/wiki/Special:Version

This extension allows using different skins on different pages. You can add a line to the top of the page like this:

<skin>SkinName</skin>

Where SkinName is the name of the skin to be used on that page. The skin must be installed first.

[edit] Installation

Download the source from SVN, and save the files in a folder named SkinPerPage under your extensions folder. Then add a line to your LocalSettings.php like:

require_once("$IP/extensions/SkinPerPage/SkinPerPage.php");

This extension is being used on one or more of Wikimedia's wikis. It means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki is produced by Special:Version on that wiki.

Personal tools