Localisation updates from https://translatewiki.net.

Change-Id: I6aae842e9a5d4a8a036ed6107222e9bc84ac57b9
1 file changed
tree: b86898041b062a7bda09bf5cf90c6166127c24cb
  1. .eslintrc.json
  2. .gitignore
  3. .gitreview
  4. .phpcs.xml
  5. .stylelintrc.json
  6. AUTHORS.txt
  7. CODE_OF_CONDUCT.md
  8. COPYING.txt
  9. Gruntfile.js
  10. MIT-LICENSE.txt
  11. README.md
  12. composer.json
  13. extension.json
  14. i18n/
  15. includes/
  16. modules/
  17. package.json
  18. tests/
README.md

Cite

The Cite extension provides a way for users to create references as footnotes to articles.

See https://www.mediawiki.org/wiki/Extension:Cite for detailed documentation.

Configuration

  • $wgCiteStoreReferencesData: If set to true, references are saved in the database so that other extensions can retrieve them independently of the main article content.
  • $wgCiteCacheReferencesDataOnParse: ($wgCiteStoreReferencesData required) By default, references are cached only on database access. If set to true, references are also cached whenever pages are parsed.