<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nb">
	<id>https://www.wikisida.no/index.php?action=history&amp;feed=atom&amp;title=Mal%3AColumns-list%2Fdok</id>
	<title>Mal:Columns-list/dok - Sideversjonshistorikk</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikisida.no/index.php?action=history&amp;feed=atom&amp;title=Mal%3AColumns-list%2Fdok"/>
	<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Mal:Columns-list/dok&amp;action=history"/>
	<updated>2026-04-06T08:31:04Z</updated>
	<subtitle>Versjonshistorikk for denne siden på wikien</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.wikisida.no/index.php?title=Mal:Columns-list/dok&amp;diff=8858&amp;oldid=prev</id>
		<title>Wikisida: Én sideversjon ble importert</title>
		<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Mal:Columns-list/dok&amp;diff=8858&amp;oldid=prev"/>
		<updated>2026-02-09T12:42:29Z</updated>

		<summary type="html">&lt;p&gt;Én sideversjon ble importert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;nb&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Eldre sideversjon&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Sideversjonen fra 9. feb. 2026 kl. 12:42&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;nb&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Ingen forskjell)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key c1wiki:diff:1.41:old-8857:rev-8858 --&gt;
&lt;/table&gt;</summary>
		<author><name>Wikisida</name></author>
	</entry>
	<entry>
		<id>https://www.wikisida.no/index.php?title=Mal:Columns-list/dok&amp;diff=8857&amp;oldid=prev</id>
		<title>nb&gt;Tholme på 25. aug. 2020 kl. 19:57</title>
		<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Mal:Columns-list/dok&amp;diff=8857&amp;oldid=prev"/>
		<updated>2020-08-25T19:57:06Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Ny side&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;
{{Lua|Module:Check for unknown parameters}}&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 {{para|colwidth}} 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 {{para|colwidth}} is not specified, the default width of 30em will be used. &lt;br /&gt;
&lt;br /&gt;
This template uses [[CSS]]3 multiple-column layout, which is not supported by all [[WWW|Web]] [[Web&amp;amp;nbsp;browser|browsers]].&lt;br /&gt;
&lt;br /&gt;
{{CSS3 multiple column layout}}&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
Here is an example:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=text&amp;gt;{{columns-list|colwidth=35em|&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;/syntaxhighlight&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|colwidth=35em|&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 with the {{para|style}} parameter. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=text&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|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;/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|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;
This template also works with numbered lists as its &amp;quot;text&amp;quot;. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=text&amp;gt;&lt;br /&gt;
{{columns-list|colwidth=35em|&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;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{columns-list|colwidth=35em|&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;
The template, in fact, works with &amp;#039;&amp;#039;everything&amp;#039;&amp;#039; since all it does is wrap the text provided around a block to be divided into columns by CSS. Do not stop at wikitext lists &amp;amp;ndash; more advanced lists generated by [[Template:HTML lists|the HTML templates]] will work too!&lt;br /&gt;
&lt;br /&gt;
==Error messages==&lt;br /&gt;
Use of the no-longer-supported parameter {{para|cols}}, or use of the first unnamed parameter (aka {{para|1}}) along with {{para|2}} or a second unnamed parameter for the template&amp;#039;s content, will generate a red error message. To fix this error, use {{para|colwidth}} instead of attempting to specify the number of columns. &lt;br /&gt;
&lt;br /&gt;
The presence of an equals sign within the template&amp;#039;s content can also cause display problems and red error messages. To fix this problem, add {{para|1}} in front of the template&amp;#039;s content.&lt;br /&gt;
&lt;br /&gt;
== Tracking category ==&lt;br /&gt;
* {{clc|Pages using columns-list with unknown parameters}} (for pages in article space only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == References ==&lt;br /&gt;
{{Reflist}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&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;
[[Category:List formatting and function templates]]&lt;br /&gt;
[[Category:Templates that add a tracking category]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>nb&gt;Tholme</name></author>
	</entry>
</feed>