Go to file
James D. Forrester 74fce4b5bf i18n: Drop unnecessary overwrites of en defaults from all languages
* cite_reference_link_key_with_num
  Dropped from: az diq fa is jv ka ksh min ru sr-ec sr-el tl uk ur

* cite_reference_link_prefix
  Dropped from: fa jv min ru sr-ec sr-el tl tmz uk ur

* cite_references_link_prefix
  Dropped from: jv min ru sr-ec sr-el tl uk

* cite_references_link_one
  Dropped from: diq ka kk-cyrl sr-ec sr-el tl uk

* cite_references_link_many
  Dropped from: diq ka kk-cyrl sr-ec sr-el tl tr

* cite_references_link_many_format
  Dropped from: az diq id ka ru sr-ec sr-el tl tr uk

* cite_references_link_many_format_backlink_labels
  Dropped from: diq es jv min scn tl tr

* cite_references_link_many_sep
  Dropped from: az diq is jv ka min ru sr-ec sr-el tl tmz uk

* cite_references_link_many_and
  Dropped from: az diq is jv ka ksh min ru sr-ec sr-el tl tmz uk

The other "magic" messages had no unnecessary over-rides:

* cite_reference_link_suffix
* cite_references_link_suffix
* cite_reference_link
* cite_references_no_link

Change-Id: I83eebfeb5ef5cb44a2971ee53b7484b480e5aba6
2018-09-21 08:54:49 -07:00
i18n i18n: Drop unnecessary overwrites of en defaults from all languages 2018-09-21 08:54:49 -07:00
includes Merge "Make Cite pass phan-taint-check" 2018-09-13 03:04:20 +00:00
modules Localisation updates from https://translatewiki.net. 2018-09-20 09:58:54 +02:00
tests Use the dir parameter only from the full definition of a named ref tag 2018-08-22 19:31:23 -04:00
.eslintrc.json build: Update linters 2018-09-11 23:54:19 +01:00
.gitignore Add phan configuration for static analysis 2017-12-29 11:50:01 -08:00
.gitreview Whoops, track not trace 2016-10-24 17:02:15 -07:00
.phpcs.xml Remove @static doc annotations 2018-09-10 16:24:40 +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
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-02 23:29:58 +00:00
composer.json Merge "Make Cite pass phan-taint-check" 2018-09-13 03:04:20 +00:00
COPYING.txt
extension.json Use tabs in extension.json 2018-09-16 11:12:25 +02: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: Update linters 2018-09-11 23:54:19 +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.