Template:Reflist/Documentation: Difference between revisions

Template page
w:c:strategywiki>Notmyhandle
(removed include only)
m (11 revisions imported: Imported from https://strategywiki.org/)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== 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. For more information see [[StrategyWiki:Guide/References]].


Use this template to create a reference list in an article.
==Usage==


If used with no parameters, it will simply produce a reference list in a small font.
<nowiki>==Content==</nowiki>


=== Multiple columns ===
Lorem ipsum.<nowiki><ref>Source name, access date, etc.</ref></nowiki><ref>Source name, access date, etc.</ref>


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.
Lorem ipsum dolor sit amet.<nowiki><ref>Source name, access date, etc.</ref></nowiki><ref>Source name, access date, etc.</ref>


Using <tt><nowiki>{{reflist|colwidth=30em}}</nowiki></tt> 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.
<nowiki>==References==</nowiki>


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>
<nowiki>{{reflist}}</nowiki>


=== Three options for usage ===
==Reusing references==
You can specify a reference to use with multiple <nowiki><ref></nowiki> tags by using the <code>name</code> parameter. Put the text of the reference into the first reference to use the name, and then in any further instances of the reference, you can use just the name without the text and they will share the note in the reflist.<nowiki><ref name="example">example of a named reference</ref></nowiki><ref name="example">example of a named reference</ref>


==== Option 1 (only specific references) - see [http://en.wikipedia.org/wiki/The_Rule The Rule] ====
Now that a reference is named, it can be used again by sharing the <code>name</code> parameter. Use a self-closing <nowiki><ref></nowiki> tag by including a space and a forward slash at the end of the tag. You will be able to see that both this ref tag and the previous one share the same number.<nowiki><ref name="example" /></nowiki><ref name="example" />


<pre>
==Multiple columns==
== Content ==
:'''''Note:''' Multiple columns currently render properly only in Mozilla Firefox, in other browsers the reflist will be treated as a single column.''


Lorem ipsum.<ref>Source name, access date, etc.</ref>
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.


Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref>
Using <tt><nowiki>{{reflist|colwidth=30em}}</nowiki></tt> 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.
 
== References ==
 
{{reflist}}
</pre>
 
==== Option 2 (only general references) - see [http://en.wikipedia.org/wiki/National_Publications National Publications] ====
 
<pre>
== Content ==
 
Lorem ipsum.
 
Lorem ipsum dolor sit amet.
 
== References ==
 
{{refbegin}}
* general reference 1
* general reference 2
{{refend}}
</pre>
 
==== Option 3 (both specific and general references) - see [http://en.wikipedia.org/wiki/Elephant Elephant] ====
 
<pre>
== 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 ==


==References==
This is a list of references from this page using the <code><nowiki>{{reflist}}</nowiki></code> template:
{{reflist}}
{{reflist}}


{{refbegin}}
<noinclude>[[Category:Template documentation|R]]</noinclude>
* general reference 1
* general reference 2
{{refend}}
</pre>
 
== Content ==
 
Lorem ipsum.<ref>Source name, access date, etc.</ref>
 
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref>
 
== References ==
 
{{reflist}}
</pre>
 
==== Option 2 (only general references) - see [[National Publications]] ====
 
<pre>
== Content ==
 
Lorem ipsum.
 
Lorem ipsum dolor sit amet.
 
== References ==
 
{{refbegin}}
* general reference 1
* general reference 2
{{refend}}
</pre>
 
==== Option 3 (both specific and general references) - see [[Elephant]] ====
 
<pre>
== 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}}
</pre>
 
== See also ==
 
* [[Wikipedia:Citing sources]]
* [[Wikipedia:Footnotes]]
* Templates recommended for use with Reflist
** {{tl|Refbegin}}
** {{tl|Refend}}
* Similar-functioning templates
** {{tl|Footnotes}}
** {{tl|FootnotesSmall}}
** {{tl|Ref-section}}
 
== References ==
 
{{reflist}}

Latest revision as of 18:27, 28 October 2023

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. For more information see StrategyWiki:Guide/References.

Usage[edit source]

==Content==

Lorem ipsum.<ref>Source name, access date, etc.</ref><ref>Source name, access date, etc.</ref>

Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref><ref>Source name, access date, etc.</ref>

==References==

{{reflist}}

Reusing references[edit source]

You can specify a reference to use with multiple <ref> tags by using the name parameter. Put the text of the reference into the first reference to use the name, and then in any further instances of the reference, you can use just the name without the text and they will share the note in the reflist.<ref name="example">example of a named reference</ref><ref name="example">example of a named reference</ref>

Now that a reference is named, it can be used again by sharing the name parameter. Use a self-closing <ref> tag by including a space and a forward slash at the end of the tag. You will be able to see that both this ref tag and the previous one share the same number.<ref name="example" /><ref name="example" />

Multiple columns[edit source]

Note: Multiple columns currently render properly only in Mozilla Firefox, in other browsers the reflist will be treated as a single column.

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.

References[edit source]

This is a list of references from this page using the {{reflist}} template:

<references />