<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ml.sayahna.org/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="http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AColumns%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Columns/doc&amp;action=history"/>
	<updated>2026-04-23T19:22:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.5</generator>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Columns/doc&amp;diff=12616&amp;oldid=prev</id>
		<title>Cvr: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Columns/doc&amp;diff=12616&amp;oldid=prev"/>
		<updated>2014-08-22T07:26:55Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 07:26, 22 August 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Cvr</name></author>
		
	</entry>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Columns/doc&amp;diff=12615&amp;oldid=prev</id>
		<title>Sardanaphalus: update</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Columns/doc&amp;diff=12615&amp;oldid=prev"/>
		<updated>2014-06-28T18:40:31Z</updated>

		<summary type="html">&lt;p&gt;update&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;!-- EDIT TEMPLATE DOCUMENTATION AFTER THIS LINE --&amp;gt;&lt;br /&gt;
{{tl|Columns}} may be used to create up to ten columns across a page.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
Values for ''col1'' and ''col2'', 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'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'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;lt;code&amp;gt;colstyle&amp;lt;/code&amp;gt;''&amp;amp;nbsp; and &amp;amp;nbsp;''&amp;lt;code&amp;gt;col1style&amp;lt;/code&amp;gt;''&amp;amp;nbsp; to &amp;amp;nbsp;''&amp;lt;code&amp;gt;col10style&amp;lt;/code&amp;gt;''&amp;amp;nbsp; may also be used to tailor all and/or individual columns' [[CSS]] styling.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
; {{bigger|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;
; {{bigger|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;
; {{bigger|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 [[Em (typography)|''em'']]&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 ''em''&lt;br /&gt;
{{!}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; {{bigger|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 [[Em (typography)|''em'']]&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 ''em''&lt;br /&gt;
{{!}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Column templates/others}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ifeq:{{SUBPAGENAME}}|sandbox | |&lt;br /&gt;
&amp;lt;!-- Categories --&amp;gt;&lt;br /&gt;
[[Category:Table and column templates]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sardanaphalus</name></author>
		
	</entry>
</feed>