![]() Release status: stable |
|
---|---|
Implementation | Tag |
Description | Allows using different skins on each page using โ<skin> tag |
Author(s) | Tim Starling |
Latest version | 1.2.0 (2018-08-16) |
MediaWiki | 1.31+ |
License | GNU General Public License 2.0 or later |
Download | Download extension Git [?]: |
Example | en.uncyclopedia.co |
Tags
โ<skin> |
|
Hooks used
|
|
Quarterly downloads | 7 (Ranked 163rd) |
Translate the SkinPerPage extension if it is available at translatewiki.net | |
The SkinPerPage 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 for this to work.
Installation
- Download and place the file(s) in a directory called
SkinPerPage
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
wfLoadExtension( 'SkinPerPage' );
file: Done โ Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also
- Extension:SkinPerNamespace
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.