Скін:Вектор

From mediawiki.org
This page is a translated version of the page Skin:Vector and the translation is 45% 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 741 (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 Skin:Vector/2022 as part of the work done by the Reading/Web/Поліпшення стільниці initiative.

Встановлення

  • If using Vagrant , install with vagrant roles enable vector -p

Manual installation

  • Download and place the file(s) in a directory called Vector in your skins/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadSkin( 'Vector' );
    
  • Yes Готово - 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)

Змінні конфігурації

$wgVectorUseIconWatch

Дивіться і не переглядайте як значок, аніж посилання.

  • Supported values:
    • true — використовувати кнопки «Перейти» та «Знайти»;
    • false — використовуйте текстові посилання watch/unwatch
$wgVectorUseIconWatch = true;

$wgVectorResponsive

Версії MediaWiki:
1.26 – 1.35

* Експериментальні налаштування, щоб зробити вектор трохи більш чутливим. false by default.

  • Supported values:
    • true — Використовуйте чуйність для підвищення зручності використання в вузьких вікнах перегляду
    • false — Немає відгуку

Версії 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 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.


Характеристики

Основні особливості векторного скіна

  • Зниження безладності, перш за все зменшення кількості ліній на екрані
  • Більш помітне розміщення пошукового порталу
  • Візуальне відокремлення посилань на зміст-дії та області імен, перші з яких розділені на вкладки перегляду та пункти меню дій
  • Автоматичне збільшення/зменшення маржів у всьому користувацькому інтерфейсі на основі розміру браузера
  • Використання значка зірки для перегляду та відстеження дій
Додані функції розширення розширення Vector (деякі з цих функцій пізніше були об'єднані в колі Vector або в MediaWiki Core або були видалені)
  • Спрощений пошуковий портал, включаючи пропозиції
  • Збірні навігаційні портали
  • Попередження при виході з сторінки редагування без збереження
  • Автоматичне приховування вкладок, які не підходять на екрані

Експериментальні векторні можливості розширення

  • Спрощений вміст нижнього колонтитула
  • Поле пошуку розширюється в фокусі
  • Редагування посилань переноситься безпосередньо на заголовок, а не справа, і використовуйте піктограму
Підтримка CollapsibleNav через розширення CollapsibleVector

Примітки

Collapsible navigation

Розбірні навігаційні портали тепер надаються розширенням CollapsibleVector , який також буде встановлено додатково.

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 Reading/Web/Поліпшення стільниці initiative.

Тема оформлення Векторное предоставляет ряд поліпшень юзабилити у порівнянні з йогопопередником Monobook. Це був перший скін, який розділив плоский рівень content_actions на категоризований content_navigation.

На початку основна функціональність була включена в основний скін, а деякі з особливостей Vector були оброблені окремою розширенням (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 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 .

Див. також

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.