Missing name

edit
<ref details="page 1">Book</ref>

[a 1]

References

  1. ^ Book Cite error: Invalid <ref> tag; missing name attribute. A name attribute must be provided along with a details attribute.

Missing main reference

edit
<ref details="page 1" />

Cite error: A <ref> tag with details must contain content or point to a parent reference by name.

References



Wrong main reference

edit
<ref name="missingbook" details="page 1" />

[c 1.1]

References

  1. ^ Cite error: Invalid <ref> tag; no text was provided for refs named missingbook
    1. ^ page 1

No details in the reflist 1

edit
<references>
 <ref name="book" details="page 1">Book</ref>
</references>

References

Cite error: <ref> tag with name "book" cannot use details when inside <references>.


No details in the reflist 2

edit
<ref name="book">Book</ref>

<references>
 <ref name="book" details="page 1" />
</references>

[e 1]

References

  1. ^ Book

Cite error: <ref> tag with name "book" cannot use details when inside <references>.


No details in the reflist 3

edit

Unused list defined sub-ref with used main content

<ref name="book" />

<references >
 <ref name="book" details="page 1">Book</ref>
</references>

[f 1]

References

  1. ^ Book Cite error: <ref> tag with name "book" cannot use details when inside <references>.

No details in the reflist 4

edit

Unused list defined sub-ref due to duplicate details content

<ref name="book" details="page 1" />

<references >
 <ref name="book" details="page 1">Book</ref>
</references>

[g 1.1]

References

  1. ^ Book Cite error: <ref> tag with name "book" cannot use details when inside <references>.
    1. ^ page 1

No details in the reflist 5

edit
<references>
 <ref details="page 1">Book</ref>
</references>


Cite error: <ref> tag with name "" cannot use details when inside <references>.

References



Attributes follow and details in the follow part

edit
<ref name="book">Book</ref>
<ref follow="book" details="page 1">continued</ref>

[i 1] Cite error: A <ref follow="…"> tag that is the continuation of a previous one cannot be named individually or have details.

References

  1. ^ Book

Misspelled details

edit
<ref name="book" detail="page 1">Miller</ref>

[j 1]

References

  1. ^ Miller Cite error: Invalid parameter "detail" in <ref> tag. Did you mean "details"?

No errors

edit

Repeating named main reference with details

edit
<ref name="book">Book</ref>
<ref name="book" details="page 1">Book</ref>
<ref name="book" details="page 1">Book</ref>

[h 1] [h 1.1] [h 1.2]

References

  1. ^ Book
    1. ^ page 1
    2. ^ page 1

Attributes follow and details in the main reference

edit
<ref group="x" name="book" details="page 1">Book</ref>
<ref group="x" follow="book">continued</ref>

[1.1]


References



Details is empty

edit
<ref details="">Empty details content (main)</ref>

[z 1]

References

  1. ^ Empty details content (main)

  1. ^ Book continued
    1. ^ page 1