Help:Cite errors/Cite error group refs without references

From CasperTech Wiki
Revision as of 12:39, 28 June 2013 by D1cd5b71-6209-4595-9bf0-771bf689ce00 (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Pp-semi-indefHelp:Cite errors/header

Overview

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:

{{Reflist|group=groupname}}
or
{{notelist}} or one of the variants listed below.

Issues and resolution

The most obvious and simplest issue is when the reference list markup is missing. Simply add {{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.

There are predefined group names that use templates for the in-text citation and for the reference list. If one of these group names is used, then the matching reference list template can be used. <section begin=rlt />

Group name Reference list template In-text citation template
{{reflist}}
lower-alpha {{notelist}} {{efn}}
upper-alpha {{notelist-ua}} {{efn-ua}}
lower-roman {{notelist-lr}} {{efn-lr}}

<section end=rlt />


Sometimes the reference list markup exists, but the message is shown because the <ref> tag immediately before the reference list markup does not have a closing </ref> or it is malformed, thus "eating" the rest of the text including the reference list. Find the last <ref> tag and ensure it is properly closed with <ref>.


This message may also show if there are <ref>...</ref> tags after the reference list markup. Ensure all <ref>...</ref> tags are properly placed. A template such as a navbox may have <ref>...</ref> tags.

Bugs

Template:Tracked

  • Template:Bug Misleading error message for omitted </ref> tag

Examples

Template:Pre2

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.


Technical

Help:Cite errors/tech