<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.feministsf.net/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="https://wiki.feministsf.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMulticol%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.feministsf.net/index.php?title=Template:Multicol/doc&amp;action=history"/>
	<updated>2026-04-15T03:08:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.feministsf.net/index.php?title=Template:Multicol/doc&amp;diff=35550&amp;oldid=prev</id>
		<title>Lquilter: /doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.feministsf.net/index.php?title=Template:Multicol/doc&amp;diff=35550&amp;oldid=prev"/>
		<updated>2010-08-17T23:55:11Z</updated>

		<summary type="html">&lt;p&gt;/doc&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]]&amp;#039;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&amp;#039;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;!-- PLEASE ADD CATEGORIES BELOW THIS LINE, THANKS. --&amp;gt;&lt;br /&gt;
[[Category:Table and column templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- PLEASE ADD INTERWIKIS BELOW THIS LINE, THANKS. --&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lquilter</name></author>
	</entry>
</feed>