A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mediawiki.org/wiki/Skin:Vector/2022 below:

Skin:Vector/2022 - MediaWiki

This skin

comes with MediaWiki 1.38

and above. Thus you do not have to download it again. However, you still need to follow the other instructions provided.

Vector 2022 is a MediaWiki skin that is the second evolution of the Vector skin. It was developed as part of the Desktop improvements project. It has been bundled in MediaWiki since MediaWiki 1.38 . It is the default skin for various Wikimedia projects.

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. Note that sites running MediaWiki 1.36 or 1.37 that use Vector 2022 will hit challenges when upgrading to the 1.38 release. See T299104 and Extension:WikimediaMaintenance for more details.

Optional dependencies[edit]

Vector 2022 can make use of the following extensions if they are installed, though none are required:

Making Vector 2022 the default skin[edit]

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

$wgDefaultSkin = 'vector-2022';

Vector 2022 features a night mode or dark mode, which has three possible states:

Night mode is gated by a feature flag. To enable it, set $wgVectorNightMode as follows:

$wgVectorNightMode['beta'] = true;
$wgVectorNightMode['logged_out'] = true;
$wgVectorNightMode['logged_in'] = true;

When enabled, the default theme mode is day. To change the default theme for all users to automatic mode or night mode, you set the default for the user option with either:

$wgDefaultUserOptions['vector-theme'] = 'os';
// or 
$wgDefaultUserOptions['vector-theme'] = 'night';

Please note that your content has to be night mode compatible. You might want to read the recommendations for Wikimedia wikis .

Note that Vector 2022 has several unstable feature flags, which may disappear at any time. Most of these feature flags relate to incomplete features. It is not recommended to change any feature flag from its default value unless listed here.

Vector 2022 allows control over whether various menus appear pinned in the sidebar or collapsed into the header. These options can be configured both by users in their preferences and by administrators as default settings.

The following pinning options are available:

To change any of these defaults, add the corresponding lines to LocalSettings.php:

// Example: Collapse all menus
$wgDefaultUserOptions['vector-main-menu-pinned'] = 0;
$wgDefaultUserOptions['vector-page-tools-pinned'] = 0;
$wgDefaultUserOptions['vector-toc-pinned'] = 0;
$wgDefaultUserOptions['vector-appearance-pinned'] = 0;

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4