mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
b5522b705c
This message was added via Icf9ea348cd97bdb09ddf18769f53c01ea5a8b7ef, merged 2013-06-15. The code of the ReferenceDialog class was later largely rewritten and split into two separate "Edit" and "Insert" dialogs. See Ib244ff6ad9b4cee1decfd9b9e1d3d4e9cdcfb78c, merged 2013-06-28. Since then the message is unused. The commit message mentions the related change. The patch just forgot to remove the message. Note: The two separate dialog classes have been merged back into the original ReferenceDialog class. See I8265febf4fd8f64d2ac40470ff033bac68b24d99, merged 2013-07-18. The message is already unused at this point. This just makes the Git history extra confusing. Bug: T373564 Change-Id: Ifb71a243fbdac43d2199ad40d84da14333d42599 |
||
---|---|---|
.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.