This page is a translated version of the page Skin:Vector/2022 and the translation is 28% complete.
此皮肤随附于MediaWiki 1.38及更高版本。 因此您无需另外下载。 但是,您仍需遵循此页面提供的其他使用说明。
MediaWiki外觀手冊 - 分類
Vector 2022
發行狀態: 穩定版
兼容性方針 快照跟随MediaWiki发布。 master分支不向后兼容。
Composer mediawiki/vector-skin
許可協議 GNU通用公眾授權條款2.0或更新版本
下載
示例 https://en.wikipedia.org/
https://vi.wikipedia.org/
https://test.wikipedia.org/
參數
Quarterly downloads 684 (Ranked 1st)
Public wikis using 14,010 (Ranked 2nd)
Public wikis using as default skin 5,943
翻譯Vector/2022外觀(如在translatewiki.net可用)
Vagrant角色 vector
問題 : 進行中的工作 · 回報錯誤

Vector 2022是MediaWiki皮肤Vector的二次修改版,是Desktop improvements项目的一部分。 它从MediaWiki 1.38 起被加入到MediaWiki中。 它是多个维基媒体项目的默认皮肤。

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.

安裝

  • 下载文件,并将其放置在您skins/文件夹中的Vector目录内。
  • 将下列代码放置在您的LocalSettings.php 文件的底部:
    wfLoadSkin( 'Vector' );
    
  •   完成 - 在您的wiki上打开Special:Version,以确认皮肤已成功安装。

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)

Making Vector 2022 the default skin

For MediaWiki versions 1.38 and higher, add the following to LocalSettings.php to make Vector 2022 the default skin:

$wgDefaultSkin = 'vector-2022';

For versions 1.36 and 1.37, you should instead add the following:

$wgVectorResponsive = true;
$wgVectorDefaultSkinVersion = '2';

1.38版本相关注意事项

1.38版本标志着该皮肤得到官方的第三方支持。然而在1.36至1.38版,皮肤虽然可用但需承担第三方风险

If a site running MediaWiki 1.36 or 1.37 is using Vector 2022, it will hit challenges when upgrading to the 1.38 release. This is unavoidable, and one of the reasons why the use of this skin was discouraged prior to 1.38.

If the site allowed users to opt into the new experience, these users will be served legacy Vector after the upgrade, and will need to revisit Special:Preferences to update their skin preference to Vector 2022.

在大规模的维基站点,皮肤的修改可能对已登录用户造成困扰。您可能需要编写一个维护脚本来升级现有的数据库设置。 详情请见T299104擴展:WikimediaMaintenance

Configuration parameters

Note that Vector 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