This page is a translated version of the page Skin:Vector/2022 and the translation is 21% complete.
Outdated translations are marked like this.
This skin comes with MediaWiki 1.38 and above. Thus you do not have to download it again. However, you still need to follow the other instructions provided.
MediaWiki skins manual - categoría
Vector 2022
Estado de lanzamiento: estable
Compatibility policy Snapshots releases along with MediaWiki. Master is not backwards compatible.
Composer mediawiki/vector-skin
Licencia GNU Licencia Pública general 2.0 o más tarde
Descarga
Ejemplo https://en.wikipedia.org/
https://vi.wikipedia.org/
https://test.wikipedia.org/
Parámetros
Quarterly downloads 748 (Ranked 1st)
Public wikis using 14,010 (Ranked 2nd)
Public wikis using as default skin 5,943
Translate the Vector/2022 skin if it is available at translatewiki.net
Vagrant role vector
Asuntos : Tareas abiertas · Reportar un bug

Vector 2022 es la segunda evolución de la skin de MediaWiki Vector y se encuentra en desarrollo como parte del proyecto de Mejoras de escritorio. Se incluye en MediaWiki desde MediaWiki 1.38 . Es la skin predeterminada para varios proyectos Wikimedia.

Vector 2022 differs from most skins in that it does not have its own code base; rather, its code is part of the Vector skin's, and the two are downloaded together.

Version MediaWiki 1.38 of this skin marked official 3rd party support.

Si un sitio que ejecuta MediaWiki 1.36 o 1.37 está utilizando Vector 2022, se encontrará con problemas al actualizar a la versión 1.38. Para más detalles, consulta T299104 y Extension:WikimediaMaintenance .

Instalación

  • Descarga y extrae los archivos en el directorio «Vector» dentro del directorio skins/ existente.
  • Añade el siguiente código al final de tu archivo LocalSettings.php :
    wfLoadSkin( 'Vector' );
    
  • Configure as required.
  •   Hecho - Navega a Special:Version en tu wiki para verificar que la apariencia se ha instalado correctamente.

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

Since MediaWiki 1.38 and higher, add the following to LocalSettings.php to make Vector 2022 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. We do not recommend changing 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 shows on the main page in the header.
  • $wgVectorWvuiSearchOptions - Associative array with keys showDescription and showThumbnail (both booleans).

See also