Template:HiddenNote

From RosieSoCrossing
Revision as of 13:42, 21 January 2026 by Rosie (talk | contribs) (Created page with "<div style="display:none;"> {{#if:{{{name1|}}}|{{Note|name={{{name1}}}|{{{note1}}}}}|Ya need at least the {{code|name1}} and {{code|note1}} parameters, silly.}} {{#if:{{{name2|}}}|{{Note|name={{{name2}}}|{{{note2}}}}}|}} {{#if:{{{name3|}}}|{{Note|name={{{name3}}}|{{{note3}}}}}|}} {{#if:{{{name4|}}}|{{Note|name={{{name4}}}|{{{note4}}}}}|}} {{#if:{{{name5|}}}|{{Note|name={{{name5}}}|{{{note5}}}}}|}} {{#if:{{{name6|}}}|{{Note|name={{{name6}}}|{{{note6}}}}}|}} {{#if:{{{name7...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Ya need at least the name1 and note1 parameters, silly.








Template documentation (view)


Usually, footnotes appear in the Notes section in the order they appear in the text. HiddenNote is a template that allows you to create notes in an order that doesn't display, and by using the name parameter of notes later on you may display them in a different order while preserving a fixed order in the Notes section, that of the HiddenNote template.

Example:

{{HiddenNote
|name1=test
|note1=This test note appears in the footnotes first.
|name2=test2
|note2=This test note appears in the footnotes second.
}}

This text will have the second note{{Note|name=test2}} followed by the first.{{Note|name=test}}

<ref name="test" group="nb">This test note appears in the footnotes first.</ref> <ref name="test2" group="nb">This test note appears in the footnotes second.</ref>









This text will have the second note<ref name="test2" group="nb"></ref> followed by the first.<ref name="test" group="nb"></ref>

Notes

<references group="nb"/>