Use namespaced classes

Changes to the use statements done automatically via script
Addition of missing use statement done manually

Change-Id: Ie195f1614237370a19e91bf4e16f704cee678c0c
5 files changed
tree: c59a95f9aae4d34b414aa89220a6f6d34f715f4e
  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. package-lock.json
  15. package.json
  16. 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.