Go to file
Translation updater bot fd7df1b12b Localisation updates from https://translatewiki.net.
Change-Id: I98038875feb23523bb891ca66e9d0e1fb952999f
2017-08-14 08:57:58 +02:00
i18n Localisation updates from https://translatewiki.net. 2017-08-11 22:37:33 +02:00
includes build: Updating mediawiki/mediawiki-codesniffer to 0.10.1 2017-07-23 00:10:18 -07:00
modules Localisation updates from https://translatewiki.net. 2017-08-14 08:57:58 +02:00
tests/parser
.eslintrc.json
.gitignore
.gitreview
.stylelintrc Use tabs in json 2017-08-03 15:19:10 +02:00
AUTHORS.txt Fix expected remove data to match actual remove data exactly 2017-08-13 11:41:30 -04:00
Cite.php
CODE_OF_CONDUCT.md
composer.json build: Updating mediawiki/mediawiki-codesniffer to 0.11.0 2017-08-10 23:09:29 -04:00
COPYING.txt
extension.json Merge "Reduce column-width to 25em for Minerva skin" 2017-07-11 12:05:48 +00:00
Gruntfile.js Use tabs in json 2017-08-03 15:19:10 +02:00
MIT-LICENSE.txt
package.json build: Upgrade grunt-eslint from 19.0.0 to 20.0.0, and stylelint 2017-07-18 13:03:56 +01:00
phpcs.xml
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.