Github mirror of mediawiki/extensions/TemplateStyles - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing) https://gerrit.wikimedia.org
转到文件
libraryupgrader a38b5b0037 build: Updating grunt-banana-checker to 0.12.0
Change-Id: I76146e61a451ba7a32a8af382b8bade0fcf59c24
2024-05-11 00:24:40 +00:00
.phan build: Remove suppression of PhanUndeclaredProperty for Parser property 2024-04-16 23:10:07 +02:00
i18n Localisation updates from https://translatewiki.net. 2024-04-15 09:28:54 +02:00
includes Use ParserOutput::setRawText() instead of deprecated ::setText() 2024-04-04 10:58:19 -04:00
tests/phpunit Change use of AtEase to at operator 2024-04-30 01:38:02 +08: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
COPYING Use wikimedia/css-sanitizer, and rewrite the hooking 2017-06-07 15:14:09 +00:00
Gruntfile.js build: Use conf.MessageDirs for banana path config 2023-09-18 19:54:37 +01:00
README.md Add a README 2020-04-30 11:44:33 -04:00
composer.json build: Updating composer dependencies 2024-05-06 07:11:07 +00:00
extension.json Use namespaced classes 2024-01-04 21:53:17 +01:00
package-lock.json build: Updating grunt-banana-checker to 0.12.0 2024-05-11 00:24:40 +00:00
package.json build: Updating grunt-banana-checker to 0.12.0 2024-05-11 00:24:40 +00:00

README.md

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.