Skin:Vector/tl
Vector 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 | |||
|
|||
Quarterly downloads | 742 (Ranked 1st) | ||
Public wikis using | 14,010 (Ranked 2nd) | ||
Public wikis using as default skin | 5,943 | ||
Translate the Vector skin if it is available at translatewiki.net | |||
Vagrant role | vector | ||
Issues : | Open tasks · Report a bug |
In recent years the skin has undergone a number of technical changes, e.g. the switch to Mustache to support the construction of Skin:Vector/2022 as part of the work done by the Reading/Web/Desktop Improvements initiative.
Instalasyon
- If using Vagrant , install with
vagrant roles enable vector -p
Manual installation
- 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 file:
wfLoadSkin( 'Vector' );
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
Setting the default skin to Vector
A default skin should be set for new users of a wiki by setting the variable $wgDefaultSkin
in LocalSettings.php
to the lowercase skin name specified in the skin file:
$wgDefaultSkin = 'vector'; // "Legacy" Vector (2010)
$wgDefaultSkin = 'vector-2022'; // New Vector (2022)
Mga opsyon sa konpigyurasyon
$wgVectorUseIconWatch
- Manood at mag-unwatch bilang isang icon imbis na isang link.
- Supported values:
true
— gumamit ng isang icon na watch/unwatch na buttonfalse
— gumamit ng watch/unwatch na tekstong link
$wgVectorUseIconWatch = true;
$wgVectorResponsive
MediaWiki versions: | 1.26 – 1.35 |
Experimental setting to make Vector a responsive skin that adapts to mobile phones.
false
by default.
- Supported values:
true
— Use responsiveness to improve usability in narrow viewportsfalse
— No responsiveness
$wgVectorPrintLogo
MediaWiki versions: | 1.30 – 1.35 |
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.
For MediaWiki 1.36 and higher, the print logo will simply be set from Manual:$wgLogos .
$wgVectorPrintLogo = [
'url' => 'https://en.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg',
'width' => 174,
'height' => 27
];
$wgVectorShareUserScripts
Setting to false
prevents Vector 2022 skin from loading MediaWiki:Vector.css and MediaWiki:Vector.js.
Mga tampok
- 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
Notes
Collapsible navigation
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 latest version of Vector, Vector 2022, has better support for mobile devices.
History of the skin
Vector was created in 2009 as part of the work done by the Wikipedia Usability Initiative . It became MediaWiki's default skin in 2010 (MediaWiki 1.17 , git #2833b07a), succeeding Skin:MonoBook . In 2022, as part of the MediaWiki 1.38 release, it was updated as part of the work done by the Reading/Web/Desktop Improvements initiative.
Maraming mga pagbabago sa paggamit ang Vector kumpara sa predecessor nito.
Ito ang kauna-unahang skin na ihiwalay ang flat level na content_actions
sa nakakategoryang content_navigation
.
Sa umpisa, ang pangunahing pang-andar ay nasa core skin, habang ang ilan sa mga espesyal na tampok ng Vector ay hinahawak ng isang hiwalay na extension (Extension:Vector ). In MediaWiki 1.22, the extension was merged into the skin.
Dark mode customizations
Parts of this page (those related to section) are outdated. |
A dark color scheme can be applied to Vector using CSS , for example with user styles, [1] which are enabled by default. Dark mode derivatives of the Vector skin, such as Skin:DarkVector , can be loaded into a wiki as a separate option.
Note all of these are supported by third parties, not the Wikimedia Foundation .
See also
- Skin:Vector/2022 – The 2022 version of Vector
- 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, Vector 2022 , was created as part of the Desktop Improvements project.
Ginagamit ang skin na ito sa isa o mas maraming proyekto ng Wikimedia. Ibig sabihin nito na ang skin na ito ay stable at gumagana nang mabuti upang magamit ng mga websayt na matataas ang trapik. Tignan ang pangalan ng skin na ito sa mga talaksang konpigyurasyong CommonSettings.php at InitialiseSettings.php ng Wikimedia upang makita kung saan ito naka-install. Makikita ang isang buong talaan ng mga skin na naka-install sa isang partikular na wiki sa Special:Version na pahina ng wiki. |
This skin is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this skin even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
- Skins bundled with MediaWiki 1.16/tl
- GPL licensed skins/tl
- Stable skins/tl
- Skins supporting Composer/tl
- Skins in Wikimedia version control/tl
- CentralAuthIsUIReloadRecommended extensions/tl
- GetPreferences extensions/tl
- MakeGlobalVariablesScript extensions/tl
- ResourceLoaderSiteModulePages extensions/tl
- ResourceLoaderSiteStylesModulePages extensions/tl
- SkinPageReadyConfig extensions/tl
- GetBetaFeaturePreferences extensions/tl
- All skins/tl
- Outdated pages/tl
- Skins used on Wikimedia/tl
- Skins included in Canasta/tl
- Skins available as Debian packages/tl
- Skins included in Miraheze/tl
- Skins included in MyWikis/tl
- Skins included in ProWiki/tl
- Skins included in semantic::core/tl
- Skins included in ShoutWiki/tl
- Skins included in Telepedia/tl
- Skins included in wiki.gg/tl
- Skins included in WikiForge/tl
- Vector skin/tl