Skin:Vektori

From mediawiki.org
This page is a translated version of the page Skin:Vector and the translation is 37% complete.
Outdated translations are marked like this.
Tämä ulkoasu tulee MediaWikin version 1.16 ja uudempien mukana. Sitä ei siis tarvitse ladata uudestaan. Sinun on kuitenkin silti noudatettava muita ohjeita.
MediaWikin ulkoasujen ohje - luokka
Vector
Julkaisustatus: vakaa
Yhteensopivuuskäytäntö Snapshots releases along with MediaWiki. Master is not backwards compatible.
Composer mediawiki/vector-skin
Lisenssi GNU General Public License 2.0 tai myöhempi
Lataa
Esimerkki
Parametrit
Quarterly downloads 731 (Ranked 1st)
Public wikis using 14,010 (Ranked 2nd)
Public wikis using as default skin 5,943
Voit kääntää Vector-ulkoasun, mikäli se on saatavilla translatewiki.netissä
Vagrant role vector
Ongelmat : Avoimet tehtävät · Raportoi bugista

Vector is a MediaWiki skin that has been MediaWiki's default skin since 2010, replacing MonoBook .

Viime vuosina ulkoasuun on tehty lukuisia teknisiä muutoksia, kuten siirtyminen Mustache en Ulkoasu:Vektori/2022 rakentamisen tukemiseksi osana Reading/Web/Parannuksia työpöytänäkymään -aloitteen johdosta tehtyä työtä.

Asennus

  • If using Vagrant , install with vagrant roles enable vector -p

Manual installation

  • 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' );
    
  • Yes Tehty - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

Vektorin asettaminen oletusulkoasuksi

Oletusulkoasun asettaminen wikin uusille käyttäjille tulee tehdä asettamalla muuttuja $wgDefaultSkin tiedostossa LocalSettings.php pienellä alkavaksi ulkoasun nimeksi, joka on määritetty ulkoasun tiedostossa.

$wgDefaultSkin = 'vector'; // "Legacy" Vector (2010)
$wgDefaultSkin = 'vector-2022'; // New Vector (2022)

Konfiguraatiovalinnat

$wgVectorUseIconWatch

Tarkkaile- ja lopeta tarkkailu -toiminnot ikoneina linkin sijasta.

  • Tuetut arvot:
    • true — käytä tarkkaile-/lopeta tarkkailu -nappina ikonia
    • false — käytä tekstilinkkiä
$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.

  • Tuetut arvot:
    • true — Responsiivisuus käytössä kapeiden katselulaitteiden kautta käyttämisen parantamiseksi
    • false — Ei responsiivisuutta

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.


Ominaisuudet

Vektori-ulkoasun perusominaisuudet
  • Vähemmän sotkuisuutta, ensisijaisesti vähempien näytöllä näkyvien rivien ansiosta
  • 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
  • Tähti-ikonin käyttö tarkkailemisen ja tarkkailun lopettamisen toiminnoille
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
  • Varoitus poistuttaessa sivulta, jolla on tallentamattomia muutoksia
  • 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

Huomioita

Collapsible navigation

The collapsible navigation portals are now provided by the CollapsibleVector extension which will have to be installed additionally.

Älypuhelimen ja tabletin suunnittelu

Vector toimii monissa mobiililaitteissa, mutta sitä ei ole täysin optimoitu mobiililaitteille. 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/Parannuksia työpöytänäkymään initiative.

Vektori on monin tavoin paremmin käytettävä edeltäjäänsä MonoBookiin verrattuna. It was the first skin to separate the flat level content_actions into the categorized content_navigation.

Aluksi perustoiminnot sisältyivät ydinulkoasuun ja osa Vektorin erikoisominaisuuksista pyörivät erillisellä laajennuksella (Extension:Vector ). In MediaWiki 1.22, the extension was merged into the skin.

Dark mode customizations

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 .

Katso myös

Uusi Vektori-ulkoasu versiossa 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.