Go to file
Translation updater bot 6eca092563 Localisation updates from https://translatewiki.net.
Change-Id: I278666d4b76881d3e5965ad417bdffe4b57d34eb
2017-03-18 22:37:23 +01:00
i18n Localisation updates from https://translatewiki.net. 2017-03-18 22:37:23 +01:00
includes Implement responsive columns for reference lists 2017-03-07 22:42:47 +00:00
modules Implement responsive columns for reference lists 2017-03-07 22:42:47 +00:00
tests/parser Implement responsive columns for reference lists 2017-03-07 22:42:47 +00:00
.eslintrc.json eslint: Re-enable wrap-iife and partially enable dot-notation 2016-11-15 12:59:21 +00:00
.gitignore Expand .gitignore for more editors 2016-11-13 12:52:40 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:02:15 -07:00
.stylelintrc Add stylelint and make required style fixes 2016-05-17 18:21:30 +01:00
AUTHORS.txt VisualEditor: Move code for Cite into this repo 2016-02-04 08:41:54 -08:00
Cite.php Add extension.json, empty PHP entry point 2015-05-03 06:36:25 +00:00
composer.json build: Updating mediawiki/mediawiki-codesniffer to 0.7.2 2016-05-27 18:18:03 -07:00
COPYING.txt Add license details and give credit to more authors (based on git shortlog) 2014-07-26 16:16:47 -07:00
extension.json Implement responsive columns for reference lists 2017-03-07 22:42:47 +00:00
Gruntfile.js build: Re-use MessageDirs in banana conf 2017-01-23 13:37:48 +00:00
MIT-LICENSE.txt VisualEditor: Move code for Cite into this repo 2016-02-04 08:41:54 -08:00
package.json build: Bump eslint-config-wikimedia to v0.3.0 (already passes) 2016-11-15 16:30:36 -08:00
phpcs.xml Add php code sniffer 2015-12-16 13:11:00 +00:00
README.md Store references in page_props and cache 2016-02-10 14:47:02 +01:00

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.