Skin:Vector
![]() Freigabestatus: stabil |
|||
---|---|---|---|
![]() |
|||
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backwards compatible. | ||
Composer | mediawiki/vector-skin | ||
Lizenz | GNU General Public License 2.0 oder neuer | ||
Herunterladen | |||
Beispiel | https://en.wikipedia.org/ | ||
|
|||
Übersetze den Vector skin wenn es auf translatewiki.net verfügbar ist | |||
Prüfe die Benutzungs- und Versionsmatrix. | |||
Vagrant role | vector | ||
Probleme : | Offene Aufgaben · Einen Fehler melden |
Vector
Ein auf Monobook basierender Skin, mit einigen Bedienbarkeitsverbesserungen
|
Vector ist ein Skin für MediaWiki, das 2010 als Nachfolger von MonoBook zum Standard geworden ist.
In den vergangenen Jahren machte das Skin eine Reihe von Veränderungen durch, z.B. den Wechsel zu Mustache und die Ergänzung einiger neuer Features.
Installation
- Wenn du Vagrant verwendest, installiere mit
vagrant roles enable vector -p
Manuelle Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
Vector
im Ordnerskins/
ablegen. - Ergänze folgenden Code am Ende deiner LocalSettings.php:
wfLoadSkin( 'Vector' );
Erledigt - Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob der Skin erfolgreich installiert ist.
Für Benutzer, die MediaWiki 1.24 oder frühere Versionen nutzen:
Die obigen Anweisungen beschreiben die neue Art der Installation von Skins unter Verwendung von wfLoadSkin()
, verfügbar seit MediaWiki 1.25. Wenn du den Skin in früheren Versionen installierst, musst du anstelle von wfLoadSkin( 'Vector' );
Folgendes verwenden:
require_once "$IP/skins/Vector/Vector.php";
(Um einen Skin auf einem früheren Release zu betreiben, musst du womöglich die Version, die für diesen Release getaggt ist, von Special:SkinDistributor herunterladen.)
Standardskin für ein Wiki bestimmen
Eine Voreinstellung auf das Vector Skin für neue Benutzer eines Wiki kann mit der Einstellung $wgDefaultSkin
in der LocalSettings.php
zum kleingeschriebenen Skin-Namen getroffen werden:
$wgDefaultSkin = 'vector';
// uncomment the following line to restore "classic" Vector appearance.
// $wgVectorDefaultSkinVersion = '1';
Konfigurationseinstellungen
wgVectorUseIconWatch
Watch and unwatch as an icon rather than a link.
- Supported Values:
true
— use an icon watch/unwatch buttonfalse
— use watch/unwatch text link
$wgVectorUseIconWatch = true;
wgVectorResponsive (< 1.36)
MediaWiki Version: | ≥ 1.26 |
Experimental setting to make Vector a responsive skin that adapts to mobile phones. Not actively being tested or used in production (yet) but relatively stable and false by default.
- Supported Values:
true
— Use responsiveness to improve usability in narrow viewportsfalse
— No responsiveness
Note as of 1.36 this experimental feature flag no longer works in the default Vector skin. Those looking for a responsive Vector skin can use #New Vector skin in 1.36+ at their own risk.
wgVectorPrintLogo (< 1.36, removed in 1.36)
MediaWiki Version: | ≥ 1.30 |
Logo used in print styles.
Keys are 'url'
, 'width'
, 'height'
(in pixels).
Note that this solution only works correctly if the image pointed to by 'url'
is an SVG that does not specify width and height attributes, or its width and height match the corresponding variables below.
Alternatively, a PNG or other type of image can be used, but its dimensions also need to match the corresponding variable below.
That in turn may result in blurry images, though.
In 1.36, please use Handbuch:$wgLogos
$wgVectorPrintLogo = [
'url' => 'https://en.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg',
'width' => 174,
'height' => 27
];
Funktionen
- Basic features of the Vector skin
- Reduced clutter, primarily by reducing the number of lines on screen
- More prominent placement of the search portal
- Visual separation of the content-action and namespace links, the former of which being divided into view tabs and action menu items
- Automatic increase/decrease of margins throughout the user interface based on browser size
- Use of a star icon for watch and unwatch actions
- Added features of the Vector extension (some of these features have later been merged into the Vector skin or into the MediaWiki Core or have been removed)
- Simplified search portal, including suggestions
- Collapsible navigation portals
- Alert when leaving an edit page without saving
- Automatic hiding of tabs that do not fit on screen
- Experimental Vector extension features
- Simplified footer content
- Search box expands on focus
- Section edit links are moved to be directly next to heading instead of on the right, and use an icon
- CollapsibleNav support via CollapsibleVector extension
Anmerkungen
The collapsible navigation portals are now provided by the CollapsibleVector extension which will have to be installed additionally.
Smartphone and tablet design
Vector will work on many mobile devices, but it is not fully optimized for mobile devices. This will be rectified in the new version of Vector that is currently in development: #New_Vector_skin_in_1.36+_2.
History of the skin
Vector became default skin in 2010 (MediaWiki 1.17 , git #2833b07a), succeeding MonoBook. Es wurde in 2009 als Teil der Arbeit von Wikipedia Usability Initiative erstellt. In 2021, as part of the MediaWiki 1.36 release it will see an update as part of the work done by the Reading/Web/Desktop Improvements initiative.
Vector provides a number of usability improvements over its predecessor MonoBook.
It was the first skin to separate the flat level content_actions
into the categorized content_navigation
.
At the beginning the basic functionality was included in the core skin, while some of Vector's special features were handled by a separate extension (Extension:Vector ). The extension has since been merged into the skin itself.
Dark mode customizations
Many solutions relying on MediaWiki:Common.css exist to support a dark version of the skin, including Skin:Vector/Wikipedia-userstyle-dark-minimum. An alternative skin to Vector exists that allows you to install as a separate skin at Skin:DarkVector.
Note all of these are supported by third parties, not the Wikimedia Foundation.
Siehe auch
- Skin:Vector/2022 The 2022 version of Vector
- Skin:MonoBook – MediaWiki's previous default skin
- Skin:DarkVector – Dark theme of the same skin
- Skin:Vector/VectorBook.css – CSS code to get the book background image from Skin:MonoBook in this skin.
- Skin:Vector/monobook-replica.css – An experiment to make Vector appear as similar to MonoBook as possible using CSS code applied on top of it.
- Skin:Vector/Customize - How to Customize appearance and add some custom HTML code in different places.
New Vector skin in 1.38+
MediaWiki Version: | ≥ 1.38 |
In MediaWiki 1.38 a new variant of Vector Skin:Vector/2022 was made available part of Lesen/Web/Desktopverbesserungen .
![]() | Diese Benutzeroberfläche wird in einem oder mehreren Wikis von Wikimedia verwendet. Das bedeutet mit hoher Wahrscheinlichkeit, dass die Benutzeroberfläche stabil ist und gut genug funktioniert, um auf solch häufig besuchten Webseiten benutzt zu werden. Suche nach dem Benutzeroberflächen-Namen in den Wikimedia CommonSettings.php und den InitialiseSettings.php-Konfigurations-Dateien, um zu nachzusehen, wo es installiert ist. Eine vollständige Liste der installierten Benutzeroberflächen in einem bestimmten Wiki wird auf Special:Version im Wiki generiert und angezeigt. |
- Skins bundled with MediaWiki 1.17/de
- GPL licensed skins/de
- Stable skins/de
- Skins supporting Composer/de
- Skins in Wikimedia version control/de
- BeforePageDisplayMobile extensions/de
- GetPreferences extensions/de
- PreferencesFormPreSave extensions/de
- SkinTemplateNavigation extensions/de
- LocalUserCreated extensions/de
- All skins/de
- Skins used on Wikimedia/de
- Vector skin/de