Go to file
C. Scott Ananian 522187051d Allow (but do not yet require) the use of wikimedia/css-sanitizer 5.2.0
Bug: T378861
Change-Id: Ie6db53da85a9387468105f6905e83fb59250ef58
(cherry picked from commit 0d8c5c832d)
2024-11-02 10:30:36 +00:00
.phan Suppress PhanUndeclaredProperty phan errors 2022-10-07 23:06:08 -04:00
i18n Localisation updates from https://translatewiki.net. 2024-10-30 07:33:47 +01:00
includes Use HookHandlers for core hooks 2023-09-24 22:12:07 +02:00
tests/phpunit Use HookHandlers for core hooks 2023-09-24 22:12:07 +02: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 Allow (but do not yet require) the use of wikimedia/css-sanitizer 5.2.0 2024-11-02 10:30:36 +00:00
COPYING Use wikimedia/css-sanitizer, and rewrite the hooking 2017-06-07 15:14:09 +00:00
extension.json Use HookHandlers for core hooks 2023-09-24 22:12:07 +02:00
Gruntfile.js build: Use conf.MessageDirs for banana path config 2023-09-18 19:54:37 +01:00
package-lock.json build: Updating micromatch to 4.0.8 2024-08-30 04:38:08 +00:00
package.json build: Updating grunt-banana-checker to 0.11.0 2023-06-02 15:15:39 +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.