<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.prodigix.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ADiv_col%2Fdoc</id>
	<title>Template:Div col/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.prodigix.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ADiv_col%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.prodigix.com/index.php?title=Template:Div_col/doc&amp;action=history"/>
	<updated>2026-04-04T16:22:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://wiki.prodigix.com/index.php?title=Template:Div_col/doc&amp;diff=116&amp;oldid=prev</id>
		<title>TylerSmith: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.prodigix.com/index.php?title=Template:Div_col/doc&amp;diff=116&amp;oldid=prev"/>
		<updated>2023-02-20T19:57:31Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:57, 20 February 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&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>TylerSmith</name></author>
	</entry>
	<entry>
		<id>https://wiki.prodigix.com/index.php?title=Template:Div_col/doc&amp;diff=115&amp;oldid=prev</id>
		<title>Template&gt;Pppery at 23:58, 14 February 2023</title>
		<link rel="alternate" type="text/html" href="https://wiki.prodigix.com/index.php?title=Template:Div_col/doc&amp;diff=115&amp;oldid=prev"/>
		<updated>2023-02-14T23:58:11Z</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;!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
{{Lua|Module:Check for unknown parameters}}&lt;br /&gt;
{{Uses TemplateStyles|Template:Div col/styles.css}}&lt;br /&gt;
&lt;br /&gt;
{{tl|Div col}} formats a list into columns that wrap properly and compatibly with portable computer devices, especially PAD operating systems and small screens. It is not supported by Internet Explorer 9.&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
It automatically breaks the available screen space into equal parts, meaning, for instance, that it is not necessary to guess how many columns to use and then figure out the dividing point(s), e.g., the halfway point to divide the list into two columns, or the one-third and two-thirds points to divide the list into three columns.&lt;br /&gt;
* The list content is either provided by the {{para|content}} parameter (which can be restrictive of what content is allowed; e.g., wiki markup such as the {{!}} character must somehow be escaped), or terminated with {{tl|div col end}}. The {{tl|columns-list}} wrapper uses the parameter method for providing content (including its limitations).&lt;br /&gt;
* The template system (family) also offers parameter options to place vertical lines parameter (&amp;quot;rules&amp;quot;) between the columns ({{para|rules}}) and to add other custom styling ({{para|style}}).&lt;br /&gt;
&lt;br /&gt;
{{tl|Div col}} can create multiple columns in [[:en:Web browser|web browsers]] which support the following [[:en:CSS|CSS]] properties:&lt;br /&gt;
* &amp;#039;&amp;#039;column-width&amp;#039;&amp;#039; (for [[:en:Cascading Style Sheets#CSS3|CSS3]]-compliant browsers; see [http://www.w3.org/TR/css3-multicol/ CSS3 module: Multi-column layout])&lt;br /&gt;
&lt;br /&gt;
By default, the template creates columns that are [[:en:Em (typography)|30em]] wide.&lt;br /&gt;
&lt;br /&gt;
== This template&amp;#039;s parameters ==&lt;br /&gt;
=== Descriptions ===&lt;br /&gt;
There are six parameters for this template: &lt;br /&gt;
; {{para|colwidth}} :Specifies the minimum width of the columns so that the number of columns is automatically based on screen width (that is, more columns will be shown on wider displays). Can be specified in any [[CSS#Length units|CSS unit of measure]], for instance, the [[:en:Em (typography)|em]] (about the width of the capital &amp;quot;M&amp;quot; of the displayed typeface), e.g., &amp;lt;code&amp;gt;colwidth=20em&amp;lt;/code&amp;gt;. If no value is supplied, the template uses a default of 30em.&lt;br /&gt;
; {{para|rules}} : Adds vertical lines (&amp;quot;rules&amp;quot;) between the columns if set to &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt; or some CSS styling (e.g. &amp;lt;code&amp;gt;1px dashed blue;&amp;lt;/code&amp;gt;). &lt;br /&gt;
; {{para|gap}} : Specifies the space between the content of adjacent columns. Specified in any CSS unit, e.g, &amp;lt;code&amp;gt;gap=2em&amp;lt;/code&amp;gt;. The default spacing (set by browser) is 1em.&lt;br /&gt;
; {{para|style}} :[[:en:Cascading Style Sheets|CSS styling]] to apply to the columns.&lt;br /&gt;
; {{para|content}} : content to apply to the columns.&lt;br /&gt;
&lt;br /&gt;
=== Example of &amp;quot;colwidth&amp;quot; parameter ===&lt;br /&gt;
; Example with column width of 10em&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{div col|colwidth=10em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{div col end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
; produces:&lt;br /&gt;
{{Div col|colwidth=10em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
=== Example of &amp;quot;rules&amp;quot; parameter ===&lt;br /&gt;
; Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Div col|rules=yes}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
; produces:&lt;br /&gt;
{{Div col|rules=yes}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
=== Example of &amp;quot;gap&amp;quot; parameter ===&lt;br /&gt;
; Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Div col|colwidth=10em|rules=yes|gap=2em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
; produces:&lt;br /&gt;
{{Div col|colwidth=10em|rules=yes|gap=2em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
=== Example of &amp;quot;content&amp;quot; parameter ===&lt;br /&gt;
; Example showing how to provide &amp;quot;content&amp;quot; parameter without using {{tlx|Div col end}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Div col|colwidth=10em|content=&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
; produces:&lt;br /&gt;
{{Div col|colwidth=10em|content=&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Usage with multiple parameters ===&lt;br /&gt;
Parameters can be used in any order. &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example: &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Div col|colwidth=10em|rules=yes|gap=2em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Div col|rules=yes|gap=2em|colwidth=10em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
; produces:&lt;br /&gt;
{{Div col|colwidth=10em|rules=yes|gap=2em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
and exactly the same result below&lt;br /&gt;
{{Div col|rules=yes|gap=2em|colwidth=10em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
; Example with column width of 20em&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{div col|colwidth=20em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{div col end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
; produces:&lt;br /&gt;
{{Div col|colwidth=20em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
; Example with column width of 30em&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{div col|colwidth=30em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{div col end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
; produces:&lt;br /&gt;
{{Div col|colwidth=30em}}&lt;br /&gt;
* a&lt;br /&gt;
* b&lt;br /&gt;
* c&lt;br /&gt;
* d&lt;br /&gt;
* e&lt;br /&gt;
* f&lt;br /&gt;
* g&lt;br /&gt;
* h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
; Example of how this template behaves if no [[:en:•|bullets]] (generated by asterisk mark) are used.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{div col|colwidth=10em}}&lt;br /&gt;
a&lt;br /&gt;
b&lt;br /&gt;
c&lt;br /&gt;
d&lt;br /&gt;
e&lt;br /&gt;
f&lt;br /&gt;
g&lt;br /&gt;
h&lt;br /&gt;
{{div col end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
; produces:&lt;br /&gt;
{{Div col|colwidth=10em}}&lt;br /&gt;
a&lt;br /&gt;
b&lt;br /&gt;
c&lt;br /&gt;
d&lt;br /&gt;
e&lt;br /&gt;
f&lt;br /&gt;
g&lt;br /&gt;
h&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&lt;br /&gt;
== Tracking categories ==&lt;br /&gt;
* [[:Category:Pages using div col with unknown parameters|Pages using div col with unknown parameters]] (for erroneous use of parameter names not documented here)&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
{{#switch: {{ROOTPAGENAME}}&lt;br /&gt;
|Div col=&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Breaks a list into columns. It automatically breaks each column to an equal space, so you do not manually have to find the half way point on two columns. The list is provided by |content= or closed with {{div col end}}.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;colwidth&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Column width&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Specifies the width of columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;30em&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;rules&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Rules&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Produces vertical rules between the columns if set to yes.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;&amp;#039;yes&amp;#039; or &amp;#039;1px dashed blue&amp;#039;&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;gap&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Gap size&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Specifies the space between the content of adjacent columns.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;2em&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;style&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;CSS style&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Specifies any custom styling.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;content&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Content&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Specifies the content to divide into columns&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
|Div col end=&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;Ends a multi-column list started by {{div col}}. It takes no parameters.&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Multi-column templates{{#translation:}}]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Template&gt;Pppery</name></author>
	</entry>
</feed>