Skin:Vector/2022/pt-br

This page is a translated version of the page Skin:Vector/2022 and the translation is 24% complete.
Outdated translations are marked like this.
Este tema acompanha o MediaWiki 1.38 ou superior. Logo, não é necessário baixá-la novamente. No entanto, ainda é necessário seguir as outras instruções fornecidas.
MediaWiki skins manual - categoria
Vector 2022
Estado da versão: estável
Política de
compatibilidade
Snapshots releases along with MediaWiki. Master is not backwards compatible.
Composer mediawiki/vector-skin
Licença GNU General Public License 2.0 or later
Baixar
Exemplo https://en.wikipedia.org/
https://vi.wikipedia.org/
https://test.wikipedia.org/
Parâmetros
Quarterly downloads 709 (Ranked 1st)
Public wikis using 14,010 (Ranked 2nd)
Public wikis using as default skin 5,943
Para traduzir o tema Vector/2022, verifique sua disponibilidade no translatewiki.net
Função no Vagrant vector
Problemas : Tarefas em aberto · Relatar um erro

Vector 2022 é a segunda evolução do tema MediaWiki Vector e está em desenvolvimento como parte do projeto Melhorias no Desktop. Ele está integrado ao MediaWiki desde MediaWiki 1.38 . É o tema padrão para vários projetos da fundação Wikimedia.

Vector 2022 difere da maioria dos temas, porque não possui sua própria base de código; em vez disso, seu código faz parte da versão inicial do Vector e, assim os dois são baixados juntos.

A versão MediaWiki 1.38 deste tema marca o suporte oficial de terceiros. Observe que os sites que executam o MediaWiki 1.36 ou 1.37 e usam o Vector 2022 enfrentarão desafios ao atualizar para a versão 1.38. Acesse T299104 e Extension:WikimediaMaintenance para mais informações.

Instalação

  • Baixe e coloque o(s) arquivo(s) em uma pasta chamada Vector dentro da sua pasta skins/.
  • Adicione o seguinte código no final do arquivo LocalSettings.php:
    wfLoadSkin( 'Vector' );
    
  • Configure as required.
  •   Concluído - Vá até Special:Version em sua wiki para se certificar que a instalação da skin foi bem-sucedida.

Optional dependencies

Vector 2022 can make use of the following extensions if they are installed, though none are required:

  • UniversalLanguageSelector - for the language switch button
  • PageImages - to include an image for each page (if available) in the search bar
  • ShortDescription - to include a description for each page in the search bar (Wikimedia projects have similar functionality, but not using this extension)

Configuration

Making Vector 2022 the default skin

For MediaWiki 1.38 and higher, add the following to LocalSettings.php to make this the default skin:

$wgDefaultSkin = 'vector-2022';

Parameters

Note that Vector 2022 has several unstable feature flags, which may disappear at any time. Most of these feature flags relate to incomplete features. It is not recommended to change any feature flag from its default value unless listed here.

  • $wgVectorMaxWidthOptions - Can be used to configure whether the max-width applies. Relatively stable at this point.
  • $wgVectorLanguageInMainPageHeader - Controls whether the language button is shown on the main page in the header.
  • $wgVectorWvuiSearchOptions - Associative array with keys showDescription and showThumbnail (both booleans).

See also