Extension:SkinPerPage/de-formal

This page is a translated version of the page Extension:SkinPerPage and the translation is 25% complete.
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 3 (Ranked 146th)
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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens SkinPerPage im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SkinPerPage
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'SkinPerPage' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Siehe auch