<?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=216.171.189.244</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=216.171.189.244"/>
	<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/wiki/Special:Contributions/216.171.189.244"/>
	<updated>2026-04-07T14:06:35Z</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=14616</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=14616"/>
		<updated>2009-09-06T19:38:08Z</updated>

		<summary type="html">&lt;p&gt;216.171.189.244: css3 multicol is a property, not a selector&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;
===Font size===&lt;br /&gt;
The font size should reduce to 90% for most browsers, but may appear to show at 100% for Internet Explorer and possibly other browsers. Reflist uses one CSS entry in [[MediaWiki:Common.css]] to set the font size:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;.references-small { font-size: 90%;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Editors may over-ride this settings by placing entries in their personal CSS.&lt;br /&gt;
&lt;br /&gt;
===Multiple columns===&lt;br /&gt;
Using &amp;lt;code&amp;gt;{{tlx|Reflist|2}}&amp;lt;/code&amp;gt; will create a two-column reference list, and &amp;lt;code&amp;gt;{{tlx|Reflist|3}}&amp;lt;/code&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;{{tlx|Reflist|colwidth{{=}}30em}}&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 is appropriate for the average width of the references on the page.&lt;br /&gt;
&lt;br /&gt;
====Browser support====&lt;br /&gt;
Multiple columns are generated by using [[Cascading Style Sheets|CSS3]], which is still in development; thus only browsers that properly support the multi-column property will show multiple columns.&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;&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;
* [[Mozilla Firefox]] and other [[Gecko (layout engine)|Gecko]]-based browsers support multiple columns with two caveats:&lt;br /&gt;
**may create [[Widows and orphans|widows]]&lt;br /&gt;
**may mangle long URLs in the printable version; see [[:Image:Wikipediareflistoverlap.gif]] for an example&lt;br /&gt;
* [[Internet Explorer]] does not currently support the column selector; version 8 is not scheduled to support it.&amp;lt;ref&amp;gt;{{cite web |url=http://msdn.microsoft.com/en-us/library/cc351024(VS.85).aspx#multicolumn |title=CSS Compatibility and Internet Explorer: Multi-column Layout |work=Microsoft Developer Network |publisher=Microsoft |accessdate=2008-09-15}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Safari (web browser)|Safari]] through 3.2.2 and 4 beta, [[Google Chrome]] and possibly other [[WebKit]] based browsers have a bug that breaks links in multiple columns; the column feature has been removed for these browsers until the bug is resolved; see [[Template:Reflist/Safari testcase]] for details.&lt;br /&gt;
* [[Opera (web browser)|Opera]] does not support multiple columns.&lt;br /&gt;
&lt;br /&gt;
==== Disabling multiple columns for your account ====&lt;br /&gt;
If you cannot abide multiple columns, you may add the following to your personal CSS file (after [[Special:UserLogin/signup|creating an account]] if you have not already done so) to force single-column display while logged in to your account:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
.references-column-count, .references-column-width {&lt;br /&gt;
    column-count:1 !important;&lt;br /&gt;
    column-width:auto !important;&lt;br /&gt;
    -moz-column-count:1 !important;&lt;br /&gt;
    -moz-column-width:auto !important;&lt;br /&gt;
    -webkit-column-count:1 !important;&lt;br /&gt;
    -webkit-column-width:auto !important;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
This will normally have to be added to your [[Special:MyPage/monobook.css|monobook.css]]; if you are using a different skin, look in the &amp;quot;Personal CSS&amp;quot; column of the table [[Wikipedia:Skin#Customisation (advanced users)|here]] to find the right file.&lt;br /&gt;
&lt;br /&gt;
===Three options for usage===&lt;br /&gt;
====Option 1 (footnote-style references)&amp;amp;nbsp;— 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 (bibliographical style)&amp;amp;nbsp;— 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;
* reference 1&lt;br /&gt;
* reference 2&lt;br /&gt;
{{Refend}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Option 3 (both footnote-style and bibiography-style references)&amp;amp;nbsp;— 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;
* reference 1&lt;br /&gt;
* reference 2&lt;br /&gt;
{{Refend}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&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 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;nbsp;— {{tl|Refend}}; apply any of several optional formatting styles/tweaks to bibliography / reference lists&lt;br /&gt;
** {{tl|Colbegin}} Template creates 2 columns.&lt;br /&gt;
*{{tl|Reflist-talk}}; reflist for Talk pages.&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;
&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;
[[ca:Plantilla:Referències]]&lt;br /&gt;
[[eo:Ŝablono:Referencoj]]&lt;br /&gt;
[[es:Plantilla:Listaref]]&lt;br /&gt;
[[fr:Modèle:Références]]&lt;br /&gt;
[[hi:Template:टिप्पणीसूची]]&lt;br /&gt;
[[hr:Predložak:Izvori]]&lt;br /&gt;
[[hsb:Předłoha:Referency]]&lt;br /&gt;
[[hu:Reflist]]&lt;br /&gt;
[[ia:Patrono:Reflist]]&lt;br /&gt;
[[ja:Template:Reflist]]&lt;br /&gt;
[[ka:თარგი:სქოლიოს სია]]&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;
[[ro:Format:Listănote]]&lt;br /&gt;
[[ru:Шаблон:Примечания]]&lt;br /&gt;
[[sr:Шаблон:Напомене]]&lt;br /&gt;
[[fi:Malline:Viitteet]]&lt;br /&gt;
[[th:แม่แบบ:รายการอ้างอิง]]&lt;br /&gt;
[[zh:Template:Reflist]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>216.171.189.244</name></author>
	</entry>
</feed>