Template:Reflist/doc
From Wikipedia, the free encyclopedia
Contents |
[edit] Usage
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.
If used with no parameters, it will produce a reference list with a single column.
[edit] 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[1] and Safari 3,[2], though the feature is included in CSS3 so it should work for a larger number of browsers in the future.[3]
[edit] Three options for usage
[edit] Option 1 (only specific references) — Example:
==Content== Lorem ipsum.<ref>Source name, access date, etc.</ref> Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> ==References== {{reflist}}
[edit] Option 2 (only general references) — Example:
==Content== Lorem ipsum. Lorem ipsum dolor sit amet. ==References== {{refbegin}} * general reference 1 * general reference 2 {{refend}}
[edit] Option 3 (both specific and general references) — Example:
==Content== Lorem ipsum.<ref>Source name, access date, etc.</ref> Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> Lorem ipsum. Lorem ipsum dolor sit amet. ==References== {{reflist}} {{refbegin}} * general reference 1 * general reference 2 {{refend}}
[edit] Continuing the references
In order to add references manually, use the "#" sign and enclose the additional references in the "references-small" div style, as in this example:
<div class="references-small"> #<li value="2"> [http://saturn.jpl.nasa.gov/news/features/feature20070719.cfm ''Cassini-Huygens: NEWS - Features - Saturn Turns 60''] # [http://www.scitech.ac.uk/PMC/PRel/STFC/frank.aspx ''A new moon for Saturn a family affair''] # [http://ciclops.org/view.php?id=3353 ''From Dark Obscurity… A Tiny New Saturnian Moon Comes To Light''] </div>
The <li value="2">
tag is used to ensure the new references start at the correct number. In the example, there was just one reference. Had there been 10, we would have started the additional references at "11".
[edit] See also
- Wikipedia:Citing sources; style guide for the citation of sources, and layout options
- Wikipedia:Footnotes; style guide for footnotes and inline citations
- Similar-functioning templates
- {{Footnotes}}
- {{FootnotesSmall}}
- Templates for formatting individual reference citations
- Templates for formatting lists of references and bibliographies
- {{Refbegin}} — {{Refend}}; open and close tags to apply 'references-small' font-size style to a listing
- {{Ref indent}} — {{Ref indent-end}}; open and close tags to apply a hanging indent style to a listing