Template:Reflist: Difference between revisions
(Created page with "<div class="references-small" {{#if: {{{colwidth|}}}| style="-moz-column-width:{{{colwidth}}}; -webkit-column-width:{{{colwidth}}}; column-width:{{{colwidth}}};" | {{#if: {{{1|}}}| style="-moz-column-count:{{{1}}}; -webkit-column-count:{{{1}}}; column-count:{{{1}}} }};" |}}> <references /></div><noinclude> {{documentation}}</noinclude>") |
(No difference)
|
Latest revision as of 20:26, 8 April 2025
| Template documentation follows |
|---|
| Note: the template above may sometimes be partially or fully invisible. |
| Visit Template:Reflist/doc to edit this documentation. (How does this work?) |
Description[edit source]
Use this template to create a reference list in small font for an article. Note that there is no consensus that small font size should always be used for all references; when normal-sized font is more appropriate on an article, use <references /> instead.[1]
Syntax[edit source]
Type
- Description
- A template link with a variable number of example parameters (0-20), which can be used to show example inputs.
- Utilises Template:T/piece.
- Syntax
- Template loop detected: Template:T
- Sample code
{{t|welcome}}gives...- Template loop detected: Template:T
{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}}gives...- Template loop detected: Template:T
- See also
Template:T on WoWWikiwhere you would normally type<references/>. If used with no parameters, it will produce a reference list with a single column.
Multiple columns[edit source]
Using {{reflist|2}} will create a two-column reference list, and {{reflist|3}} will create a three-column list. Three-column lists are inaccessible to users with smaller/laptop monitors and should be avoided.
Using {{reflist|colwidth=30em}} will allow the browser to automatically choose the number of columns based on the width of the web browser. Choose a column width that's appropriate for the average width of the references on the page.
Note: multiple columns currently render properly only in Mozilla Firefox and other Gecko-based browsers and Safari 3, though the feature is included in CSS3 so it should work for a larger number of browsers in the future.
Sample output[edit source]
{{reflist}} gives...
- ↑ I am a reference
CSS used[edit source]
.references-small { font-size: 90%; }
See also[edit source]
- Template:Reflist on Wikipedia.