Go to file
Umherirrender 6b7d6f91c3 tests: Make PHPUnit data providers static
Initally used a new sniff with autofix (T333745)

Bug: T332865
Change-Id: I47b6b34d1e6159b51c14d9a5a2d21242dfbf8fff
2023-05-21 16:10:11 +00:00
.phan Suppress PhanUndeclaredProperty phan errors 2022-10-07 23:06:08 -04:00
i18n Localisation updates from https://translatewiki.net. 2023-05-05 10:41:05 +02:00
includes Replace deprecated Hooks::run 2023-05-06 23:07:29 +02:00
tests/phpunit tests: Make PHPUnit data providers static 2023-05-21 16:10:11 +00:00
.eslintrc.json build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-04 13:51:41 +00:00
.gitignore build: Updating eslint-utils to 1.4.2 2019-08-23 06:34:52 +00:00
.gitreview Whoops, track not trace 2016-10-24 17:03:54 -07:00
.phpcs.xml Fix remaining phpcs exclusion 2022-11-10 16:56:02 -07:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.4.0 2018-09-01 14:41:18 +00:00
composer.json build: Updating dependencies 2023-04-29 12:28:26 +00:00
COPYING Use wikimedia/css-sanitizer, and rewrite the hooking 2017-06-07 15:14:09 +00:00
extension.json Namespace extension 2022-02-06 15:05:09 +00:00
Gruntfile.js build: Use existing eslint also for json linting 2020-09-11 23:49:03 +02:00
hooks.txt Use wikimedia/css-sanitizer, and rewrite the hooking 2017-06-07 15:14:09 +00:00
package-lock.json build: Updating eslint-config-wikimedia to 0.25.0 2023-05-04 13:11:46 +00:00
package.json build: Updating eslint-config-wikimedia to 0.25.0 2023-05-04 13:11:46 +00:00
README.md Add a README 2020-04-30 11:44:33 -04:00

TemplateStyles

The TemplateStyles extension introduces a <templatestyles> tag to specify that a stylesheet should be loaded from a wiki page. Placing this in a template allows the template to have custom styles without having to place them in MediaWiki:Common.css.

For installation and setup instructions, see https://www.mediawiki.org/wiki/Extension:TemplateStyles.

For instructions on how to use the extension as an editor on a wiki, see https://www.mediawiki.org/wiki/Help:TemplateStyles.