<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Template%3AColumns%2Fdoc</id>
	<title>Template:Columns/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Template%3AColumns%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Template:Columns/doc&amp;action=history"/>
	<updated>2026-04-09T14:09:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://pool.calebcooper.ie/index.php?title=Template:Columns/doc&amp;diff=16050&amp;oldid=prev</id>
		<title>Caleb Cooper at 22:15, 12 November 2020</title>
		<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Template:Columns/doc&amp;diff=16050&amp;oldid=prev"/>
		<updated>2020-11-12T22:15:46Z</updated>

		<summary type="html">&lt;p&gt;&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;
{{Commons Import}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION AFTER THIS LINE --&amp;gt;&lt;br /&gt;
{{When on basepage|{{Uses TemplateStyles|Template:Columns/styles.css}}}}&lt;br /&gt;
{{tl|Columns}} may be used to create up to ten columns across a page.&lt;br /&gt;
&lt;br /&gt;
{{caution banner|This template creates a [[Help:Tables|table]] rather than actual columns.  This means that it may displays poorly on mobile devices or narrow screens and is sub-optimal in terms of [[WP:ACCESS|accessibility]].  Approximately half of the readers of English Wikipedia articles are using mobile devices and may have trouble reading the content that is wrapped in this template.  Please consider using one of the CSS-based column templates listed in the {{Section link||See also}} section instead, or not using columns at all if there is any trouble affects page layout.}}&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
Values for &amp;#039;&amp;#039;col1&amp;#039;&amp;#039; and &amp;#039;&amp;#039;col2&amp;#039;&amp;#039;, i.e. the contents of the first and second columns, are expected.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Columns&lt;br /&gt;
| background =   &amp;lt;!-- Background (default is none) --&amp;gt;&lt;br /&gt;
| style =        &amp;lt;!-- Use to add extra overall CSS styling --&amp;gt;&lt;br /&gt;
| colwidth =     &amp;lt;!-- Width of each column (default 15.0em) --&amp;gt;&lt;br /&gt;
| gapbetween =   &amp;lt;!-- Gap (gutter) between each column (default 1.25em) --&amp;gt;&lt;br /&gt;
| col1width =    &amp;lt;!-- Use to set a custom width for col1 --&amp;gt;&lt;br /&gt;
| col1 =         &amp;lt;!-- (REQUIRED) First column&amp;#039;s contents --&amp;gt;&lt;br /&gt;
| col2width =    &amp;lt;!-- Use to set a custom width for col2 (and so on) --&amp;gt;&lt;br /&gt;
| col2 =         &amp;lt;!-- (REQUIRED) Second column&amp;#039;s contents --&amp;gt;&lt;br /&gt;
| col3width = &lt;br /&gt;
| col3 = &lt;br /&gt;
...&lt;br /&gt;
| col10width = &lt;br /&gt;
| col10 = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The parameters &amp;amp;nbsp;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;colstyle&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;amp;nbsp; and &amp;amp;nbsp;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;col1style&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;amp;nbsp; to &amp;amp;nbsp;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;col10style&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;amp;nbsp; may also be used to tailor all and/or individual columns&amp;#039; [[Wikipedia:CSS|CSS]] styling.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
; {{larger|Code}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Columns&lt;br /&gt;
| col1 = This is a simple application of the columns template, demonstrating the default column widths&lt;br /&gt;
| col2 = and gaps between columns. See the next example for a more customized use of the template.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; {{larger|Result}}&lt;br /&gt;
{{Columns{{#ifeq:{{SUBPAGENAME}}|sandbox |/sandbox}}&lt;br /&gt;
| col1 = This is a simple application of the columns template, demonstrating the default column widths&lt;br /&gt;
| col2 = and gaps between columns. See the next example for a more customized use of the template.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; {{larger|Code}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Columns |background=beige |colwidth=8.5em |gap&amp;lt;!--between--&amp;gt;=3.25em&lt;br /&gt;
&lt;br /&gt;
| col1 =&lt;br /&gt;
* These&lt;br /&gt;
* columns&lt;br /&gt;
* are&lt;br /&gt;
* more&lt;br /&gt;
* complex&lt;br /&gt;
&lt;br /&gt;
| col2 =&lt;br /&gt;
The&amp;lt;br /&amp;gt;background&amp;lt;br /&amp;gt;is&amp;lt;br /&amp;gt;beige&lt;br /&gt;
&lt;br /&gt;
| col3 =&lt;br /&gt;
; Each : column&lt;br /&gt;
; is   : 8.5 [[Wikipedia:Em (typography)|&amp;#039;&amp;#039;em&amp;#039;&amp;#039;]]&lt;br /&gt;
; wide&lt;br /&gt;
&lt;br /&gt;
| col4 =&lt;br /&gt;
{{{!}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;{{!}} and&lt;br /&gt;
{{!-}}&lt;br /&gt;
{{!}} the {{!!}} gap&lt;br /&gt;
{{!-}}&lt;br /&gt;
{{!}}colspan=&amp;quot;2&amp;quot;{{!}} between&lt;br /&gt;
{{!-}}&lt;br /&gt;
{{!}} each {{!!}} is&lt;br /&gt;
{{!-}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;{{!}} 3.25 &amp;#039;&amp;#039;em&amp;#039;&amp;#039;&lt;br /&gt;
{{!}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; {{larger|Result}}&lt;br /&gt;
{{Columns{{#ifeq:{{SUBPAGENAME}}|sandbox |/sandbox}}&lt;br /&gt;
|background=beige |colwidth=8.5em |gap&amp;lt;!--between--&amp;gt;=3.25em&lt;br /&gt;
&lt;br /&gt;
| col1 =&lt;br /&gt;
* These&lt;br /&gt;
* columns&lt;br /&gt;
* are&lt;br /&gt;
* more&lt;br /&gt;
* complex&lt;br /&gt;
&lt;br /&gt;
| col2 =&lt;br /&gt;
The&amp;lt;br /&amp;gt;background&amp;lt;br /&amp;gt;is&amp;lt;br /&amp;gt;beige&lt;br /&gt;
&lt;br /&gt;
| col3 =&lt;br /&gt;
; Each : column&lt;br /&gt;
; is   : 8.5 [[Wikipedia:Em (typography)|&amp;#039;&amp;#039;em&amp;#039;&amp;#039;]]&lt;br /&gt;
; wide&lt;br /&gt;
&lt;br /&gt;
| col4 =&lt;br /&gt;
{{{!}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;{{!}} and&lt;br /&gt;
{{!-}}&lt;br /&gt;
{{!}} the {{!!}} gap&lt;br /&gt;
{{!-}}&lt;br /&gt;
{{!}}colspan=&amp;quot;2&amp;quot;{{!}} between&lt;br /&gt;
{{!-}}&lt;br /&gt;
{{!}} each {{!!}} is&lt;br /&gt;
{{!-}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;{{!}} 3.25 &amp;#039;&amp;#039;em&amp;#039;&amp;#039;&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;!-- 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>Caleb Cooper</name></author>
	</entry>
</feed>