الجلد: فيكتور / 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://en.wikipedia.org/ https://vi.wikipedia.org/ https://test.wikipedia.org/ |
||
|
|||
Quarterly downloads | 899 (Ranked 1st) | ||
Public wikis using | 15,890 (Ranked 1st) | ||
Public wikis using as default skin | 6,923 | ||
Translate the Vector/2022 skin if it is available at translatewiki.net | |||
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. It has been bundled in MediaWiki since MediaWiki 1.38 . إنه المظهر الافتراضي للعديد من مشاريع ويكيميديا.
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.
التثبيت
- Download and place the file(s) in a directory called
Vector
in yourskins/
folder. - Add the following code at the bottom of your
LocalSettings.php
:
wfLoadSkin( 'Vector' );
- تم التنفيذ - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
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 do not use this; the description comes from the Wikibase extensions)
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 [url $ ، كان الجلد متاحًا على مسؤوليته الخاصة للأطراف الثالثة].
إذا كان أحد المواقع يستخدم Vector الجديد بين 1.36 إلى 1.38 ، فسيواجه تحديات عند الترقية إلى الإصدار 1.38. هذا أمر لا مفر منه وهو أحد أسباب عدم تشجيعنا على استخدام الجلد الجديد قبل 1.38.
If سمح الموقع للمستخدمين بالاشتراك في التجربة الجديدة ، وسيتم تقديم Vector القديم لهؤلاء المستخدمين ، وسيحتاجون إلى إعادة زيارة دولار واحد لتحديث تفضيل الجلد إلى Vector 2022.
بالنسبة إلى مواقع الويكي الكبيرة ، حيث قد يؤدي التغيير في الشكل إلى تعطيل المستخدمين المسجلين للدخول ، قد ترغب في التفكير في كتابة برنامج نصي للصيانة لترقية تفضيلات قاعدة البيانات الحالية. See T299104 and Extension:WikimediaMaintenance for more details.
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).