mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
7c1e098b7c
* CiteCacheReferencesDataOnParse doesn't exist in any code. * CiteCacheRawReferencesOnParse does. Change-Id: Idc65d483cf5b7a7b25fd0aed7915c9c0958611f0
597 B
597 B
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.$wgCiteCacheRawReferencesOnParse
: ($wgCiteStoreReferencesData
required) By default, references are cached only on database access. If set to true, references are also cached whenever pages are parsed.