Тема оформления:Векторное

This page is a translated version of the page Skin:Vector and the translation is 15% complete.
Outdated translations are marked like this.
Эта тема оформления поставляется с MediaWiki 1.16 и выше. Таким образом, вам не нужно загружать его снова. Тем не менее, вы всё равно должны следовать другим инструкциям.
MediaWiki skins manual - category
Vector
Release status: stable
Compatibility policy Snapshots releases along with MediaWiki. Master is not backwards compatible.
Composer mediawiki/vector-skin
License GNU General Public License 2.0 or later
Download
Example
Parameters
Quarterly downloads 755 (Ranked 1st)
Public wikis using 14,010 (Ranked 2nd)
Public wikis using as default skin 5,943
Translate the Vector skin if it is available at translatewiki.net
Vagrant role vector
Issues : Open tasks · Report a bug

Vector is a MediaWiki skin that has been MediaWiki's default skin since 2010, replacing Тема оформления:MonoBook .

In recent years the skin has undergone a number of technical changes, e.g. the switch to Mustache to support the construction of Тема оформления:Vector/2022 as part of the work done by the Чтение/Веб/Улучшения интерфейса настольной версии initiative.

Установка

  • Если используется Vagrant , установите с помощью vagrant roles enable vector -p

Ручная установка

  • Скачайте и распакуйте файл(ы) в папку с именем «Vector» в папке skins/ вашего сайта.
  • Добавьте следующий код в ваш файл LocalSettings.php :
    wfLoadSkin( 'Vector' );
    
  •   Готово - Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что тема оформления успешно установлена.

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)

Настройки конфигурации

$wgVectorUseIconWatch

Watch and unwatch as an icon rather than a link.

  • Supported values:
    • trueuse an icon watch/unwatch button
    • falseuse watch/unwatch text link
$wgVectorUseIconWatch = true;

$wgVectorResponsive

Версии MediaWiki:
1.26 – 1.35

Experimental setting to make Vector a responsive skin that adapts to mobile phones. false by default.

  • Supported values:
    • trueUse responsiveness to improve usability in narrow viewports
    • falseNo responsiveness

Версии MediaWiki:
1.30 – 1.35

Logo used in print styles.

Keys are 'url', 'width', 'height' (in 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. Alternatively, a PNG or other type of image can be used, but its dimensions also need to match the corresponding variable below. That in turn may result in blurry images, though.

For MediaWiki 1.36 and higher, the print logo will simply be set from Руководство:$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.


Возможности

Basic features of the Vector skin
  • Reduced clutter, primarily by reducing the number of lines on screen
  • More prominent placement of the search portal
  • Visual separation of the content-action and namespace links, the former of which being divided into view tabs and action menu items
  • Automatic increase/decrease of margins throughout the user interface based on browser size
  • Use of a star icon for watch and unwatch actions
Added features of the Vector extension (some of these features have later been merged into the Vector skin or into the MediaWiki Core or have been removed)
  • Simplified search portal, including suggestions
  • Collapsible navigation portals
  • Alert when leaving an edit page without saving
  • Automatic hiding of tabs that do not fit on screen
Experimental Vector extension features
  • Simplified footer content
  • Search box expands on focus
  • Section edit links are moved to be directly next to heading instead of on the right, and use an icon
CollapsibleNav support via CollapsibleVector/ru extension

Заметки

Сворачиваемая навигация

Сворачиваемая навигация теперь обеспечивается расширением CollapsibleVector/ru , которое необходимо будет установить дополнительно.

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 Тема оформления:MonoBook . In 2022, as part of the MediaWiki 1.38 release, it was updated as part of the work done by the Чтение/Веб/Улучшения интерфейса настольной версии initiative.

Тема оформления Векторное предоставляет ряд улучшений юзабилити в сравнении с его предшественником MonoBook. Это была первая тема оформления, которая отделила content_actions и категоризованную content_navigation.

Первоначально основная функциональность была включена в основную тему оформления, в то время как некоторые особенные функции обрабатывались отдельным расширением (Extension:Vector ). In MediaWiki 1.22, the extension was merged into the skin.

Dark mode customizations

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 Тема оформления:DarkVector , can be loaded into a wiki as a separate option.

Note all of these are supported by third parties, not the Wikimedia Foundation .

См. также

New Vector skin in 1.38+

Версия MediaWiki:
1.38

In MediaWiki 1.38 a new variant of Vector, Vector 2022 , was created as part of the Desktop Improvements project.