Jump to content

Please don't skip this 1-minute read. Festipedia is hosted by the FR Heritage Group, a registered charity (No. 1199296). Festipedia is, and always will be, free. But we need your support to keep Festipedia running and to help fund heritage projects. Any donation you can give will be much appreciated, whether it is £2 or £200.

To make a donation, please go to our website, click the Add to Cart button next to General Donation, change the quantity to the amount you want to donate and click the checkout button. Thank you for your support.

Help:Cite errors/Cite error references group mismatch

From Festipedia, hosted by the FR Heritage Group

This page will help you to fix the error message:

<ref> tag in <references> has conflicting group attribute "$1" (see the help page).

  • If you need help with a particular problem, please discuss it on the article talk 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.

Overview

[edit]

A footnote used multiple times may be defined with a name:

<ref name="foo">content</ref>

To invoke a named footnote:

<ref name="foo" />

References may also be defined within the reference list:

{{reflist|refs=
<ref name=rename1>refcontent1</ref>
<ref name=rename2>refcontent2</ref>
}}

List-defined reference may be within groups:

{{reflist|refs=
<ref name=rename1>refcontent1</ref>
<ref name=rename2 groupname=groupname>refcontent2</ref>
}}

List-defined references may be invoked by the standard markup or by use of {{r}}.

Issues and resolution

[edit]

A list-defined reference uses a group name that is not used within any <ref>...</ref> tags.

This message does not show in preview mode.

Technical

[edit]

Pages with this error message are placed into Pages with incorrect ref formatting. The system message page is at Cite error references group mismatch.