mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
3151ad5bfa
* The Minerva repository has a ".mw-ref" style which is Cite-specific so that makes be wonder if the expectation is for this to be in that file instead. That would be a really simple fix and be attached to the rule for sup as an extra selector. * But, it seems like Cite extension is the right place for this. * Found while trying to test Cite rendering with MFE. Notes: * This mirrors the style added in Ieb91c1251839ff4bb54451aae69af9fb88322219 Change-Id: Iae1d391ef11e53110bfb758d45a0fbdf2addf62e |
||
---|---|---|
.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.