<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.biodiversityofindia.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.biodiversityofindia.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="http://www.biodiversityofindia.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ADiv_col%2Fdoc"/>
		<link rel="alternate" type="text/html" href="http://www.biodiversityofindia.org/index.php?title=Template:Div_col/doc&amp;action=history"/>
		<updated>2026-04-11T19:49:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.2</generator>

	<entry>
		<id>http://www.biodiversityofindia.org/index.php?title=Template:Div_col/doc&amp;diff=99&amp;oldid=prev</id>
		<title>Indlad11: Created page with '{{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…'</title>
		<link rel="alternate" type="text/html" href="http://www.biodiversityofindia.org/index.php?title=Template:Div_col/doc&amp;diff=99&amp;oldid=prev"/>
				<updated>2010-05-11T23:04:00Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{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;#039;&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;
* ''-moz-column-count'' (for [[Mozilla application framework|Mozilla]]/[[Gecko (layout engine)|Gecko]] based browsers such as [[Firefox]])&lt;br /&gt;
* ''-webkit-column-count'' (for [[WebKit]] based browsers such as [[Safari (web browser)|Safari]] and [[Google Chrome]])&lt;br /&gt;
* ''column-count'' (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;
&lt;br /&gt;
Therefore, the template does not work in browsers such as [[Internet Explorer]] and [[Opera (web browser)|Opera]] (see [[Template:Reflist#Browser support for columns]]).&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
; cols     =: Specifies the number of columns.  Defaults to 2.&lt;br /&gt;
; colwidth =: Can be used instead of &amp;lt;tt&amp;gt;cols&amp;lt;/tt&amp;gt; to set the number of columns based on width instead. &amp;lt;tt&amp;gt;colwidth=200px&amp;lt;/tt&amp;gt; will result in more columns being shown on wider displays, while &amp;lt;tt&amp;gt;colwidth=33%&amp;lt;/tt&amp;gt; will result in three columns.&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;
&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;
{{pp-template}}&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]][[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>Indlad11</name></author>	</entry>

	</feed>