<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.freecapitalists.org/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.freecapitalists.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ADiv_col%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Template:Div_col/doc&amp;action=history"/>
	<updated>2026-08-15T23:55:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Template:Div_col/doc&amp;diff=17193&amp;oldid=prev</id>
		<title>John James: Created page with &quot;{{Documentation subpage}} &lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&gt; This template is used to make a list into columns, with the option of specifyi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Template:Div_col/doc&amp;diff=17193&amp;oldid=prev"/>
		<updated>2011-08-12T09:14:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}} &amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt; This template is used to make a list into columns, with the option of specifyi...&amp;quot;&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 AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt;&lt;br /&gt;
This template is used to make a list into columns, with the option of specifying a smaller font. It has the advantage over other column templates (i.e. {{tl|col-begin}}) that it automatically breaks each column to an equal space, so you do not manually have to find the &amp;quot;half way&amp;quot; point on two columns, for instance.&lt;br /&gt;
&lt;br /&gt;
This template can create multiple columns in [[web browser]]s which support one of the following [[CSS]] properties:&lt;br /&gt;
* &amp;#039;&amp;#039;column-count&amp;#039;&amp;#039; (for [[Cascading Style Sheets#CSS 3|CSS3]] compliant browsers; see [http://www.w3.org/TR/css3-multicol/ CSS3 module: Multi-column layout])&lt;br /&gt;
* &amp;#039;&amp;#039;-moz-column-count&amp;#039;&amp;#039; (for [[Mozilla application framework|Mozilla]]/[[Gecko (layout engine)|Gecko]] based browsers such as [[Firefox]])&lt;br /&gt;
* &amp;#039;&amp;#039;-webkit-column-count&amp;#039;&amp;#039; (for [[WebKit]] based browsers such as [[Safari (web browser)|Safari]] and [[Google Chrome]])&lt;br /&gt;
&lt;br /&gt;
Multiple columns are generated by using [[Cascading Style Sheets|CSS3]], thus only browsers that properly support the multi-column property will show multiple columns.&lt;br /&gt;
&lt;br /&gt;
{{CSS3 multiple column layout}}&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
; cols     =: Specifies the number of columns.  Defaults to 2 columns.&lt;br /&gt;
; colwidth =: Specifies the width of columns, and determines dynamically the number of columns based on screen  width; more columns will be shown on wider displays. This overrides the &amp;lt;tt&amp;gt;cols=&amp;lt;/tt&amp;gt; setting.&lt;br /&gt;
; small    =: Specifies small font size (90%) if set to &amp;lt;tt&amp;gt;yes&amp;lt;/tt&amp;gt;.&lt;br /&gt;
; style    =: Specify any custom styling.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Div col}}&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}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Produces:&lt;br /&gt;
{{Div col}}&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;
&amp;lt;pre&amp;gt;{{Div col|cols=3}}&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}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Produces:&lt;br /&gt;
{{Div col|cols=3}}&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;
&amp;lt;pre&amp;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}}&amp;lt;/pre&amp;gt;&lt;br /&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;
&amp;lt;pre&amp;gt;{{Div col|small=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}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Produces:&lt;br /&gt;
{{Div col|small=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;
=== See also ===&lt;br /&gt;
* {{tl|multicol}}&lt;br /&gt;
* {{tl|col-begin}}&lt;br /&gt;
* {{tl|columns-list}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --&amp;gt;&lt;br /&gt;
[[Category:Table and column templates|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
{{#switch:{{PAGENAME}}&lt;br /&gt;
|Div col = [[ca:Plantilla:Div col]][[es:Plantilla:Div col]][[hr:Predložak:Div col]][[id:Templat:Div col]][[it:Template:Div col]][[ja:Template:Div col]][[pt:Predefinição:Div col]][[sv:Mall:Kolumner]][[uk:Шаблон:Div col]][[vi:Tiêu bản:Div col]][[zh:Template:Div col]]&lt;br /&gt;
|Div col end = [[hr:Predložak:Div col end]][[it:Template:Div col end]][[ja:Template:Div col end]][[pt:Predefinição:Div col fim]][[sv:Mall:Kolumner-slut]][[uk:Шаблон:Div col end]][[vi:Tiêu bản:Div col end]][[zh:Template:Div col end]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>John James</name></author>
	</entry>
</feed>