<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.rivendom.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AColumns-list%2Fdoc</id>
		<title>Template:Columns-list/doc - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.rivendom.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AColumns-list%2Fdoc"/>
		<link rel="alternate" type="text/html" href="https://wiki.rivendom.net/index.php?title=Template:Columns-list/doc&amp;action=history"/>
		<updated>2026-04-16T16:15:18Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.rivendom.net/index.php?title=Template:Columns-list/doc&amp;diff=2789&amp;oldid=prev</id>
		<title>Malkuthe: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.rivendom.net/index.php?title=Template:Columns-list/doc&amp;diff=2789&amp;oldid=prev"/>
				<updated>2016-12-14T20:18:00Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 20:18, 14 December 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Malkuthe</name></author>	</entry>

	<entry>
		<id>https://wiki.rivendom.net/index.php?title=Template:Columns-list/doc&amp;diff=2788&amp;oldid=prev</id>
		<title>Jerryobject: Small WP:EoS WP:COPYEDIT. WP:LINK: fix-cut WP:NOPIPE.</title>
		<link rel="alternate" type="text/html" href="https://wiki.rivendom.net/index.php?title=Template:Columns-list/doc&amp;diff=2788&amp;oldid=prev"/>
				<updated>2016-07-28T12:29:26Z</updated>
		
		<summary type="html">&lt;p&gt;Small &lt;a href=&quot;/index.php?title=WP:EoS&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:EoS (page does not exist)&quot;&gt;WP:EoS&lt;/a&gt; &lt;a href=&quot;/index.php?title=WP:COPYEDIT&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:COPYEDIT (page does not exist)&quot;&gt;WP:COPYEDIT&lt;/a&gt;. &lt;a href=&quot;/index.php?title=WP:LINK&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:LINK (page does not exist)&quot;&gt;WP:LINK&lt;/a&gt;: fix-cut &lt;a href=&quot;/index.php?title=WP:NOPIPE&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:NOPIPE (page does not exist)&quot;&gt;WP:NOPIPE&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Update|documentation|date=October 2015}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AT THE END OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tsh|cmn|collist|col-list}}&lt;br /&gt;
&lt;br /&gt;
This template is for use in a list in the body of an article, rather than in a navigation template like [[Template:Navbox]]. Based on [[Template:Reflist]], but different in that the text to be displayed is manually created rather than a list of references.&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;columns-list|''number of columns''|&lt;br /&gt;
 ''Text (usually a list)''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, the width of each column may be specified using&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;columns-list|colwidth=''width''|&lt;br /&gt;
 ''Text (usually a list)''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Here, ''width'' specifies the width of the columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays. This overrides the cols= setting.&lt;br /&gt;
&lt;br /&gt;
This template uses [[CSS]]3 multiple column layout and is not supported by all [[WWW|Web]] [[Web browser|browsers]].&lt;br /&gt;
&lt;br /&gt;
{{CSS3 multiple column layout}}&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=text&amp;gt;{{columns-list|2|&lt;br /&gt;
* [[George Washington]]&lt;br /&gt;
* [[John Adams]]&lt;br /&gt;
* [[Thomas Jefferson]]&lt;br /&gt;
* [[James Madison]]&lt;br /&gt;
* [[James Monroe]]&lt;br /&gt;
}}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which would render as:&lt;br /&gt;
{{clear}}&amp;lt;!-- just in case {{CSS3 multiple column layout}} pokes down this far --&amp;gt;&lt;br /&gt;
{{columns-list|2|&lt;br /&gt;
* [[George Washington]]&lt;br /&gt;
* [[John Adams]]&lt;br /&gt;
* [[Thomas Jefferson]]&lt;br /&gt;
* [[James Madison]]&lt;br /&gt;
* [[James Monroe]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Here is another example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=text&amp;gt;{{columns-list|colwidth=15em|&lt;br /&gt;
* [[George Washington]]&lt;br /&gt;
* [[John Adams]]&lt;br /&gt;
* [[Thomas Jefferson]]&lt;br /&gt;
* [[James Madison]]&lt;br /&gt;
* [[James Monroe]]&lt;br /&gt;
}}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which would render as:&lt;br /&gt;
&lt;br /&gt;
{{columns-list|colwidth=15em|&lt;br /&gt;
* [[George Washington]]&lt;br /&gt;
* [[John Adams]]&lt;br /&gt;
* [[Thomas Jefferson]]&lt;br /&gt;
* [[James Madison]]&lt;br /&gt;
* [[James Monroe]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[CSS]] styles can also be added after the number of columns. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=text&amp;gt;{{columns-list|2|style=width: 400px; font-style: italic;|&lt;br /&gt;
* [[All About Lily Chou-Chou]]&lt;br /&gt;
* [[April Story]]&lt;br /&gt;
* [[Hana and Alice|Hana &amp;amp; Alice]]&lt;br /&gt;
* [[Hōtai Club]]&lt;br /&gt;
* [[The Kon Ichikawa Story]]&lt;br /&gt;
* [[Love Letter (1995 film)|Love Letter]]&lt;br /&gt;
* [[New York, I Love You]]&lt;br /&gt;
* [[Picnic (1996 film)|Picnic]]&lt;br /&gt;
* [[Rainbow Song]]&lt;br /&gt;
* [[Swallowtail (film)|Swallowtail]]&lt;br /&gt;
}}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which would render as:&lt;br /&gt;
&lt;br /&gt;
{{columns-list|2|style=width: 400px; font-style: italic;|&lt;br /&gt;
* [[All About Lily Chou-Chou]]&lt;br /&gt;
* [[April Story]]&lt;br /&gt;
* [[Hana and Alice|Hana &amp;amp; Alice]]&lt;br /&gt;
* [[Hōtai Club]]&lt;br /&gt;
* [[The Kon Ichikawa Story]]&lt;br /&gt;
* [[Love Letter (1995 film)|Love Letter]]&lt;br /&gt;
* [[New York, I Love You]]&lt;br /&gt;
* [[Picnic (1996 film)|Picnic]]&lt;br /&gt;
* [[Rainbow Song]]&lt;br /&gt;
* [[Swallowtail (film)|Swallowtail]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
If the number of columns is omitted, one column is used.&lt;br /&gt;
&lt;br /&gt;
== Redirects ==&lt;br /&gt;
* {{tl|cmn}}&lt;br /&gt;
* {{tl|collist}}&lt;br /&gt;
* {{tl|col-list}}&lt;br /&gt;
* {{tl|Columnslist}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Column-generating template families}}&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;
{{#ifeq:{{SUBPAGENAME}}|sandbox | |&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Multi-column templates]]&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jerryobject</name></author>	</entry>

	</feed>