mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-29 01:10:16 +00:00
4841b7496c
Recent changes to setRoot in ve core (719f8c667) cause unroot to occur at a point we weren't expecting, when adding a new reference. Bug: T163267 Change-Id: If02ea08bb8b6db3be41d51ab44ce2a74cfe07914 |
||
---|---|---|
i18n | ||
includes | ||
modules | ||
tests/parser | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.stylelintrc | ||
AUTHORS.txt | ||
Cite.php | ||
composer.json | ||
COPYING.txt | ||
extension.json | ||
Gruntfile.js | ||
MIT-LICENSE.txt | ||
package.json | ||
phpcs.xml | ||
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.