Help:Cite errors/Cite error ref no input
From Wikipedia, the free encyclopedia
This page will help you to fix the cite error message:
Cite error: There are <ref> tags on this page without content in them (see the help page).
- 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.
This help page is a how-to guide. It explains concepts or processes used by the Wikipedia community. It is not one of Wikipedia's policies or guidelines, and may reflect varying levels of consensus. |
Overview
References are defined within <ref> tags.
Issues and resolution
- There is no content between the
<ref>tags, and the reference has no name. Either delete the two tags, or put content between them, for example:<ref>content</ref>; or, if you're reusing a named reference that's been defined elsewhere in the article use a single tag, for example<ref name="refname" /> - There is an
=(equals sign) in an explanatory footnote:{{efn|Explanatory footnote with = sign}}. Unnamed template parameters cannot contain an equals sign. To solve this issue, start the parameter with|1=like this:{{efn|1=Explanatory footnote with = sign}}