<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limswiki.org/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://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AColumns-list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Columns-list/doc&amp;action=history"/>
	<updated>2026-04-04T14:09:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://www.limswiki.org/index.php?title=Template:Columns-list/doc&amp;diff=27159&amp;oldid=prev</id>
		<title>Shawndouglas: Created as needed.</title>
		<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Columns-list/doc&amp;diff=27159&amp;oldid=prev"/>
		<updated>2016-08-18T20:46:58Z</updated>

		<summary type="html">&lt;p&gt;Created as needed.&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;
&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>Shawndouglas</name></author>
	</entry>
</feed>