Template:Reflist
Jump to navigation
Jump to search
Template:Reflist
Renders the references list in a compact multi-column layout. Place directly under the == References == heading.
Parameters
| Parameter | Description | Example |
|---|---|---|
| (none) | Auto-columns at 30em width (recommended) | {{Reflist}}
|
1 (positional) |
Force a specific column count | {{Reflist|2}}
|
refs |
Named ref definitions | See below |
Examples
Basic:
== References ==
{{Reflist}}
Force two columns:
{{Reflist|2}}
With named refs:
{{Reflist|refs=
<ref name="boinc">{{Cite web |url=https://boinc.berkeley.edu |title=BOINC |access-date=2026-05-18}}</ref>
}}
Then in the article body: <ref name="boinc" />