<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ACol-begin%2Fdoc</id>
	<title>Template:Col-begin/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ACol-begin%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Template:Col-begin/doc&amp;action=history"/>
	<updated>2026-04-14T11:08:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki42.maceys.net/index.php?title=Template:Col-begin/doc&amp;diff=525&amp;oldid=prev</id>
		<title>Lynn: Created page with &quot;{{Documentation subpage}} &lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&gt; {{caution|This template creates a table rather than actual columns.  This means that it displays poorly on mobile devices or narrow screens and is sub-optimal in terms of accessibility.  Many readers 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, such as Template...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Template:Col-begin/doc&amp;diff=525&amp;oldid=prev"/>
		<updated>2026-01-26T20:56:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}} &amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt; {{caution|This template creates a &lt;a href=&quot;/index.php?title=Help:Tables&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Help:Tables (page does not exist)&quot;&gt;table&lt;/a&gt; rather than actual columns.  This means that it displays poorly on mobile devices or narrow screens and is sub-optimal in terms of accessibility.  Many readers 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, such as Template...&amp;quot;&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 BELOW THIS LINE --&amp;gt;&lt;br /&gt;
{{caution|This template creates a [[Help:Tables|table]] rather than actual columns.  This means that it displays poorly on mobile devices or narrow screens and is sub-optimal in terms of accessibility.  Many readers 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, such as [[Template:Div col]] instead, or not using columns at all.}}&lt;br /&gt;
&lt;br /&gt;
The {{tl|col-begin}}, {{tl|col-break}} and {{tl|col-end}} templates control columns of text on a page:&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{col-begin}}&amp;lt;/nowiki&amp;gt;: starts a table (followed by &amp;lt;nowiki&amp;gt;{{col-break}}&amp;lt;/nowiki&amp;gt; for 1st column)&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{col-break}}&amp;lt;/nowiki&amp;gt;: triggers the start of each column&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{col-end}}&amp;lt;/nowiki&amp;gt;: ends the multi-column table.&lt;br /&gt;
The widths of columns can be specified by using various additional codes. See below for examples.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{col-begin|width=70%}}&amp;lt;/nowiki&amp;gt;: start table with width.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{col-break|width=66%}}&amp;lt;/nowiki&amp;gt;: start column-1 as 66% wide.&lt;br /&gt;
 This is text in col-1.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{col-break|width=33%}}&amp;lt;/nowiki&amp;gt;: start column-2 as 33% wide.&lt;br /&gt;
 Text column-2.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{col-end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The table will have two columns, with column 1 twice (2×) the width of column 2.&lt;br /&gt;
&lt;br /&gt;
A border of 2px (1px width on each side) corresponds to a 5%. Therefore, with a 2px border—for example, as in [[Wikipedia:Tutorial/Wrap-up and more info]]—the width needs to be 95% for the table to fit within the screen. Since it&amp;#039;s possible that some tables might not have a border, correction on the individual page could be made after substitution. Another way to create a two column table is like this:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{col-begin|width=95%}}&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
Left column&lt;br /&gt;
|&lt;br /&gt;
Right column&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
 {{((}}[[Template:Col-begin|Col-begin]]{{))}}&lt;br /&gt;
 {{tl|Col-break}}&lt;br /&gt;
 Column 1 here&lt;br /&gt;
 {{tl|Col-break}}&lt;br /&gt;
 Column 2 here&lt;br /&gt;
 {{tl|Col-break}}&lt;br /&gt;
 Column 3 here&lt;br /&gt;
 {{tl|Col-break}}&lt;br /&gt;
 Column 4 here&lt;br /&gt;
 {{tl|Col-break}}&lt;br /&gt;
 Column 5 here&lt;br /&gt;
 {{tl|Col-break}}&lt;br /&gt;
 Column 6 here&lt;br /&gt;
 {{tl|Col-end}}&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
Here are some example codes that you can use to make columns of text in your wikipedia article. You can change the width of your columns by changing the code words that go between the text of your columns. Good luck!&lt;br /&gt;
&lt;br /&gt;
{{hidden begin|toggle=left|title=Example 1, using col-break}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{col-begin}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Production by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| 50,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| 75,000&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| 90,000&lt;br /&gt;
|}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Profit by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| $6,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| $7,500&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| $8,200&lt;br /&gt;
|}&lt;br /&gt;
{{col-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
gives:&lt;br /&gt;
{{col-begin}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Production by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| 50,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| 75,000&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| 90,000&lt;br /&gt;
|}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Profit by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| $6,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| $7,500&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| $8,200&lt;br /&gt;
|}&lt;br /&gt;
{{col-end}}&lt;br /&gt;
{{hidden end}}&lt;br /&gt;
{{hidden begin|toggle=left|title=Example 2, use col-break with specified widths}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{col-begin}}&lt;br /&gt;
{{col-break|width=80%}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Production by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| 50,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| 75,000&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| 90,000&lt;br /&gt;
|}&lt;br /&gt;
{{col-break|width=20%}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Profit by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| $6,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| $7,500&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| $8,200&lt;br /&gt;
|}&lt;br /&gt;
{{col-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{hidden end}}&lt;br /&gt;
{{hidden begin|toggle=left|title=Example 3, use col-break with auto outer width}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{col-begin|width=auto}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Production by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| 50,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| 75,000&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| 90,000&lt;br /&gt;
|}&lt;br /&gt;
{{col-break|gap=2em}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Profit by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| $6,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| $7,500&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| $8,200&lt;br /&gt;
|}&lt;br /&gt;
{{col-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{col-begin|width=auto}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Production by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| 50,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| 75,000&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| 90,000&lt;br /&gt;
|}&lt;br /&gt;
{{col-break|gap=2em}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Profit by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| $6,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| $7,500&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| $8,200&lt;br /&gt;
|}&lt;br /&gt;
{{col-end}}&lt;br /&gt;
{{hidden end}}&lt;br /&gt;
{{hidden begin|toggle=left|title=Example 4, Lots of columns, using col-break}}&lt;br /&gt;
{{col-begin}}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Production by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| 50,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| 75,000&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| 90,000&lt;br /&gt;
|}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Profit by year&lt;br /&gt;
|-&lt;br /&gt;
! 1980&lt;br /&gt;
| $6,000&lt;br /&gt;
|-&lt;br /&gt;
! 1990&lt;br /&gt;
| $7,500&lt;br /&gt;
|-&lt;br /&gt;
! 2000&lt;br /&gt;
| $8,200&lt;br /&gt;
|}&lt;br /&gt;
{{col-break}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:18em&amp;quot;&lt;br /&gt;
|+ Revenue by product&lt;br /&gt;
|-&lt;br /&gt;
! Widgets&lt;br /&gt;
| $25,000&lt;br /&gt;
|-&lt;br /&gt;
! Foos&lt;br /&gt;
| $65,500&lt;br /&gt;
|-&lt;br /&gt;
! Bars&lt;br /&gt;
| $28,000&lt;br /&gt;
|}&lt;br /&gt;
{{col-end}}&lt;br /&gt;
{{hidden end}}&lt;/div&gt;</summary>
		<author><name>Lynn</name></author>
	</entry>
</feed>