]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - extensions/Cite/README.md
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / extensions / Cite / README.md
1 Cite
2 =============
3
4 The Cite extension provides a way for users to create references as footnotes to articles.
5
6 See https://www.mediawiki.org/wiki/Extension:Cite for detailed documentation.
7
8 Configuration
9 -------------
10 * `$wgCiteStoreReferencesData`: If set to true, references are saved in the database so that
11 other extensions can retrieve them independently of the main article content.
12 * `$wgCiteCacheReferencesDataOnParse`: (`$wgCiteStoreReferencesData` required) By default,
13 references are cached only on database access. If set to true, references are also cached
14 whenever pages are parsed.