Go to file
Translation updater bot 3cad9ceb3c Localisation updates from https://translatewiki.net.
Change-Id: I902e23bac23797d14e458dd04eb72faac6bd041c
2017-09-21 22:33:56 +02:00
i18n Localisation updates from https://translatewiki.net. 2017-09-19 22:46:55 +02:00
includes VE: Support 'responsive' attribute 2017-09-19 17:03:39 +01:00
modules Localisation updates from https://translatewiki.net. 2017-09-21 22:33:56 +02:00
tests/parser i18n: Don't try to spell out all the options that are allowed 2017-04-08 04:10:29 +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.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 Add extension.json, empty PHP entry point 2015-05-03 06:36:25 +00:00
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md 2017-06-07 12:58:44 +04:30
composer.json build: Updating mediawiki/mediawiki-codesniffer to 0.12.0 2017-09-01 04:45:59 +00: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 API: Expose $wgCiteResponsiveReferences via meta=siteinfo 2017-09-11 23:04:25 -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
phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 0.10.0 2017-07-01 00:55:29 -07: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.