summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Cite/README.md
blob: 47a6345ba6ad23c0a2993b51f01ac46968f707d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.