Template:Reflist/doc: Difference between revisions
Template page
More actions
fandomwiki>007a83 Created page with "{{doc/start}} The template is used in place of the <nowiki><references /></nowiki> tag. It will also accept an optional number, which is the amount of columns the reference l..." |
Koza1brada (talk | contribs) m 1 revision imported: Try to import fandom pages (manual dump, 9) |
||
(No difference)
| |||
Latest revision as of 11:10, 7 August 2025
{{#vardefine: nodoc | {{{nodoc}}} }}{{#vardefine: baddoc | {{{baddoc}}} }}
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
References
<ref>Example ref 1</ref>
<ref>Example ref 2</ref>
<ref>Example ref 3</ref>
<ref>Example ref 4</ref>
== References ==
{{reflist|2}}
- produces
This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.