الجلد: فيكتور / 2022

From mediawiki.org
This page is a translated version of the page Skin:Vector/2022 and the translation is 10% complete.
Outdated translations are marked like this.
هذه السمة تأتي مع إصدار ميدياويكي 1.38 وما بعده. لذا لن تحتاج لتنزيل هذه السمة مرة أخرى. إلا أنك سوف تحتاج لاتباع التعليمات الأخرى المقدمة.
MediaWiki skins manual - category
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://en.wikipedia.org/
https://vi.wikipedia.org/
https://test.wikipedia.org/
Parameters
Quarterly downloads 755 (Ranked 1st)
Public wikis using 14,010 (Ranked 2nd)
Public wikis using as default skin 5,943
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 ميدياويكي 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.

Version MediaWiki 1.38 of this skin marked official 3rd party support.

إذا كان أحد المواقع يستخدم Vector الجديد بين 1.36 إلى 1.38 ، فسيواجه تحديات عند الترقية إلى الإصدار 1.38. See T299104 and Extension:WikimediaMaintenance for more details.

التثبيت

  • 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' );
    
  • Configure as required.
  • Yes تم التنفيذ - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

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)

Configuration

Making Vector 2022 the default skin

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

$wgDefaultSkin = 'vector-2022';

Parameters

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