mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
60eb760dd8
In the setup process the dialog is loaded and initialized. For the case where the user opens this dialog to directly re-use a reference, it does not make sense to fill out the form or create the internal ref model. The edit panel is not used then. This method might also be an entry point to create a new sub-ref when triggered from e.g. Citoid. Switching to the re-use panel still would not require to setup the edit panel. I'm also moving a setup for the abilities, that's only relevant in the edit case. Bug: T375156 Change-Id: I061b88abc6cfd702a53208bac76be7a2ed6812c2 |
||
---|---|---|
.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.