<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
	<id>https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3ADiv_col%2Fdoc</id>
	<title>Sjabloon:Div col/doc - Bewerkingsoverzicht</title>
	<link rel="self" type="application/atom+xml" href="https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3ADiv_col%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:Div_col/doc&amp;action=history"/>
	<updated>2026-06-01T19:32:03Z</updated>
	<subtitle>Bewerkingsoverzicht voor deze pagina op de wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:Div_col/doc&amp;diff=1838&amp;oldid=prev</id>
		<title>Ahenket: Nieuwe pagina aangemaakt met &#039;{{Documentation subpage}} {{Ombox | type=notice | text = Columns are not supported by some older browsers, most notably Internet Explorer 9 and below and Opera 11.0...&#039;</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:Div_col/doc&amp;diff=1838&amp;oldid=prev"/>
		<updated>2013-07-17T22:56:17Z</updated>

		<summary type="html">&lt;p&gt;Nieuwe pagina aangemaakt met &amp;#039;{{Documentation subpage}} {{Ombox | type=notice | text = Columns are not supported by some older browsers, most notably Internet Explorer 9 and below and Opera 11.0...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nieuwe pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Ombox | type=notice | text = Columns are not supported by some older browsers, most notably Internet Explorer 9 and below and Opera 11.0 and below. See [[Template:Reflist#Browser support for columns|this page]] for more information.}}&lt;br /&gt;
{{CSS3 multiple column layout}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template, together with {{tl|div col end}}, 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;
=== Usage ===&lt;br /&gt;
; cols = (or {{{1}}}): Specifies the number of columns.  Defaults to 2 columns.&lt;br /&gt;
; colwidth = (or {{{2}}}): 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;
; rules =   : produces vertical rules between the columns if set to &amp;lt;tt&amp;gt;&amp;#039;&amp;#039;&amp;#039;yes&amp;#039;&amp;#039;&amp;#039;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
; small    =: Specifies small font size (90%) if set to &amp;lt;tt&amp;gt;&amp;#039;&amp;#039;&amp;#039;yes&amp;#039;&amp;#039;&amp;#039;&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|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|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||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||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|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}}&amp;lt;/pre&amp;gt;&lt;br /&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;
&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 = |Div col end = }}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[es:Plantilla:Div col]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ahenket</name></author>
	</entry>
</feed>