Tema:Vector
Vector Estado da versão: estável |
|||
---|---|---|---|
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backwards compatible. | ||
Composer | mediawiki/vector-skin | ||
Licença | GNU - Licença Pública Geral 2.0 ou superior | ||
Transferência | |||
Exemplo | |||
|
|||
Quarterly downloads | 742 (Ranked 1st) | ||
Public wikis using | 14,010 (Ranked 2nd) | ||
Public wikis using as default skin | 5,943 | ||
Traduza o tema Vector se este estiver disponível em translatewiki.net | |||
Vagrant role | vector | ||
Problemas : | Tarefas em aberto · Reportar um erro |
In recent years the skin has undergone a number of technical changes, e.g. the switch to Mustache to support the construction of Skin:Vector/2022 as part of the work done by the Leitura/Web/Melhorias da Área de Trabalho initiative.
Instalação
- If using Vagrant , install with
vagrant roles enable vector -p
Manual installation
- Download and place the file(s) in a directory called
Vector
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadSkin( 'Vector' );
- Pronto - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
Setting the default skin to Vector
A default skin should be set for new users of a wiki by setting the variable $wgDefaultSkin
in LocalSettings.php
to the lowercase skin name specified in the skin file:
$wgDefaultSkin = 'vector'; // "Legacy" Vector (2010)
$wgDefaultSkin = 'vector-2022'; // New Vector (2022)
Opções de configuração
$wgVectorUseIconWatch
- Segue e deixa de seguir como um ícone em vez de um link.
- Supported values:
true
— usar o ícone seguir/deixar de seguirfalse
— usar o link de texto seguir/deixar de seguir
$wgVectorUseIconWatch = true;
$wgVectorResponsive
Versões do MediaWiki: | 1.26 – 1.35 |
* Configuração experimental para tornar o Vector um pouco mais responsivo.
false
by default.
- Supported values:
true
— Uso da capacidade de resposta para melhorar a usabilidade em vistas estreitasfalse
— Sem capacidade de resposta
$wgVectorPrintLogo
Versões do MediaWiki: | 1.30 – 1.35 |
Logotipo usado em estilos de impressão.
Chaves são 'url'
, 'width'
, 'height'
(em pixels).
Note that this solution only works correctly if the image pointed to by 'url'
is an SVG that does not specify width and height attributes, or its width and height match the corresponding variables below.
Como alternativa, um PNG ou outro tipo de imagem pode ser usado, mas suas dimensões também precisam corresponder à variável correspondente abaixo.
Isso, por sua vez, pode resultar em imagens tremidas.
For MediaWiki 1.36 and higher, the print logo will simply be set from Manual:$wgLogos .
$wgVectorPrintLogo = [
'url' => 'https://en.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg',
'width' => 174,
'height' => 27
];
$wgVectorShareUserScripts
Setting to false
prevents Vector 2022 skin from loading MediaWiki:Vector.css and MediaWiki:Vector.js.
Funcionalidades
- Funcionalidades básicas do tema Vetor
- Desordem reduzida, primariamente reduzindo o número de linhas na tela;
- Colocação do portal de busca mais prominente;
- Separação visual dos enlaces contido-acção e espaço de nomes, o primeiro dos quais se divide em flanges de visualização e elementos do menu de ações;
- Incremento/diminuição automática das margens da interface em função do tamanho do navegador, e;
- Uso do ícone estrela para as ações de seguir/deixar de seguir.
- Acrescentadas as características da extensão Vetor (algumas destas características fundiram-se posteriormente na pele do Vetor ou no núcleo de MediaWiki ou eliminaram-se)
- Portal de busca simplificado, incluindo sugestões
- Portais de navegação ocultables
- Alerta quando se abandona uma página de edição sem guardar
- Ocultamiento automático das flanges que não cabem no ecrã
- Recursos da extensão experimental Vector
- Conteúdo do rodapé simplificado;
- Caixa de pesquisa se expande quando em foco, e;
- Links de edição de seções são movidos para estar diretamente ao lado do cabeçalho, em vez de à direita, e usam um ícone.
- Suporte de CollapsibleNav mediante a extensão CollapsibleVector
Notas
Collapsible navigation
Os portais de navegação recolhíveis agora são fornecidos pela extensão CollapsibleVector , que deverá ser instalada adicionalmente.
Smartphone and tablet design
Vector will work on many mobile devices, but it is not fully optimized for mobile devices. This latest version of Vector, Vector 2022, has better support for mobile devices.
History of the skin
Vector was created in 2009 as part of the work done by the Wikipedia Usability Initiative . It became MediaWiki's default skin in 2010 (MediaWiki 1.17 , git #2833b07a), succeeding Tema:MonoBook . In 2022, as part of the MediaWiki 1.38 release, it was updated as part of the work done by the Leitura/Web/Melhorias da Área de Trabalho initiative.
Vetor proporciona um número de melhoras de usabilidade acima de seu predecessor.
Foi a primeira skin que separava o nível de "content_actions
" (acções de conteúdo) que tinha uma aparência plana, para o transformar no "content_navigation
" (navegação de conteúdo) categorizado.
No início, a funcionalidade básica foi incluída no núcleo do tema, enquanto algumas das características especiais da Vector foram tratadas por uma extensão separada (Extension:Vector ). In MediaWiki 1.22, the extension was merged into the skin.
Dark mode customizations
Parts of this page (those related to section) are outdated. |
A dark color scheme can be applied to Vector using CSS , for example with user styles, [1] which are enabled by default. Dark mode derivatives of the Vector skin, such as Skin:DarkVector , can be loaded into a wiki as a separate option.
Note all of these are supported by third parties, not the Wikimedia Foundation .
Consulte também
- Skin:Vector/2022 – The 2022 version of Vector
- Skin:DarkVector – Dark theme of the same skin
- Skin:Vector/VectorBook.css – CSS code to get the book background image from Tema:MonoBook in this skin.
- Skin:Vector/monobook-replica.css – An experiment to make Vector appear as similar to MonoBook as possible using CSS code applied on top of it.
- Skin:Vector/Customize – How to Customize appearance and add some custom HTML code in different places.
New Vector skin in 1.38+
Versão MediaWiki: | ≥ 1.38 |
In MediaWiki 1.38 a new variant of Vector, Vector 2022 , was created as part of the Desktop Improvements project.
Este tema está a ser utilizado em um ou mais projetos da Wikimedia. Isso provavelmente significa que a tema é estável e funciona bem o suficiente para ser usada por esses sites de alto tráfego. Procure o nome desta tema nos arquivos de configuração CommonSettings.php e InitialiseSettings.php da Wikimedia para ver onde está instalado. Uma lista completa das temas instaladas em um determinado wiki pode ser vista na página Special:Version do wiki. |
This skin is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this skin even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |