mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Mention potentially missing </ref> tag in Cite error message
Bug: 45415 Change-Id: I5293f814eff4c0fad3dce412f3adf049c70ee73e
This commit is contained in:
parent
b104717624
commit
cce95414f6
|
@ -46,7 +46,7 @@ Define more in the <nowiki>[[MediaWiki:$2]]</nowiki> message.',
|
|||
no text was provided for refs named <code>$1</code>',
|
||||
'cite_error_included_ref' => 'Closing <code></ref></code> missing for <code><ref></code> tag',
|
||||
'cite_error_refs_without_references' => '<code><ref></code> tags exist, but no <code><references/></code> tag was found',
|
||||
'cite_error_group_refs_without_references' => '<code><ref></code> tags exist for a group named "$1", but no corresponding <code><references group="$1"/></code> tag was found',
|
||||
'cite_error_group_refs_without_references' => '<code><ref></code> tags exist for a group named "$1", but no corresponding <code><references group="$1"/></code> tag was found, or a closing <code></ref></code> is missing',
|
||||
'cite_error_references_group_mismatch' => '<code><ref></code> tag in <code><references></code> has conflicting group attribute "$1".',
|
||||
'cite_error_references_missing_group' => '<code><ref></code> tag defined in <code><references></code> has group attribute "$1" which does not appear in prior text.',
|
||||
'cite_error_references_missing_key' => '<code><ref></code> tag with name "$1" defined in <code><references></code> is not used in prior text.',
|
||||
|
|
Loading…
Reference in a new issue