mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
9ff28a0837
The ::setPageProperty() method has some tricky corner cases where the type of the value determines whether or not the page property will be sorted. Since sort order for the BOOK_REF_PROPERTY is irrelevant, use ::setUnsortedPageProperty() to communicate this clearly to the reader. Depends-On: Ia94c192c429d0482c58467bed787fd2e0aca052f Followup-To: Ibfd84b52057baa8e249d321ec9df612efd6a29a6 Change-Id: I399f4895ec8720ff2927c5cd5a09c7af4664ee46 |
||
---|---|---|
.phan | ||
i18n | ||
modules | ||
src | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.npmrc | ||
.phpcs.xml | ||
.stylelintrc.json | ||
AUTHORS.txt | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING.txt | ||
extension.json | ||
Gruntfile.js | ||
jsdoc.json | ||
MIT-LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md |
The Cite extension to MediaWiki provides a way for wiki editors to add references and footnotes to articles.
See mw:Extension:Cite for technical documentation on installing and configuring the extension. See mw:Help:Cite for user documentation.
Cite is responsible for implementing the <ref>
and <references>
tags in wikitext. Integrations are provided for the legacy wikitext parser, Parsoid, WikiEditor, VisualEditor, and the reading interface.