mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 10:59:56 +00:00
5f4b86a9be
Leave include as '*' as changing it to an array currently breaks the wildcard functionality. Also rewrite the hack slightly so it only modifies the list, rather than overwriting it. Bug: T139727 Change-Id: I041bad6346a4f39e967dca8cc610100463be0ded |
||
---|---|---|
i18n | ||
modules | ||
.gitignore | ||
.gitreview | ||
.jscsrc | ||
.jshintignore | ||
.jshintrc | ||
.stylelintrc | ||
ApiQueryReferences.php | ||
AUTHORS.txt | ||
Cite.php | ||
Cite_body.php | ||
CiteCSSFileModule.php | ||
CiteDataModule.php | ||
CiteHooks.php | ||
citeParserTests.txt | ||
composer.json | ||
COPYING.txt | ||
extension.json | ||
Gruntfile.js | ||
MIT-LICENSE.txt | ||
package.json | ||
phpcs.xml | ||
README.md | ||
SpecialCite.php |
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.