Giao diện:Vector/2022
![]() 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 | https://fr.wikipedia.org/ https://vi.wikipedia.org/ https://test.wikipedia.org/ |
||
|
|||
Translate the Vector/2022 skin if it is available at translatewiki.net | |||
Check usage and version matrix; | |||
Vagrant role | vector | ||
Issues : | Open tasks · Report a bug |
Vector 2022 is the second evolution of the MediaWiki Vector skin and is in development as part of the Desktop improvements project and in MediaWiki 1.38 . It is the default skin for various Wikimedia projects.
Cài đặt
- Tải và đặt (các) tệp trong một thư mục với tên
Vector
trong thư mụcskins/
của bạn. - Thêm mã sau vào dưới cùng tệp LocalSettings.php của bạn:
wfLoadSkin( 'Vector' );
Xong - Chuyển tới Special:Version trên wiki của bạn để xác nhận skin được cài đặt thành công.
Optional dependencies
Vector 2022 makes use of the following extensions, though none are hard requirements:
- Extension:UniversalLanguageSelector - for the language switch button
- Extension:PageImages - If you want to include an image for the page (if available) in the new search bar
- Extension:ShortDescription - If you want to include a description for the page in the new search bar (Wikimedia projects does not use this; the description comes from Wikibase instead)
Note about 1.38 release
The 1.38 release marked official 3rd party support for the skin however between 1.36 and 1.38 the skin has been available at 3rd parties own risk.
If a site has been using new Vector between 1.36 to 1.38, they will hit challenges when upgrading to the 1.38 release. This is unavoidable and one of the reasons why we've been discouraging the use of the new skin prior to 1.38.
If you have been using Vector 2022 as the default skin, they will need to update wgDefaultSkin in LocalSettings.php after upgrading:
$wgDefaultSkin = 'vector-2022';
If the site allowed users to opt into the new experience, these users will be served legacy Vector, and would need to revisit Special:Preferences to update their skin preference to Vector 2022.
For large wikis, where a change in skin may be disruptive to logged in users, you may want to consider writing a maintenance script to upgrade existing database preferences. See T299104 and Extension:WikimediaMaintenance for more details.
Configuration parameters
Note Vector has several unstable feature flags that 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.
VectorLanguageInMainPageHeader
Controls whether the language button shows on the main page in the header.