<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AColumns</id>
	<title>Help:Columns - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AColumns"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help:Columns&amp;action=history"/>
	<updated>2026-05-07T07:47:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Help:Columns&amp;diff=22573&amp;oldid=prev</id>
		<title>Richardpruen: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help:Columns&amp;diff=22573&amp;oldid=prev"/>
		<updated>2022-01-02T17:14:14Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:14, 2 January 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key uk_vapewiki:diff:1.41:old-22572:rev-22573 --&gt;
&lt;/table&gt;</summary>
		<author><name>Richardpruen</name></author>
	</entry>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Help:Columns&amp;diff=22572&amp;oldid=prev</id>
		<title>Wikipedia&gt;Uzume: /* CSS3 multicolumn support */ labels</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help:Columns&amp;diff=22572&amp;oldid=prev"/>
		<updated>2021-11-22T09:26:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;CSS3 multicolumn support: &lt;/span&gt; labels&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Wikipedia how-to|H:COL}}&lt;br /&gt;
&lt;br /&gt;
== colbegin and colend ==&lt;br /&gt;
To create columns in an article one may use {{tl|colbegin}} and {{tl|colend}}. Note that this is not supported by Internet Explorer version 9 and below or Opera version 11 and below — see {{tl|Div col}} for details. This example uses {{tl|lorem}} to generate placeholder text.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{colbegin}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{colend}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{colbegin}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{colend}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also use {{tl|col-begin}}, {{tl|col-break}}, and {{tl|col-end}}. But don&amp;#039;t use this variety to set numbered or bulleted [[Help:List|lists]] in columns, because {{tl|col-break}} breaks the list up, which is a problem for [[Wikipedia:Manual of Style/Accessibility|accessibility]].&lt;br /&gt;
&lt;br /&gt;
As such:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{col-begin}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{col-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
creates&lt;br /&gt;
&lt;br /&gt;
{{col-begin}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{{lorem}}&lt;br /&gt;
{{col-end}}&lt;br /&gt;
&lt;br /&gt;
== CSS ==&lt;br /&gt;
[[MediaWiki:Common.css]] defines the following styles:&lt;br /&gt;
* &amp;quot;div.columns-2&amp;quot;, &amp;quot;div.columns-3&amp;quot;, &amp;quot;div.columns-4&amp;quot; and &amp;quot;div.columns-5&amp;quot; which need to contain a &amp;quot;div.column&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* {{tl|colbegin}} and {{tl|divbegin}} – utilizes CSS3 features&lt;br /&gt;
* {{tl|Columns-start}} – defines CSS classes (see above)&lt;br /&gt;
* {{tl|col-begin}} – uses an HTML table (also adds a MULTICOL attribute)&lt;br /&gt;
* {{tl|col-begin-small}}&lt;br /&gt;
* {{tl|div col}} – uses CSS3&lt;br /&gt;
* {{tl|columns-list}} – uses CSS3&lt;br /&gt;
&lt;br /&gt;
== CSS3 multicolumn support ==&lt;br /&gt;
{{Further|Template:Reflist#Browser support for columns}}&lt;br /&gt;
{{CSS3 multiple column layout}}&lt;br /&gt;
The templates {{tl|div col}} and {{tl|divbegin}} use a feature in [[CSS3]] that is implemented in:&lt;br /&gt;
* [[Gecko (software)|Gecko]]-based browsers, such as [[Firefox]] 1.5&lt;br /&gt;
* [[Presto (browser engine)|Presto]]-based browsers, such as [[Opera (web browser)|Opera]] 11.1&lt;br /&gt;
* [[WebKit]]-based browsers, such as [[Safari (web browser)]] 3 and [[Google Chrome]] 1&lt;br /&gt;
* [[MSHTML]]-based browsers, such as [[Internet Explorer]] 10&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Help:Tables]]&lt;br /&gt;
* [[m:wiki markup tables]]&lt;br /&gt;
* [[Template:Columns-list]]&lt;br /&gt;
&lt;br /&gt;
{{Help navigation}}&lt;br /&gt;
{{Wikipedia technical help|collapsed}}&lt;br /&gt;
[[Category:Wikipedia text help|Columns]]&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Uzume</name></author>
	</entry>
</feed>