w:c:strategywiki>Notmyhandle (removed include only) |
w:c:strategywiki>Notmyhandle (clarified lorem ipsem references) |
||
Line 1: | Line 1: | ||
== Usage == | ==Usage== | ||
Use this template to create a reference list in an article. | Use this template to create a reference list in an article. | ||
Line 5: | Line 5: | ||
If used with no parameters, it will simply produce a reference list in a small font. | If used with no parameters, it will simply produce a reference list in a small font. | ||
=== Multiple columns === | ===Multiple columns=== | ||
Using <tt><nowiki>{{reflist|2}}</nowiki></tt> will create a two-column reference list, and <tt><nowiki>{{reflist|3}}</nowiki></tt> will create a three-column list. | Using <tt><nowiki>{{reflist|2}}</nowiki></tt> will create a two-column reference list, and <tt><nowiki>{{reflist|3}}</nowiki></tt> will create a three-column list. | ||
Line 13: | Line 13: | ||
Note: multiple columns currently render properly only in [[Mozilla Firefox]],<ref>{{cite web|accessdate=2006-11-24|date=[[2005-12-30]]|title=CSS3 Multi-Column Thriller|url=http://www.stuffandnonsense.co.uk/archives/css3_multi-column_thriller.html}}</ref> though the feature is included in [[Cascading Style Sheets|CSS3]], so it should work for a larger number of browsers in the future.<ref>{{cite web|url=http://www.w3.org/TR/css3-multicol|title=CSS3 module: Multi-column layout|publisher=[[World Wide Web Consortium|W3C]]|date=[[2005-12-15]]|accessdate=2006-11-24}}</ref> | Note: multiple columns currently render properly only in [[Mozilla Firefox]],<ref>{{cite web|accessdate=2006-11-24|date=[[2005-12-30]]|title=CSS3 Multi-Column Thriller|url=http://www.stuffandnonsense.co.uk/archives/css3_multi-column_thriller.html}}</ref> though the feature is included in [[Cascading Style Sheets|CSS3]], so it should work for a larger number of browsers in the future.<ref>{{cite web|url=http://www.w3.org/TR/css3-multicol|title=CSS3 module: Multi-column layout|publisher=[[World Wide Web Consortium|W3C]]|date=[[2005-12-15]]|accessdate=2006-11-24}}</ref> | ||
=== Three options for usage === | ===Three options for usage=== | ||
==== Option 1 (only specific references) - see [http://en.wikipedia.org/wiki/The_Rule The Rule] ==== | ====Option 1 (only specific references) - see [http://en.wikipedia.org/wiki/The_Rule The Rule]==== | ||
<pre> | <pre> | ||
== Content == | ==Content== | ||
Lorem ipsum.<ref>Source name, access date, etc.</ref> | Lorem ipsum.<ref>Source name, access date, etc.</ref> | ||
Line 24: | Line 24: | ||
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> | Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> | ||
== References == | ==References== | ||
{{reflist}} | {{reflist}} | ||
</pre> | </pre> | ||
==== Option 2 (only general references) - see [http://en.wikipedia.org/wiki/National_Publications National Publications] ==== | ====Option 2 (only general references) - see [http://en.wikipedia.org/wiki/National_Publications National Publications]==== | ||
<pre> | <pre> | ||
== Content == | ==Content== | ||
Lorem ipsum. | Lorem ipsum. | ||
Line 38: | Line 38: | ||
Lorem ipsum dolor sit amet. | Lorem ipsum dolor sit amet. | ||
== References == | ==References== | ||
{{refbegin}} | {{refbegin}} | ||
Line 46: | Line 46: | ||
</pre> | </pre> | ||
==== Option 3 (both specific and general references) - see [http://en.wikipedia.org/wiki/Elephant Elephant] ==== | ====Option 3 (both specific and general references) - see [http://en.wikipedia.org/wiki/Elephant Elephant]==== | ||
<pre> | <pre> | ||
== Content == | ==Content== | ||
Lorem ipsum.<ref>Source name, access date, etc.</ref> | Lorem ipsum.<ref>Lorem ipsum: Source name, access date, etc.</ref> | ||
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> | Lorem ipsum dolor sit amet.<ref>Lorem ipsum dolor sit amet: Source name, access date, etc.</ref> | ||
Lorem ipsum. | Lorem ipsum. | ||
Line 59: | Line 59: | ||
Lorem ipsum dolor sit amet. | Lorem ipsum dolor sit amet. | ||
== References == | ==References== | ||
{{reflist}} | {{reflist}} | ||
Line 69: | Line 69: | ||
</pre> | </pre> | ||
== Content == | ==Content== | ||
Lorem ipsum.<ref>Source name, access date, etc.</ref> | Lorem ipsum.<ref>Source name, access date, etc.</ref> | ||
Line 75: | Line 75: | ||
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> | Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> | ||
== References == | ==References== | ||
{{reflist}} | {{reflist}} | ||
</pre> | </pre> | ||
==== Option 2 (only general references) - see [[National Publications]] ==== | ====Option 2 (only general references) - see [[National Publications]]==== | ||
<pre> | <pre> | ||
== Content == | ==Content== | ||
Lorem ipsum. | Lorem ipsum. | ||
Line 89: | Line 89: | ||
Lorem ipsum dolor sit amet. | Lorem ipsum dolor sit amet. | ||
== References == | ==References== | ||
{{refbegin}} | {{refbegin}} | ||
Line 97: | Line 97: | ||
</pre> | </pre> | ||
==== Option 3 (both specific and general references) - see [[Elephant]] ==== | ====Option 3 (both specific and general references) - see [[Elephant]]==== | ||
<pre> | <pre> | ||
== Content == | ==Content== | ||
Lorem ipsum.<ref>Source name, access date, etc.</ref> | Lorem ipsum.<ref>Source name, access date, etc.</ref> | ||
Line 110: | Line 110: | ||
Lorem ipsum dolor sit amet. | Lorem ipsum dolor sit amet. | ||
== References == | ==References== | ||
{{reflist}} | {{reflist}} | ||
Line 120: | Line 120: | ||
</pre> | </pre> | ||
== See | ==See Also== | ||
* [[Wikipedia:Citing sources]] | * [[Wikipedia:Citing sources]] | ||
Line 132: | Line 132: | ||
** {{tl|Ref-section}} | ** {{tl|Ref-section}} | ||
== References == | ==References== | ||
{{reflist}} | {{reflist}} |
Revision as of 04:27, 7 May 2007
Usage
Use this template to create a reference list in an article.
If used with no parameters, it will simply produce a reference list in a small font.
Multiple columns
Using {{reflist|2}} will create a two-column reference list, and {{reflist|3}} will create a three-column list.
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,<ref>Template:Cite web</ref> though the feature is included in CSS3, so it should work for a larger number of browsers in the future.<ref>Template:Cite web</ref>
Three options for usage
Option 1 (only specific references) - see The Rule
==Content== Lorem ipsum.<ref>Source name, access date, etc.</ref> Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref> ==References== {{reflist}}
Option 2 (only general references) - see National Publications
==Content== Lorem ipsum. Lorem ipsum dolor sit amet. ==References== {{refbegin}} * general reference 1 * general reference 2 {{refend}}
Option 3 (both specific and general references) - see Elephant
==Content== Lorem ipsum.<ref>Lorem ipsum: Source name, access date, etc.</ref> Lorem ipsum dolor sit amet.<ref>Lorem ipsum dolor sit amet: Source name, access date, etc.</ref> Lorem ipsum. Lorem ipsum dolor sit amet. ==References== {{reflist}} {{refbegin}} * general reference 1 * general reference 2 {{refend}}
Content
Lorem ipsum.<ref>Source name, access date, etc.</ref>
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref>
References
Option 2 (only general references) - see National Publications
==Content== Lorem ipsum. Lorem ipsum dolor sit amet. ==References== {{refbegin}} * general reference 1 * general reference 2 {{refend}}
Option 3 (both specific and general references) - see Elephant
==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}}
See Also
- Wikipedia:Citing sources
- Wikipedia:Footnotes
- Templates recommended for use with Reflist
- Similar-functioning templates
- {{Footnotes}}
- {{FootnotesSmall}}
- {{Ref-section}}