Jump to content

Extension:SkinPerPage/pl

From mediawiki.org
This page is a translated version of the page Extension:SkinPerPage and the translation is 25% complete.


Podręcznik rozszerzeń MediaWiki
Skin Per Page
Status wydania: stabilne
Realizacja Znaczniki
Opis Allows using different skins on each page using ‎<skin> tag
Autor(zy) Tim Starling
Ostatnia wersja 1.2.0 (2018-08-16)
MediaWiki 1.31+
‎<skin>
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie
Przykład en.uncyclopedia.co
Przetłumacz rozszerzenie SkinPerPage jeżeli jest dostępne na 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.


Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie SkinPerPage w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SkinPerPage
    
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'SkinPerPage' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Zobacz też