Go to file
Translation updater bot a48013507b Localisation updates from https://translatewiki.net.
Change-Id: Ia22461372f68a7880c52db27021f8395dd96b06e
2017-12-14 23:12:16 +01:00
i18n Localisation updates from https://translatewiki.net. 2017-12-07 23:07:14 +01:00
includes Don't break when reference names contain [] 2017-11-15 23:23:45 +00:00
modules Localisation updates from https://translatewiki.net. 2017-12-14 23:12:16 +01:00
tests/parser Sync up with Parsoid citeParserTests.txt 2017-11-21 17:25:33 -05:00
.eslintrc.json
.gitignore
.gitreview
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 14.1.0 2017-10-21 04:18:33 +00:00
.stylelintrc.json Use json extension for .stylelintrc 2017-08-19 09:39:19 +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 Add CODE_OF_CONDUCT.md 2017-06-07 12:58:44 +04:30
composer.json build: Updating mediawiki/minus-x to 0.2.1 2017-12-10 02:30:08 +00:00
COPYING.txt
extension.json Use HTML5 id attributes; remove use of deprecated Sanitizer::escapeId() 2017-09-19 15:42:41 -04:00
Gruntfile.js Use json extension for .stylelintrc 2017-08-19 09:39:19 +02:00
MIT-LICENSE.txt doc: Bump copyright year notice, 'team' name 2017-04-20 16:50:43 +00:00
package.json build: Upgrade grunt-eslint from 19.0.0 to 20.0.0, and stylelint 2017-07-18 13:03:56 +01:00
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.