Help:Cite errors/Cite error refs without references
This page will help you to fix the cite error message:
⧼Cite error refs without references⧽
- If you have read this help page and find something missing or confusing, please discuss it at the main talk page.
- Please reference this page and the page where you have the problem so we can understand your issues.
- For basic information on the footnotes system, see Referencing for beginners; for advanced help, see Footnotes.
Overview
When a page contains references enclosed in <ref>...</ref>
tags, the page must also have markup to actually show the reference list; otherwise the error message will be displayed.
The reference list is shown by including the {{reflist}} template, generally placed in its own section near the end of the page and usually with a section heading titled "References", "Notes", "Footnotes", "Works cited" or some other name; see WP:FNNR.
Issues and resolution
The most common issue for a new article, or for one that has just had its first reference added, is missing reference list markup. To fix the problem in this case, simply add the markup:
==References== {{Reflist}}
Before you add the above markup, check the article's history for recent edits that may have removed or disabled an existing {{reflist}} template. Undoing or correcting an erroneous edit may bring back the reference list and fix other problems as well.
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. If this is the case, find the last <ref>
tag and ensure it is properly closed with </ref>
.
Similarly the reference list markup may be "eaten" by an unclosed HTML comment or HTML tag such as <nowiki>
or <gallery>
.
This message may also show if there are <ref>...</ref>
tags after {{Reflist}}
. Ensure all <ref>...</ref>
tags appear before the reference list.
A template such as a navbox may have <ref>...</ref>
tags. {{Template reference list}} may be used— see the documentation.
Multiple uses of {{reflist}} require that it be closed for each use. See Template:Reflist#Multiple uses.
Redirect pages should have no content other than the redirect, a redirect template and possibly a category.
Examples
![]() | The content of this message is dependent on the language setting in Special:Preferences. You can test how the error messages look in the most popular languages with these links: |
The {{reflist}} template is missing:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<ref>Reference 1</ref> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Would appear in an article as:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[1] Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Technical
Pages with this error message are placed into Pages with missing references list. The system message page is at Cite error refs without references.
Bugs
- Template:Bug Misleading error message for omitted
</ref>
tag: this documents the issue with the last</ref>
missing
Proposals
There have been several proposals to have the error message automatically add {{Reflist}}. Issues:
- There is no standard section name for references; see WP:FNNR.
- The cite error message is always placed at the end of the article, thus any automatic reflist will be placed out of order at the very end.
- The Cite extension classes all error messages in bold red, thus a reference list generated by the message will inherit those attributes.
- ^ Reference 1