mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-28 00:40:12 +00:00
51ff3cc819
* Use the Html class to safely create HTML code. * $this->referenceStack can not be null any more. * $this->inReferencesGroup is not needed during output, only when parsing tags. * Replace ReferencesStack::getGroupRefs() as well as deleteGroup() with a combined popGroup() that does both things. * Extract the code responsible for the "responsive" behavior to a separate function. * Some TestingAccessWrapper are not needed. Change-Id: Ie1cf2533d7417ae2f6647664ff1145e37b814a39 |
||
---|---|---|
.phan | ||
i18n | ||
modules | ||
src | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
.stylelintrc.json | ||
AUTHORS.txt | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING.txt | ||
extension.json | ||
Gruntfile.js | ||
MIT-LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md |
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.