Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 09:43, 11 August 2013 by fandomwiki>007a83 (Created page with "{{#if: {{{1|}}} | <div style="column-count: {{{1}}}; -moz-column-count: {{{1}}}; -webkit-column-count: {{{1}}};">}}{{#tag:references}}{{#if: {{{1|}}} | </div> }}<noinclude> {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{#vardefine: nodoc | {{{nodoc}}} }}{{#vardefine: baddoc | {{{baddoc}}} }}

Documentation

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

It will also accept an optional number, which is the amount of columns the reference list will take up.

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>Example ref 2</ref>
<ref>Example ref 3</ref>
<ref>Example ref 4</ref>

== References ==
{{reflist}}
produces

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

References

  1. Example ref 1
  2. Example ref 2
  3. Example ref 3
  4. Example ref 4


<ref>Example ref 1</ref>
<ref>Example ref 2</ref>
<ref>Example ref 3</ref>
<ref>Example ref 4</ref>

== References ==
{{reflist|2}}
produces

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

References

  1. Example ref 1
  2. Example ref 2
  3. Example ref 3
  4. Example ref 4