Go to file
Translation updater bot 46ad65a7b8 Localisation updates from https://translatewiki.net.
Change-Id: I656224205bd85d4c3ec95df6e18a0e7a4ee0bc82
2019-10-01 08:34:32 +02:00
.phan
components Remove unneeded portal background properties. 2019-09-30 19:09:38 -07:00
i18n Localisation updates from https://translatewiki.net. 2019-10-01 08:34:32 +02:00
images Remove @embed page load delays (and misc optimisations) 2019-09-27 18:03:25 +01:00
includes Cleaning a[redundant] is done in BaseTemplate 2019-08-21 18:03:47 +00:00
screenshots
skinStyles Replace fixed value with mediawiki.ui variable 2019-09-26 18:54:56 -07:00
.eslintrc.json
.gitignore
.gitreview
.phpcs.xml
.stylelintrc.json
CODE_OF_CONDUCT.md
collapsibleTabs.js Decrease onresize debounce from 100ms to 10ms 2019-09-11 19:44:04 +00:00
composer.json build: Updating dependencies 2019-07-16 07:51:49 +00:00
COPYING
Gruntfile.js
hooks.txt
jsduck.json
package-lock.json build: Updating eslint-utils to 1.4.2 2019-08-24 03:17:50 +00:00
package.json build: Updating npm dependencies for security issues 2019-06-09 06:51:07 +00:00
print.less Improve print LESS variable setting and handling 2019-09-27 16:11:40 -07:00
README.md
responsive.less Move DataAfterContent outside of main content block 2019-06-20 17:55:55 +00:00
screen-hd.less Move DataAfterContent outside of main content block 2019-06-20 17:55:55 +00:00
screen.less
skin.json Fix typo in skin.json ResourceModuleSkinStyles 2019-09-27 18:35:00 +00:00
variables.less Variablize all color property values 2019-09-29 23:36:58 -07:00
vector.js Remove tabindex attribute from search input 2019-09-26 13:20:06 -07:00

Vector Skin

Configuration options

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