<?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%3AMulticol%2Fdoc</id>
		<title>Template:Multicol/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%3AMulticol%2Fdoc"/>
		<link rel="alternate" type="text/html" href="http://www.biodiversityofindia.org/index.php?title=Template:Multicol/doc&amp;action=history"/>
		<updated>2026-04-12T03:10:54Z</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:Multicol/doc&amp;diff=7803&amp;oldid=prev</id>
		<title>Gauravm: Created page with &quot;{{Documentation subpage}} &lt;!--     PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE     YOU CAN EDIT THE TEMPLATE DOCUMENTATION BELOW THIS COMMENT --&gt; == Usage == ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.biodiversityofindia.org/index.php?title=Template:Multicol/doc&amp;diff=7803&amp;oldid=prev"/>
				<updated>2012-02-18T21:25:11Z</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     YOU CAN EDIT THE TEMPLATE DOCUMENTATION BELOW THIS COMMENT --&amp;gt; == Usage == ...&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;!--&lt;br /&gt;
    PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE&lt;br /&gt;
    YOU CAN EDIT THE TEMPLATE DOCUMENTATION BELOW THIS COMMENT&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{tl|Multicol}} is used to start a multi-column section of a page. Between each block of column text insert &amp;lt;tt&amp;gt;{{tl|Multicol-break}}&amp;lt;/tt&amp;gt; and close the last column with &amp;lt;tt&amp;gt;{{tl|Multicol-end}}&amp;lt;/tt&amp;gt;. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Multicol}}&lt;br /&gt;
This text appears in the first column.&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
This text appears in the second column.&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
This text appears in the third column.&lt;br /&gt;
{{Multicol-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Provides this format:&lt;br /&gt;
{{Multicol}}&lt;br /&gt;
This text appears in the first column.&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
This text appears in the second column.&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
This text appears in the third column.&lt;br /&gt;
{{Multicol-end}}&lt;br /&gt;
&lt;br /&gt;
You can have any number of columns. Each column will be the same width, equally dividing the available horizontal space. Each column has a small right margin (20 pixels), creating a &amp;quot;gutter&amp;quot; that prevents text in one column from touching text in the column to its right. See [[User:Franl|franl]]'s user page for examples of how this template can be used.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
This template has two optional parameters: the overall width of the set of columns and the width of the gutter.  The overall width of the set of columns can be an absolute value (e.g., &amp;lt;tt&amp;gt;40em&amp;lt;/tt&amp;gt;) or a percentage of the available page width (e.g., &amp;lt;tt&amp;gt;50%&amp;lt;/tt&amp;gt;). This parameter defaults to &amp;lt;tt&amp;gt;100%&amp;lt;/tt&amp;gt;. For example, to create a multi-column section that is only 50% the width of the page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Multicol|50%}}&lt;br /&gt;
This text appears in the first column.&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
This text appears in the second column.&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
This text appears in the third column.&lt;br /&gt;
{{Multicol-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Provides this format:&lt;br /&gt;
{{Multicol|50%}}&lt;br /&gt;
This text appears in the first column.&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
This text appears in the second column.&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
This text appears in the third column.&lt;br /&gt;
{{Multicol-end}}&lt;br /&gt;
&lt;br /&gt;
The multi-column region is always positioned on the left side of the containing block. To change this, place the above Wikitext in a &amp;lt;tt&amp;gt;[[DIV (HTML tag)|DIV]]&amp;lt;/tt&amp;gt; block that has the [[Cascading Style Sheet|CSS]] attribute &amp;lt;tt&amp;gt;text-align&amp;lt;/tt&amp;gt; set to either &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt;, like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center;&amp;quot;&amp;gt;{{center|&lt;br /&gt;
{{Multicol|50%}}&lt;br /&gt;
...&lt;br /&gt;
{{Multicol-end}}&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related templates ==&lt;br /&gt;
The templates {{tl|Col-begin}} and friends do something similar to this template and its friends, but this template may be easier to use. Each of the following examples produce the same result (a 3-column table in which all columns have equal width):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{{Multicol|50%}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Multicol}}&lt;br /&gt;
Column 1&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
Column 2&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
Column 3&lt;br /&gt;
{{Multicol-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Col-begin}}&lt;br /&gt;
{{Col-3}}&lt;br /&gt;
Column 1&lt;br /&gt;
{{Col-3}}&lt;br /&gt;
Column 2&lt;br /&gt;
{{Col-3}}&lt;br /&gt;
Column 3&lt;br /&gt;
{{Col-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Multicol-end}}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It's simpler to add more columns to the {{tl|Multicol}} example than to the {{tl|Col-begin}} example, because in the latter case, all occurrences of {{tl|Col-3}} would need to be changed to {{tl|Col-4}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gauravm</name></author>	</entry>

	</feed>