Template:Reflist

From Libregamewiki
Jump to navigation Jump to search

Template documentation

This template adds a reference list to an article with some formatting. Here, all references that have been added with <ref> tags will be resolved. Add this tag below a “References” header near the end of an article.

The template internally uses <references />.

Usage

{{Reflist}}

Adds a reference list with default settings.

{{Reflist|<columns>}}

Adds a reference list with <columns> columns.

{{Reflist|colwidth=<column width>}}

Adds a reference list in which each column is <column width> wide. CSS units are recognized (e.g. em, px, etc.).

{{Reflist|<columns>|colwidth=<column width>}}
Adds a reference list in which both colums and column width are specified, as explained before.