User:Retro/sandbox
From Wikipedia, the free encyclopedia
False backreference testing. See /efn for result summaries.
Example 1: normal footnotes
Example 2: footnotes with inline defined reference
Text{{efn|group="Example 2"|Footnote 1 text}}
More text{{efn|group="Example 2"|Footnote 2 text}}
Even more text{{efn|group="Example 2"|Footnote 3 text<ref group="R2" name="Reference 1">Reference 1 text</ref>}}
==Footnotes==
{{notelist|group="Example 2"}}
==References==
{{reflist|group="R2"}}
Text[a]
More text[b]
Even more text[c]
Footnotes
References
- Reference 1 text
Example 3: footnotes with footnote list defined before footnotes (acceptable failure)
Text{{efn|group="Example 3"|Footnote 1 text}}
More text{{efn|group="Example 3"|Footnote 2 text}}
Even more text{{efn|group="Example 3"|Footnote 3 text<ref group="R3" name="Reference 1">Reference 1 text</ref>}}
==Footnotes==
{{notelist|group="Example 3"}}
==References==
{{reflist|group="R3"}}
Footnotes
Text[a]
More text[b]
Even more text[c]
References
- Reference 1 text
Example 4: footnotes with name defined reference
Text{{efn|group="Example 4"|Footnote 1 text}}
Important information.<ref group="R4" name="Reference 1">Reference 1 text</ref>
More text{{efn|group="Example 4"|Footnote 2 text}}
Even more text{{efn|group="Example 4"|Footnote 3 text<ref group="R4" name="Reference 1" />}}
==Footnotes==
Curious that the footnote had Example 3 references...; oh it didn't get expressed in the last reference.
{{notelist|group="Example 4"}}
==References==
{{reflist|group="R4"}}
Text[d]
Important information.[R4 1]
More text[e]
Even more text[f]
Footnotes
Curious that the footnote had Example 3 references...:
References
- Reference 1 text
Example 5: footnotes with name defined reference, no back-reference
Text{{efn|group="Example 5"|Footnote 1 text}}
Important information.<!--<ref group="R5" name="Reference 1">Reference 1 text</ref>-->
More text{{efn|group="Example 5"|Footnote 2 text}}
Even more text{{efn|group="Example 5"|Footnote 3 text<ref group="R5" name="Reference 1" />}}
==Footnotes==
{{notelist|group="Example 5"}}
==References==
{{reflist|group="R5"}}
Text[a]
Important information.
More text[b]
Even more text[c]
Footnotes
References
Example 6: name-defined footnotes with name defined reference
Text{{efn|group="Example 6"|name="Footnote 1"}}
Important information.<ref group="R6" name="Reference 1">Reference 1 text</ref>
More text{{efn|group="Example 6"|name="Footnote 2"}}
Even more text{{efn|group="Example 6"|name="Footnote 3"}}
==Footnotes==
{{notelist|group="Example 6"|refs=
{{efn|group="Example 6"|name="Footnote 1"|Footnote 1 text}}
{{efn|group="Example 6"|name="Footnote 2"|Footnote 2 text}}
{{efn|group="Example 6"|name="Footnote 3"|Footnote 3 text<ref group="R6" name="Reference 1" />}}
}}
==References==
{{reflist|group="R6"}}
Text[a]
Important information.[R6 1]
More text[b]
Even more text[c]
Footnotes
References
- Reference 1 text