Extension:SkinPerPage/en

From Linux Web Expert

MediaWiki extensions manual
Skin Per Page
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
Example en.uncyclopedia.co
‎<skin>
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
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

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/SkinPerPage/en</tvar>|Download]] and move the extracted <tvar name=name>SkinPerPage/en</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SkinPerPage%2Fen
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'SkinPerPage/en' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

See also