Skin:Vector/2022/pt-br
| This code base is maintained by the Reader Experience team. |
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/ |
||
|
|||
| Quarterly downloads | 0 | ||
| 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
Vectordentro da sua pastaskins/. - 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';
Features
Dark mode
| Versão do MediaWiki: | 1.43 |
Vector 2022 features a night mode (aka dark mode), which has three possible states:
day- also known as light modenight- also known as dark modeos- also known as automatic. This mode will automatically adapt to the state of the operating system or browser
Night mode is gated by a feature flag.
To enable it, set $wgVectorNightMode as follows:
$wgVectorNightMode['beta'] = true;
$wgVectorNightMode['logged_out'] = true;
$wgVectorNightMode['logged_in'] = true;
When enabled, the default theme mode is day. To change the default theme for all users to automatic mode or night mode, you set the default for the user option with either:
$wgDefaultUserOptions['vector-theme'] = 'os';
// or
$wgDefaultUserOptions['vector-theme'] = 'night';
Please note that your content has to be night mode compatible. You might want to read the recommendations for Wikimedia wikis.
Configurability
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.$wgVectorTypeahead- Associative array with configuration keys for API URLs and options such asshowDescriptionandshowThumbnail(both booleans).
Pinning
Vector 2022 allows control over whether various menus appear pinned in the sidebar or collapsed into the header. These options can be configured both by users in their preferences and by administrators as default settings.
The following pinning options are available:
vector-main-menu-pinned- Controls the main navigation menu position- 1 (default) - Menu is pinned in the left sidebar
- 0 - Menu is collapsed into header hamburger icon
vector-page-tools-pinned- Controls the page tools menu position- 1 (default) - Tools are pinned in the right sidebar
- 0 - Tools are collapsed into header icon
vector-toc-pinned- Controls the table of contents position- 1 (default) - Table of contents is pinned in the left sidebar
- 0 - Table of contents is collapsed into a floating button
vector-appearance-pinned- Controls the appearance menu position- 1 (default) - Appearance options are pinned in the sidebar
- 0 - Appearance options are collapsed into header icon
To change any of these defaults for logged in users, add the corresponding lines to LocalSettings.php:
Note this will not work for anonymous users due until T366999 is worked on.
// Example: Collapse all menus
$wgDefaultUserOptions['vector-main-menu-pinned'] = 0;
$wgDefaultUserOptions['vector-page-tools-pinned'] = 0;
$wgDefaultUserOptions['vector-toc-pinned'] = 0;
$wgDefaultUserOptions['vector-appearance-pinned'] = 0;
Workarounds
To pin the sidebar for anonymous users by default, this code can be added at the beginning of MediaWiki:Common.js (see live example):
if (!mw.config.get('wgUserName')) {
const observer = new MutationObserver((mutationsList, observer) => {
for (const mutation of mutationsList) {
if (mutation.target.classList.contains('vector-animations-ready')) {
document.querySelector( '[data-event-name="pinnable-header.vector-main-menu.pin"]' ).click()
observer.disconnect();
break;
}
}
});
observer.observe(document.documentElement, { attributes: true, attributeFilter: ['class'] });
}
If you also want to pin the tools for anonymous users by default, you can add the following line of code (after line 5):
document.querySelector( '[data-event-name="pinnable-header.vector-page-tools.pin"]' ).click()
See also
| Este tema está sendo usada(o) por um ou mais projetos da Wikimedia. Isto significa que, provavelmente, o tema é estável e funciona bem o suficiente para ser utilizada(o) em sites da web de alto tráfego. Procure pelo nome desse tema nos arquivos de configuração CommonSettings.php e InitialiseSettings.php da Wikimedia para verificar onde ele foi instalado. Uma lista completa dos temas instalados numa wiki em particular podem ser visualizados na página Special:Version da wiki. |
| Esta aparência (tema, skin) está incluída nas seguintes fazendas/hospedagens (farms/hosts) e/ou pacotes wiki: Esta não é uma lista autoritativa (oficial). Algumas fazendas/hospedagens (farms/hosts) e/ou pacotes wiki podem conter esta aparência (tema, skin) mesmo que não estejam listados aqui. Sempre verifique com suas fazendas/hospedagens (farms/hosts) ou pacotes wiki para confirmar. |
- GPL licensed skins/pt-br
- Stable skins/pt-br
- Skins supporting Composer/pt-br
- Skins in Wikimedia version control/pt-br
- All skins/pt-br
- Skins bundled with MediaWiki 1.38/pt-br
- Skins used on Wikimedia/pt-br
- Skins included in Canasta/pt-br
- Skins available as Debian packages/pt-br
- Skins included in Miraheze/pt-br
- Skins included in MyWikis/pt-br
- Skins included in ProWiki/pt-br
- Skins included in semantic::core/pt-br
- Skins included in ShoutWiki/pt-br
- Skins included in Telepedia/pt-br
- Skins included in wiki.gg/pt-br
- Skins included in WikiForge/pt-br
- Vector skin/pt-br
- Skins with dark mode/pt-br
