<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FColumns-list%2Fdoc</id>
	<title>Template:MC/Columns-list/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FColumns-list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Columns-list/doc&amp;action=history"/>
	<updated>2026-04-10T17:47:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Template:MC/Columns-list/doc&amp;diff=42532&amp;oldid=prev</id>
		<title>imported&gt;XmaxmakerX at 12:06, 8 June 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Columns-list/doc&amp;diff=42532&amp;oldid=prev"/>
		<updated>2025-06-08T12:06:41Z</updated>

		<summary type="html">&lt;p&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;
&amp;lt;!-- PLEASE ADD CATEGORIES AT THE END OF THIS PAGE --&amp;gt;&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;
The width of each column may be specified using &amp;lt;code&amp;gt;colwidth&amp;lt;/code&amp;gt; and a value in ems.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;columns-list|colwidth=&amp;#039;&amp;#039;width&amp;#039;&amp;#039;|&lt;br /&gt;
 &amp;#039;&amp;#039;Text (usually a list)&amp;#039;&amp;#039;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Here, &amp;#039;&amp;#039;width&amp;#039;&amp;#039; 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.&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;code&amp;gt;colwidth&amp;lt;/code&amp;gt; is not specified, the default width of 20em will be used. &lt;br /&gt;
&lt;br /&gt;
This template uses CSS3 multiple-column layout, which is not supported by all web browsers.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
Here is an example:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;{{columns-list|colwidth=20em|&lt;br /&gt;
* [[Bat]]&lt;br /&gt;
* [[Cow]]&lt;br /&gt;
* [[Dolphin]]&lt;br /&gt;
* [[Fish]]&lt;br /&gt;
* [[Horse]]&lt;br /&gt;
* [[Llama]]&lt;br /&gt;
* [[Parrot]]&lt;br /&gt;
* [[Pig]]&lt;br /&gt;
* [[Polar bear]]&lt;br /&gt;
* [[Rabbit]]&lt;br /&gt;
* [[Sheep]]&lt;br /&gt;
* [[Squid]]&lt;br /&gt;
* [[Turtle]]&lt;br /&gt;
* [[Wolf]]&lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which would render as:&lt;br /&gt;
{{columns-list|colwidth=20em|&lt;br /&gt;
* [[Bat]]&lt;br /&gt;
* [[Cow]]&lt;br /&gt;
* [[Dolphin]]&lt;br /&gt;
* [[Fish]]&lt;br /&gt;
* [[Horse]]&lt;br /&gt;
* [[Llama]]&lt;br /&gt;
* [[Parrot]]&lt;br /&gt;
* [[Pig]]&lt;br /&gt;
* [[Polar bear]]&lt;br /&gt;
* [[Rabbit]]&lt;br /&gt;
* [[Sheep]]&lt;br /&gt;
* [[Squid]]&lt;br /&gt;
* [[Turtle]]&lt;br /&gt;
* [[Wolf]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
CSS styles can also be added in addition to the colwidth parameter. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;{{columns-list|colwidth=15em|style=width: 600px; font-style: italic;|&lt;br /&gt;
* All About Lily Chou-Chou&lt;br /&gt;
* April Story&lt;br /&gt;
* Hana and Alice&lt;br /&gt;
* Hōtai Club&lt;br /&gt;
* The Kon Ichikawa Story&lt;br /&gt;
* Love Letter (1995 film)&lt;br /&gt;
* New York, I Love You&lt;br /&gt;
* Picnic (1996 film)&lt;br /&gt;
* Rainbow Song&lt;br /&gt;
* Swallowtail&lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which would render as:&lt;br /&gt;
{{columns-list|colwidth=15em|style=width: 600px; font-style: italic;|&lt;br /&gt;
* All About Lily Chou-Chou&lt;br /&gt;
* April Story&lt;br /&gt;
* Hana and Alice&lt;br /&gt;
* Hōtai Club&lt;br /&gt;
* The Kon Ichikawa Story&lt;br /&gt;
* Love Letter (1995 film)&lt;br /&gt;
* New York, I Love You&lt;br /&gt;
* Picnic (1996 film)&lt;br /&gt;
* Rainbow Song&lt;br /&gt;
* Swallowtail&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox |&lt;br /&gt;
| &amp;lt;!-- CATEGORIES BELOW THIS LINE, PLEASE: --&amp;gt;&lt;br /&gt;
[[Category:Multi-column templates]]&lt;br /&gt;
&lt;br /&gt;
[[nl:Sjabloon:Columns-list]]&lt;br /&gt;
[[ru:Шаблон:Список]]&lt;br /&gt;
[[uk:Шаблон:Columns-list]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[nl:Sjabloon:Columns-list/doc]]&lt;br /&gt;
[[ru:Шаблон:Список/док]]&lt;br /&gt;
[[uk:Шаблон:Columns-list/док]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;XmaxmakerX</name></author>
	</entry>
</feed>