<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pathfindersonline.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AReflist</id>
	<title>Template:Reflist - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pathfindersonline.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AReflist"/>
	<link rel="alternate" type="text/html" href="https://wiki.pathfindersonline.org/index.php?title=Template:Reflist&amp;action=history"/>
	<updated>2026-04-30T18:55:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://wiki.pathfindersonline.org/index.php?title=Template:Reflist&amp;diff=43529&amp;oldid=prev</id>
		<title>Jomegat: 62 revisions: re-import from WB, including edit history</title>
		<link rel="alternate" type="text/html" href="https://wiki.pathfindersonline.org/index.php?title=Template:Reflist&amp;diff=43529&amp;oldid=prev"/>
		<updated>2012-07-05T19:03:30Z</updated>

		<summary type="html">&lt;p&gt;62 revisions: re-import from WB, including edit history&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div class=&amp;quot;reflist references &amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#if: {{{1|}}}&lt;br /&gt;
    | {{#iferror: {{#ifexpr: {{{1|1}}} &amp;gt; 1 }}&lt;br /&gt;
      | references-column-width &lt;br /&gt;
      | references-column-count references-column-count-{{{1}}} }}&lt;br /&gt;
    | {{#if: {{{colwidth|}}}&lt;br /&gt;
      | references-column-width }} }}&amp;quot; style=&amp;quot;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#if: {{{1|}}}&lt;br /&gt;
    | {{#iferror: {{#ifexpr: {{{1|1}}} &amp;gt; 1 }}&lt;br /&gt;
      | {{column-width|{{{1}}}}}&lt;br /&gt;
      | {{column-count|{{{1}}}}} }}&lt;br /&gt;
    | {{#if: {{{colwidth|}}}&lt;br /&gt;
      | {{column-width|{{{colwidth}}}}} }} }}&amp;quot;&amp;gt;&lt;br /&gt;
{{#tag:references|{{{refs|}}}|group={{{group|}}}}}&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jomegat</name></author>
	</entry>
	<entry>
		<id>https://wiki.pathfindersonline.org/index.php?title=Template:Reflist&amp;diff=43486&amp;oldid=prev</id>
		<title>71.198.169.210: New page: &lt;div class=&quot;references-small&quot; {{#if: {{{colwidth|}}}| style=&quot;-moz-column-width:{{{colwidth}}}; column-width:{{{colwidth}}};&quot; | {{#if: {{{1|}}}| style=&quot;-moz-column-count:{{{1}}}; column-cou...</title>
		<link rel="alternate" type="text/html" href="https://wiki.pathfindersonline.org/index.php?title=Template:Reflist&amp;diff=43486&amp;oldid=prev"/>
		<updated>2006-12-06T18:52:55Z</updated>

		<summary type="html">&lt;p&gt;New page: &amp;lt;div class=&amp;quot;references-small&amp;quot; {{#if: {{{colwidth|}}}| style=&amp;quot;-moz-column-width:{{{colwidth}}}; column-width:{{{colwidth}}};&amp;quot; | {{#if: {{{1|}}}| style=&amp;quot;-moz-column-count:{{{1}}}; column-cou...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div class=&amp;quot;references-small&amp;quot; {{#if: {{{colwidth|}}}| style=&amp;quot;-moz-column-width:{{{colwidth}}}; column-width:{{{colwidth}}};&amp;quot; | {{#if: {{{1|}}}| style=&amp;quot;-moz-column-count:{{{1}}}; column-count:{{{1}}} }}};&amp;quot; |}}&amp;gt;&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Use this template to create a reference list in an article (unlike [[Template:Reference]], '''Reflist''' doesn't include the ''References'' heading, thereby making the syntax easier to read). For Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
== Content ==&lt;br /&gt;
&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;
&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Multiple columns ==&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{reflist|2}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&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.&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{reflist|colwidth=30em}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&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'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]].&amp;lt;ref&amp;gt;{{cite web|accessdate=2006-11-24|title=CSS3 Multi-Column Thriller|url=http://www.stuffandnonsense.co.uk/archives/css3_multi-column_thriller.html}}&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;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia:Citing sources]]&lt;br /&gt;
* [[Wikipedia:Footnotes]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Citation templates| ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>71.198.169.210</name></author>
	</entry>
</feed>