Cass "Owly" Python 895199a700 Dump the whole wiki 2 سال پیش
..
.phan 895199a700 Dump the whole wiki 2 سال پیش
components 895199a700 Dump the whole wiki 2 سال پیش
i18n 895199a700 Dump the whole wiki 2 سال پیش
images 895199a700 Dump the whole wiki 2 سال پیش
includes 895199a700 Dump the whole wiki 2 سال پیش
screenshots 895199a700 Dump the whole wiki 2 سال پیش
skinStyles 895199a700 Dump the whole wiki 2 سال پیش
CODE_OF_CONDUCT.md 895199a700 Dump the whole wiki 2 سال پیش
COPYING 895199a700 Dump the whole wiki 2 سال پیش
Gruntfile.js 895199a700 Dump the whole wiki 2 سال پیش
README.md 895199a700 Dump the whole wiki 2 سال پیش
collapsibleTabs.js 895199a700 Dump the whole wiki 2 سال پیش
composer.json 895199a700 Dump the whole wiki 2 سال پیش
hooks.txt 895199a700 Dump the whole wiki 2 سال پیش
jsduck.json 895199a700 Dump the whole wiki 2 سال پیش
package-lock.json 895199a700 Dump the whole wiki 2 سال پیش
print.less 895199a700 Dump the whole wiki 2 سال پیش
responsive.less 895199a700 Dump the whole wiki 2 سال پیش
screen-hd.less 895199a700 Dump the whole wiki 2 سال پیش
screen.less 895199a700 Dump the whole wiki 2 سال پیش
skin.json 895199a700 Dump the whole wiki 2 سال پیش
variables.less 895199a700 Dump the whole wiki 2 سال پیش
vector.js 895199a700 Dump the whole wiki 2 سال پیش

README.md

Vector Skin

Configuration options

$wgVectorPrintLogo

Logo used in print styles. Keys are url, width, and 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.

The URL can be absolute or relative.

Example configuration:

$wgVectorPrintLogo = [
    'url' => 'https://en.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg',
    'width' => 174,
    'height' => 27
];
  • Type: Array
  • Default: false