mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 01:01:29 +00:00
15 lines
598 B
Markdown
15 lines
598 B
Markdown
|
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.
|