Localisation updates from https://translatewiki.net.

Change-Id: Iaa69f4ca441fead66498d816ee1730d0c77f8f4b
1 file changed
tree: 36a863497d03d6a7cf9daf10895b5a03b4deee0c
  1. .phan/
  2. i18n/
  3. includes/
  4. tests/
  5. .eslintrc.json
  6. .gitignore
  7. .gitreview
  8. .phpcs.xml
  9. CODE_OF_CONDUCT.md
  10. composer.json
  11. COPYING
  12. extension.json
  13. Gruntfile.js
  14. hooks.txt
  15. package-lock.json
  16. package.json
  17. README.md
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.