mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 01:01:29 +00:00
5db90fb5a9
This is an extremely relevant use case, but we never had a test for this: Some text.<ref extends="book">Page 2</ref> <references> <ref name="book">Title of the book</ref> </references> What this means: There is no reference in the text that points to the book as a whole, only references that point to individual pages. The base <ref> is not used in the text. This is already properly rendered. There is no "jump back to the text" link. However, this fails when <references> is wrapped in {{#tag:…}}. Bug: T239810 Change-Id: Id22db0238266a4fd6131d1a10eb6bf6227552c19 |
||
---|---|---|
.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.