Extension:SkinPerPage/pt-br

From mediawiki.org
This page is a translated version of the page Extension:SkinPerPage and the translation is 0% complete.
Manual de extensões do MediaWiki
Skin Per Page
Estado da versão: estável
Implementação Marcação
Descrição Allows using different skins on each page using ‎<skin> tag
Autor(es) Tim Starling
Última versão 1.2.0 (2018-08-16)
MediaWiki 1.31+
Licença GNU GPL (Licença Pública Geral) 2.0 ou superior
Download
Exemplo en.uncyclopedia.co
‎<skin>
Quarterly downloads 6 (Ranked 136th)
Para traduzir a extensão SkinPerPage, verifique sua disponibilidade no 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

  • Baixe e coloque o(s) arquivo(s) num diretório chamado SkinPerPage na sua pasta 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
  • Adicione o seguinte código ao final do seu arquivo LocalSettings.php :
    wfLoadExtension( 'SkinPerPage' );
    
  • Yes Concluído – Navegue à página Special:Version em sua wiki para verificar se a instalação da extensão foi bem sucedida.

See also