
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://zoophilia.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AColumns-start%2Fdoc</id>
	<title>Template:Columns-start/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://zoophilia.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AColumns-start%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Template:Columns-start/doc&amp;action=history"/>
	<updated>2026-05-30T02:29:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://zoophilia.wiki/index.php?title=Template:Columns-start/doc&amp;diff=133425&amp;oldid=prev</id>
		<title>SockyPaws: Import template documentation subpage from English Wikipedia</title>
		<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Template:Columns-start/doc&amp;diff=133425&amp;oldid=prev"/>
		<updated>2024-09-29T21:19:43Z</updated>

		<summary type="html">&lt;p&gt;Import template documentation subpage from English Wikipedia&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&amp;lt;!-- Add categories where indicated at the bottom of this page, please. --&amp;gt;&lt;br /&gt;
{{Uses TemplateStyles|Template:Column/styles.css}}&lt;br /&gt;
The {{Template link general|brace=on|plaincode=on|Columns-start}} template and its sibling templates {{Template link general|brace=on|plaincode=on|Column}} and {{Template link general|brace=on|plaincode=on|Columns-end}} can be used to make a fixed number of columns (up to five) that will span the width of the page above a certain minimum width, (100 [[wikipedia:Em (typography)#CSS|em]] for five columns, 80 for four, 60 for two or three). Below the minimum width, each column starting from the right will gracefully wrap to appear beneath another one of the columns.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
The examples below are using the templates directly, so you can see what will happen if the minimum size is reached.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
{{Columns-start|num=4}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: fit-content;&amp;quot;&amp;gt;{{Columns-start}}&lt;br /&gt;
Column 1 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 2 here&lt;br /&gt;
{{Columns-end}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Column}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: fit-content;&amp;quot;&amp;gt;{{Columns-start|num=3}}&lt;br /&gt;
Column 1 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 2 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 3 here&lt;br /&gt;
{{Columns-end}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Column}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: fit-content;&amp;quot;&amp;gt;{{Columns-start|num=4}}&lt;br /&gt;
Column 1 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 2 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 3 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 4 here&lt;br /&gt;
{{Columns-end}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Column}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: fit-content;&amp;quot;&amp;gt;{{Columns-start|num=5}}&lt;br /&gt;
Column 1 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 2 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 3 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 4 here&lt;br /&gt;
{{Column}}&lt;br /&gt;
Column 5 here&lt;br /&gt;
{{Columns-end}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Columns-end}}&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
{{Template link general|brace=on|plaincode=on|Columns-start}} accepts these parameters:&lt;br /&gt;
; {{Para|num}} : Set the number of columns. Defaults to 2. The template will work with up to 5 columns. More than that should prefer a custom implementation or another solution (such as a wikitable for tabular content or {{tl|div col}} for list content).&lt;br /&gt;
; {{Para|class}} : Apply another class to the set of columns, such as &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt;. Default is none.&lt;br /&gt;
; {{Para|bgcolor}} : Set a background color. Default is transparent.&lt;br /&gt;
; {{Para|width}} : Set a total width in which all columns must appear. Default is 100%.&lt;br /&gt;
&lt;br /&gt;
{{Template link general|brace=on|plaincode=on|Column}} has the same parameters where it is used as a &amp;quot;wrapper&amp;quot; template with numbered columns. For example:&lt;br /&gt;
&lt;br /&gt;
{{Columns-start|num=2}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: fit-content;&amp;quot;&amp;gt;&lt;br /&gt;
{{Column|num=2|1=&lt;br /&gt;
Column 1 here&lt;br /&gt;
|2=&lt;br /&gt;
Column 2 here&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Column}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: fit-content;&amp;quot;&amp;gt;&lt;br /&gt;
{{Column|num=3|&lt;br /&gt;
Column 1 here&lt;br /&gt;
|&lt;br /&gt;
Column 2 here&lt;br /&gt;
|&lt;br /&gt;
Column 3 here&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Columns-end}}&lt;br /&gt;
&lt;br /&gt;
In the second example, be aware of the possible problem with a column that includes an equals sign. See [[wikipedia:Help:Templates#Equals]] for more information.&lt;br /&gt;
&lt;br /&gt;
Otherwise, {{Template link general|brace=on|plaincode=on|Column}} must be used as above with {{Template link general|brace=on|plaincode=on|Columns-start}}.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
This is an example from [[wikipedia:List of Indonesia-related topics|List of Indonesia-related topics]] on English Wikipedia:&lt;br /&gt;
{{Columns-start|num=4}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Palaces in Indonesia&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[wikipedia:Istana Bogor|Istana Bogor]]&lt;br /&gt;
* [[wikipedia:Istana Luwu|Istana Luwu]]&lt;br /&gt;
* [[wikipedia:Istana Maimun|Istana Maimun]]&lt;br /&gt;
* [[wikipedia:Istana Merdeka|Istana Merdeka]]&lt;br /&gt;
* [[wikipedia:Istana Negara, Jakarta|Istana Negara, Jakarta]]&lt;br /&gt;
* [[wikipedia:Istana Wakil Presiden|Istana Wakil Presiden]]&lt;br /&gt;
{{Column}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Prisons&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[wikipedia:Kambangan Island|Kambangan Island]]&lt;br /&gt;
{{Column}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Shopping malls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[wikipedia:List of Indonesia-related topics#Shopping malls in Jakarta|Shopping malls in Jakarta]]&lt;br /&gt;
* [[wikipedia:List of Indonesia-related topics#Shopping malls in Bandung|Shopping malls in Bandung]]&lt;br /&gt;
* [[wikipedia:List of Indonesia-related topics#Shopping malls in Surabaya|Shopping malls in Surabaya]]&lt;br /&gt;
* [[wikipedia:List of Indonesia-related topics#Shopping malls in Batam|Shopping malls in Batam]]&lt;br /&gt;
{{Column}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Towers&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[wikipedia:Monumen Nasional|Monumen Nasional]]&lt;br /&gt;
* [[wikipedia:Wisma 46|Wisma 46]]&lt;br /&gt;
{{Columns-end}}&lt;br /&gt;
&lt;br /&gt;
=== Limitations ===&lt;br /&gt;
Using headings inside {{Template link general|brace=on|plaincode=on|Column}} in its wrapper form functions so long as there is some content beneath the second (and any subsequent) heading(s). Secondly, headings will not carry an edit link. The table below may wrap (i.e. not display as columns) but displays the issue.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Content&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Functional but missing edit links&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Non-functional (missing content)&lt;br /&gt;
 |-&lt;br /&gt;
 | Wikitext&lt;br /&gt;
 | &amp;lt;pre style=&amp;quot;width: fit-content;&amp;quot;&amp;gt;&lt;br /&gt;
{{Column|1=&lt;br /&gt;
==== Example heading 1 ====&lt;br /&gt;
ABC&lt;br /&gt;
|2=&lt;br /&gt;
==== Example heading 2 ====&lt;br /&gt;
DEF&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 | &amp;lt;pre style=&amp;quot;width: fit-content;&amp;quot;&amp;gt;&lt;br /&gt;
{{Column|1=&lt;br /&gt;
==== Example heading 3 ====&lt;br /&gt;
|2=&lt;br /&gt;
==== Example heading 4 ====&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 |-&lt;br /&gt;
 | Rendered&lt;br /&gt;
 | {{Column|1=&lt;br /&gt;
==== Example heading 1 ====&lt;br /&gt;
ABC&lt;br /&gt;
   | 2 =&lt;br /&gt;
==== Example heading 2 ====&lt;br /&gt;
DEF&lt;br /&gt;
}}&lt;br /&gt;
 | {{Column|1=&lt;br /&gt;
==== Example heading 3 ====&lt;br /&gt;
   | 2 =&lt;br /&gt;
==== Example heading 4 ====&lt;br /&gt;
  }}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Column-generating template families}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Place categories below this line, please. --&amp;gt;&lt;br /&gt;
[[Category:Multi-column templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>SockyPaws</name></author>
	</entry>
</feed>