<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AReflist%2Fdoc</id>
	<title>Template:Reflist/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AReflist%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Reflist/doc&amp;action=history"/>
	<updated>2026-05-01T05:10:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Template:Reflist/doc&amp;diff=796&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;{{Documentation}} __NOTOC__ Use this template to create a reference list in an article with a small font. For details on how to use references, see the reference guide.  ==Usage== The basic usage requires no parameters: &lt;pre&gt;{{Reflist}}&lt;/pre&gt;  ===Quotes=== If the references contain a large number of quotes, to hide the quotes (and only the quotes) add &lt;code&gt;quotes=no&lt;/code&gt;: &lt;pre&gt;{{Reflist|quotes=no}}&lt;/pre&gt;  ===Column wi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:Reflist/doc&amp;diff=796&amp;oldid=prev"/>
		<updated>2024-10-12T23:08:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation}} __NOTOC__ Use this template to create a reference list in an article with a small font. For details on how to use references, see &lt;a href=&quot;/index.php?title=RuneScape:Style_guide/References_and_citations&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;RuneScape:Style guide/References and citations (page does not exist)&quot;&gt;the reference guide&lt;/a&gt;.  ==Usage== The basic usage requires no parameters: &amp;lt;pre&amp;gt;{{Reflist}}&amp;lt;/pre&amp;gt;  ===Quotes=== If the references contain a large number of quotes, to hide the quotes (and only the quotes) add &amp;lt;code&amp;gt;quotes=no&amp;lt;/code&amp;gt;: &amp;lt;pre&amp;gt;{{Reflist|quotes=no}}&amp;lt;/pre&amp;gt;  ===Column wi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
Use this template to create a reference list in an article with a small font. For details on how to use references, see [[RuneScape:Style guide/References and citations|the reference guide]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The basic usage requires no parameters:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Reflist}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Quotes===&lt;br /&gt;
If the references contain a large number of quotes, to hide the quotes (and only the quotes) add &amp;lt;code&amp;gt;quotes=no&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Reflist|quotes=no}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Column width===&lt;br /&gt;
The width of columns is controlled using the first unnamed parameter or &amp;lt;code&amp;gt;colwidth&amp;lt;/code&amp;gt;. As an example, using &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Reflist|30em}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will allow the browser to dynamically choose the number of columns with widths of 30{{wp|em (typography)|em}}. The width supports and of the standard CSS length units: px, pt, em, %. Choose a column width that&amp;#039;s appropriate for the average width of the references on the page.&lt;br /&gt;
&lt;br /&gt;
===Groups===&lt;br /&gt;
To list references in a group, add &amp;lt;code&amp;gt;group=groupname&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Reflist|group=groupname}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
See [[RuneScape:Style guide/References and citations#Reference groups|here]] for more on reference groups.&lt;br /&gt;
&lt;br /&gt;
{{TemplateData|&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;colwidth&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Column width&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Width of the columns. Supports standard CSS length units as input.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;25em&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;line&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot; 1 if less than 11 references; otherwise 30em.&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;group&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Limits the references listed to a specified group.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Group&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;quotes&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Hides quotes inside the reference list when set to \&amp;quot;no\&amp;quot;.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;yes&amp;quot;,&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Quotes&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Creates a reference list in an article.&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;group&amp;quot;,&lt;br /&gt;
		&amp;quot;quotes&amp;quot;,&lt;br /&gt;
		&amp;quot;1&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{Citations}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Reference templates]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>