<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.americanmusicclub.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=199.125.109.58</id>
	<title>The Official Website for Mark Eitzel &amp; American Music Club - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.americanmusicclub.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=199.125.109.58"/>
	<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/wiki/Special:Contributions/199.125.109.58"/>
	<updated>2026-04-05T17:12:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Template:Reflist/doc&amp;diff=14568</id>
		<title>Template:Reflist/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Template:Reflist/doc&amp;diff=14568"/>
		<updated>2008-08-02T18:54:58Z</updated>

		<summary type="html">&lt;p&gt;199.125.109.58: fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
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 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;references&amp;amp;nbsp;/&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
&lt;br /&gt;
If used with no parameters, it will produce a reference list with a single column.&lt;br /&gt;
&lt;br /&gt;
=== Multiple columns ===&lt;br /&gt;
Using &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{reflist|2}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will create a two-column reference list, and &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{reflist|3}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; will create a three-column list.  Three-column lists are inaccessible to users with smaller/laptop monitors and should be avoided.&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{reflist|colwidth=30em}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will allow the browser to automatically choose the number of columns based on the width of the web browser.  Choose a column width that&#039;s appropriate for the average width of the references on the page.&lt;br /&gt;
&lt;br /&gt;
Note: multiple columns currently render properly only in [[Mozilla Firefox]] and other [[Gecko (layout engine)|Gecko]]-based browsers&amp;lt;ref&amp;gt;{{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}}&amp;lt;/ref&amp;gt; and [[Safari (web browser)|Safari 3]],&amp;lt;ref&amp;gt;{{cite web |url=http://www.css3.info/preview/multi-column-layout.html |title=Multi-column layout in Safari 3 and Firefox |accessdate=2007-07-25}}&amp;lt;/ref&amp;gt; though the feature is included in [[Cascading Style Sheets|CSS3]] so it should work for a larger number of browsers in the future.&amp;lt;ref&amp;gt;{{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}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Three options for usage===&lt;br /&gt;
====Option 1 (only specific references) — Example:====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
==Content==&lt;br /&gt;
Lorem ipsum.&amp;lt;ref&amp;gt;Source name, access date, etc.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lorem ipsum dolor sit amet.&amp;lt;ref&amp;gt;Source name, access date, etc.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Option 2 (only general references) — Example:====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
==Content==&lt;br /&gt;
Lorem ipsum.&lt;br /&gt;
&lt;br /&gt;
Lorem ipsum dolor sit amet.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{refbegin}}&lt;br /&gt;
* general reference 1&lt;br /&gt;
* general reference 2&lt;br /&gt;
{{refend}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Option 3 (both specific and general references) — Example:====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
==Content==&lt;br /&gt;
Lorem ipsum.&amp;lt;ref&amp;gt;Source name, access date, etc.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lorem ipsum dolor sit amet.&amp;lt;ref&amp;gt;Source name, access date, etc.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lorem ipsum.&lt;br /&gt;
&lt;br /&gt;
Lorem ipsum dolor sit amet.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{refbegin}}&lt;br /&gt;
* general reference 1&lt;br /&gt;
* general reference 2&lt;br /&gt;
{{refend}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Continuing the references==&lt;br /&gt;
In order to add references manually, use the &amp;quot;#&amp;quot; sign and enclose the additional references in the &lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;quot;references-small&amp;quot;&amp;lt;/tt&amp;gt; div style, as in this example:&lt;br /&gt;
&lt;br /&gt;
{{Pre2|scroll|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;references-small&amp;quot;&amp;gt;&lt;br /&gt;
#&amp;lt;li value=&amp;quot;2&amp;quot;&amp;gt; [http://saturn.jpl.nasa.gov/news/features/feature20070719.cfm &#039;&#039;Cassini-Huygens: NEWS - Features - Saturn Turns 60&#039;&#039;]&lt;br /&gt;
# [http://www.scitech.ac.uk/PMC/PRel/STFC/frank.aspx &#039;&#039;A new moon for Saturn a family affair&#039;&#039;]&lt;br /&gt;
# [http://ciclops.org/view.php?id=3353 &#039;&#039;From Dark Obscurity… A Tiny New Saturnian Moon Comes To Light&#039;&#039;]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;li value=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; 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 &amp;quot;11&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Groups extension==&lt;br /&gt;
The &amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt;&amp;lt;/nowiki&amp;gt; tag now supports named groups so that separate lists may be created— see [[Wikipedia:Footnotes#Separating reference lists and explanatory notes]].&lt;br /&gt;
&lt;br /&gt;
The general format for the reference tag would be:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;ref group=name&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And for the reflist:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{reflist|group=name}})&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Where &#039;&#039;name&#039;&#039; would be a group identifier such as &amp;quot;note&amp;quot;, &amp;quot;nb&amp;quot; or &amp;quot;label&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For example, to create a separate format notes list, the references would be formatted as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;ref group=note&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To create the formatted list:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
==Name==&lt;br /&gt;
{{reflist|group=note}})&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While any number of groups can be created and listed, they should be kept to a minimum.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
This template (or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;references/&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; by any means, for that matter) should probably not be used multiple times in the same page with the same value for the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;group&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; parameter. But if this is for some reason required, at least one parameter must be passed to every invocation of the template for correct output. For example, use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{reflist|dummy=1}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; instead of simply &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{reflist}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Wikipedia:Citing sources]]; style guide for the citation of sources, and layout options&lt;br /&gt;
* [[Wikipedia:Footnotes]]; style guide for footnotes and inline citations&lt;br /&gt;
* Template for adding an HTML comment that explains references&lt;br /&gt;
** {{tl|Footnotes}}&lt;br /&gt;
* Templates for formatting individual reference citations&lt;br /&gt;
** [[Wikipedia:Citation templates]]&lt;br /&gt;
* Templates for formatting lists of references and bibliographies&lt;br /&gt;
** {{tl|Refbegin}} &amp;amp;mdash; {{tl|Refend}}; open and close tags to apply &#039;references-small&#039; font-size style to a listing&lt;br /&gt;
** {{tl|Ref indent}} &amp;amp;mdash; {{tl|Ref indent-end}}; open and close tags to apply a [[indentation|hanging indent]] style to a listing&lt;br /&gt;
** {{tl|Colbegin}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:Citation templates|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ADD INTERWIKIS BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[ar:قالب:ثبت المراجع]]&lt;br /&gt;
[[be-x-old:Шаблён:Зноскі]]&lt;br /&gt;
[[es:Plantilla:Listaref]]&lt;br /&gt;
[[fr:Modèle:Références]]&lt;br /&gt;
[[hi:Template:टिप्पणीसूची]]&lt;br /&gt;
[[ia:Patrono:Reflist]]&lt;br /&gt;
[[ja:Template:Reflist]]&lt;br /&gt;
[[ko:틀:주석]]&lt;br /&gt;
[[lv:Veidne:Reflist]]&lt;br /&gt;
[[ml:ഫലകം:Reflist]]&lt;br /&gt;
[[ms:Templat:Reflist]]&lt;br /&gt;
[[no:Mal:Reflist]]&lt;br /&gt;
[[pl:Szablon:Przypisy]]&lt;br /&gt;
[[pt:Predefinição:Reflist]]&lt;br /&gt;
[[sr:Шаблон:Напомене]]&lt;br /&gt;
[[fi:Malline:Viitteet]]&lt;br /&gt;
[[zh:Template:Reflist]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>199.125.109.58</name></author>
	</entry>
</feed>