Help:Cite errors/Cite error group refs without references: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Add references section and/or general fixes.
Gadget850 (talk | contribs)
m Reverted edits by SmackBot (talk) to last version by Gadget850
Line 10:
When grouped references are defined, then the page must also have markup to show the reference list. The reference list is shown by including either of the following:
 
:{{Tlxtlx|Reflist|group=''groupname''}}
 
::or
 
:{{Tagtag|references group=''groupname''|single}}
 
==Issues and resolution==
The most obvious and simplest issue is when the reference list markup is missing. Simply add {{Tlxtlx|Reflist|group=''groupname''}} to the end of the article under the section title "References", usually between "See also" and "External links". The $1 in the message shown above will be replaced with the groupname.
 
Sometimes the reference list markup exists, but the message is shown because the {{Tagtag|ref|open}} tag immediately before the reference list markup does not have a closing {{Tagtag|ref|close}} or it is malformed, thus "eating" the rest of the text including the reference list. Find the last {{Tagtag|ref|open}} tag and ensure it is properly closed with {{Tagtag|ref|close}}.
 
This message may also show if there are {{Tagtag|ref}} tags after the reference list markup. Ensure all {{Tagtag|ref}} tags are properly placed. A template such as a navbox may have {{Tagtag|ref}} tags.
 
==Bugs==
* {{bug|21798}} Misleading error message for omitted {{Tagtag|ref|close}} tag
* {{bug|16854}} {{Tagtag|ref}} without {{Tagtag|references|single}}
* {{bug|17865}}: Some MediaWiki Cite error messages do not allow markup
 
==Examples==
{{Pre2pre2|<nowiki>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<ref group=note>Reference 1</ref> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</nowiki>}}
 
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<ref group=note>Reference 1</ref> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
 
==References==
{{Reflist}}