Minecraft Wiki
Advertisement
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more information

The template is used in place of the <references /> tag.

Parameters

Usage

Simply put the template where you would normally put the <references /> tag, and put how many columns you want. You can also leave it blank for just 1, making it act exactly the same as the <references /> tag.

Examples

<ref>Example ref 1</ref>
<ref name=ref2>Example ref 2</ref>
<ref name=ref2/>
<ref>Example ref 3</ref>

== References ==
{{reflist}}
produces

[1] [2] [2] [3]

References

  1. Example ref 1
  2. a b Example ref 2
  3. Example ref 3


<ref name=A/> <ref name="B"/> <ref name='C'/> <ref name=D></ref>
== References ==
{{reflist|2|refs=<ref name=A>Example ref 1</ref>
<ref name=B>Example ref 2</ref>
<ref name=C>Example ref 3</ref>
<ref name=D>Example ref 4</ref>
}}
produces

[1] [2] [3] [4]

References

  1. Cite error: Invalid <ref> tag; no text was provided for refs named A
  2. Cite error: Invalid <ref> tag; no text was provided for refs named B
  3. Cite error: Invalid <ref> tag; no text was provided for refs named C
  4. Cite error: Invalid <ref> tag; no text was provided for refs named D

See also


Advertisement