Skip to content

PERCE-NEIGE/Skin-Mediawiki-Vector

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • CSS 44.1%
  • PHP 36.6%
  • JavaScript 19.3%