mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-14 18:45:12 +00:00
f92792f64a
This adds a test for numbers like "1.2.0" that appear when an extended reference (e.g. "1.2.") is reused multiple times. The first separator is from the extended reference. We decided to never localize it. However, the second seperator is from reusing a reference. This was always localized. We believe this is a bug, but haven't fixed it yet. The test is documenting the status quo "1.2,0" with a comma. This kind of makes sense, one could argue, because the "1.2" appears like this up in the text, but the ",0" is a different indicator for a reuse, which *never* occurs in the text. Change-Id: Ie3d26bcadd8929b906bfbcac4806af2150d61f2a |
||
---|---|---|
.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.