Go to file
Translation updater bot c1b77b092e Localisation updates from https://translatewiki.net.
Change-Id: I3f00282a3860cee11e976aa4171ff3562fbfe7db
2018-07-07 22:52:28 +02:00
i18n Localisation updates from https://translatewiki.net. 2018-07-07 22:52:28 +02:00
includes Remove reference to archived InlineEditor 2018-05-17 19:24:39 +02:00
modules Localisation updates from https://translatewiki.net. 2018-07-07 22:52:28 +02:00
tests Support directionality for reference 2018-05-02 17:27:32 +02:00
.eslintrc.json
.gitignore Add phan configuration for static analysis 2017-12-29 11:50:01 -08:00
.gitreview
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 2018-03-29 00:35:52 +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
composer.json build: Updating mediawiki/mediawiki-phan-config to 0.3.0 2018-06-08 06:54:15 +00:00
COPYING.txt
extension.json Give Cite a version number 2018-05-12 13:28:50 +01:00
Gruntfile.js build: Bring SVGO optimization to build step 2018-02-12 10:05:27 -08:00
MIT-LICENSE.txt doc: Bump copyright year 2018-01-02 17:05:50 -08:00
package.json build: Bring SVGO optimization to build step 2018-02-12 10:05:27 -08: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.