Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
DOORS Site Logo

Welcome to the Official DOORS Wiki!
Please read the Wiki Rules the Manual of Style and familiarise yourself with our Wiki Policies before contributing to get a better understanding of what content is allowed on our wiki and how to display it properly, if you need help don't hesitate to reach out to a DOORS Wiki Staff Member.

Template:Reflist/doc

Template page
< Template:Reflist
Revision as of 01:19, 5 September 2022 by Aeywoo (talk | contribs) (Created the Reflist template documentaiton from the Templates Wiki.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Edit-copy green.svg
This is a template documentation subpage for Template:Reflist.
It contains usage information, categories, interlanguage links and other content that is not part of the original template page.

Description

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]

Dependencies

CSS used

.references-small {
    font-size: 90%;
}

Syntax

Type {{Reflist|...}} where you would normally type <references/>. If used with no parameters, it will produce a reference list with a single column.

Multiple columns

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

{{Reflist}} gives...

{{#vardefine:columns|1}}

  1. I am a reference

See also