Extension:SkinPerPage/de

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MediaWiki-Erweiterungen
Skin Per Page
Freigabestatus: stabil
Einbindung Tag
Beschreibung Allows using different skins on each page using ‎<skin> tag
Autor(en) Tim Starling
Letzte Version 1.2.0 (2018-08-16)
MediaWiki 1.31+
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
Beispiel 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').
Übersetze die SkinPerPage-Erweiterung, wenn sie auf translatewiki.net verfügbar ist

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/de</tvar>|Download]] and move the extracted <tvar name=name>SkinPerPage/de</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%2Fde
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'SkinPerPage/de' );
    
  • 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>

Siehe auch