• Home
  • Random
  • Nearby
  • Log in
  • Settings
Donate Now If Wikipedia is useful to you, please give today.
  • About Wikipedia
  • Disclaimers
Wikipedia

Template:Col-begin

  • Template
  • Talk
  • Language
  • Watch
  • View source
Template documentation[view] [edit] [history] [purge]
Not to be confused with Template:Colbegin, a redirect to Template:Div col.
WarningThis template is used on approximately 226,000 pages.
To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them.
CautionThis template creates a table rather than actual columns. This means that it may display poorly on mobile devices or narrow screens and is sub-optimal in terms of accessibility. Approximately 2/3 of English Wikipedia 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 (listed at the end of this page) instead, or not using columns at all if there are any issues that affect page layout.
CSSThis template uses TemplateStyles:
  • Template:Col-begin/styles.css
Shortcut
  • {{C-sTemplate:C-s}}

The {{col-begin}}, {{col-break}} and {{col-end}} templates control columns of text on a page:

  • {{col-begin}}: starts a table (followed by {{col-break}} for 1st column)
  • {{col-break}}: triggers the start of each column
  • {{col-end}}: ends the multi-column table.

The widths of columns can be specified by using various additional codes. See below for examples.

Contents

  • 1 Usage
  • 2 Examples
  • 3 See also
    • 3.1 Column-generating template families
  • 4 TemplateData

Usage

{{col-begin|width=70%}}: start table with specific width.
{{col-break|width=66%}}: start column-1 as 66% wide.
This is text in column-1.
{{col-break|width=33%}}: start column-2 as 33% wide.
This is text in column-2.
{{col-end}}

The table will have two columns, with column 1 twice (2×) the width of column 2.

A border of 2px (1px width on each side) corresponds to a 5%. Therefore, with a 2px border, the width needs to be 95% for the table to fit within the screen. Since it'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:

{{col-begin|width=95%}}
|-
| 
Left column
|
Right column
|}
{{Col-begin}}
{{Col-2}}
Column 1 here
{{Col-2}}
Column 2 here
{{Col-end}}
{{Col-begin}}
{{Col-3}}
Column 1 here
{{Col-3}}
Column 2 here
{{Col-3}}
Column 3 here
{{Col-end}}

and so on, up to {{Col-5}}

{{Col-begin}}
{{Col-break}}
Column 1 here
{{Col-break}}
Column 2 here
{{Col-break}}
Column 3 here
{{Col-break}}
Column 4 here
{{Col-break}}
Column 5 here
{{Col-break}}
Column 6 here
{{Col-end}}

Examples

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!

Example 1, using col-break
{{col-begin}}
{{col-break}}
{| class="wikitable" style="width:18em"
|+ Production by year
|-
! 1980
| 50,000
|-
! 1990
| 75,000
|-
! 2000
| 90,000
|}
{{col-break}}
{| class="wikitable" style="width:18em"
|+ Profit by year
|-
! 1980
| $6,000
|-
! 1990
| $7,500
|-
! 2000
| $8,200
|}
{{col-end}}

gives:

Production by year
1980 50,000
1990 75,000
2000 90,000
Profit by year
1980 $6,000
1990 $7,500
2000 $8,200

Example 2, using col-2
{{col-begin}}
{{col-2}}
{| class="wikitable" style="width:18em"
|+ Production by year
|-
! 1980
| 50,000
|-
! 1990
| 75,000
|-
! 2000
| 90,000
|}
{{col-2}}
{| class="wikitable" style="width:18em"
|+ Profit by year
|-
! 1980
| $6,000
|-
! 1990
| $7,500
|-
! 2000
| $8,200
|}
{{col-end}}

gives:

Production by year
1980 50,000
1990 75,000
2000 90,000
Profit by year
1980 $6,000
1990 $7,500
2000 $8,200

Example 3, use col-break with specified widths
{{col-begin}}
{{col-break|width=80%}}
{| class="wikitable" style="width:18em"
|+ Production by year
|-
! 1980
| 50,000
|-
! 1990
| 75,000
|-
! 2000
| 90,000
|}
{{col-break|width=20%}}
{| class="wikitable" style="width:18em"
|+ Profit by year
|-
! 1980
| $6,000
|-
! 1990
| $7,500
|-
! 2000
| $8,200
|}
{{col-end}}

gives:

Production by year
1980 50,000
1990 75,000
2000 90,000
Profit by year
1980 $6,000
1990 $7,500
2000 $8,200

Example 4, use col-break with auto outer width
{{col-begin|width=auto}}
{{col-break}}
{| class="wikitable" style="width:18em"
|+ Production by year
|-
! 1980
| 50,000
|-
! 1990
| 75,000
|-
! 2000
| 90,000
|}
{{col-break|gap=2em}}
{| class="wikitable" style="width:18em"
|+ Profit by year
|-
! 1980
| $6,000
|-
! 1990
| $7,500
|-
! 2000
| $8,200
|}
{{col-end}}
Production by year
1980 50,000
1990 75,000
2000 90,000
Profit by year
1980 $6,000
1990 $7,500
2000 $8,200

Example 5, Lots of columns, using col-break
{{col-begin}}
{{col-break}}
{| class="wikitable" style="width:18em"
|+ Production by year
|-
! 1980
| 50,000
|-
! 1990
| 75,000
|-
! 2000
| 90,000
|}
{{col-break}}
{| class="wikitable" style="width:18em"
|+ Profit by year
|-
! 1980
| $6,000
|-
! 1990
| $7,500
|-
! 2000
| $8,200
|}
{{col-break}}
{| class="wikitable" style="width:18em"
|+ Revenue by product
|-
! Widgets
| $25,000
|-
! Foos
| $65,500
|-
! Bars
| $28,000
|}
{{col-end}}

gives:

Production by year
1980 50,000
1990 75,000
2000 90,000
Profit by year
1980 $6,000
1990 $7,500
2000 $8,200
Revenue by product
Widgets $25,000
Foos $65,500
Bars $28,000

See also

  • Help:Columns

Column-generating template families

The templates listed here are not interchangeable. For example, using {{col-float}} with {{col-end}} instead of {{col-float-end}} would leave a <div>...</div> open, potentially harming any subsequent formatting.

Column templates
Type Family
Handles wiki
table code?†
Responsive/
mobile suited
Start template Column divider End template
Float "col-float" Yes Yes {{col-float}} {{col-float-break}} {{col-float-end}}
"columns-start" Yes Yes {{columns-start}} {{column}} {{columns-end}}
Columns "div col" Yes Yes {{div col}} – {{div col end}}
"columns-list" No Yes {{columns-list}} (wraps div col) – –
Flexbox "flex columns" No Yes {{flex columns}} – –
Table "col" Yes No {{col-begin}},
{{col-begin-fixed}} or
{{col-begin-small}}
{{col-break}} or
{{col-2}} .. {{col-5}}
{{col-end}}

† Can the template handle the basic wiki markup {| | || |- |} used to create tables? If not, special templates that produce these elements (such as {{(!}}, {{!}}, {{!!}}, {{!-}}, {{!)}}) or HTML tags (<table>...</table>, <tr>...</tr>, etc.) need to be used instead.

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Col-begin in articles based on its TemplateData.

TemplateData for Col-begin

This template starts a multi-column table.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Table widthwidth

The width of the complete table as a percentage

Example
auto to display with minimum width; 50%, typically no more than 95%
Stringoptional
Background colorbgcolor bgColor

Set the background color of the table

Example
bgcolour=linen
Stringoptional
CSS classclass

Extra class beyond "col-begin"

Stringoptional
CSS stylestyle

Extra CSS

Stringoptional
Border styleborder

CSS border style

Stringoptional
Small textsmall

Set for smaller text

Stringoptional
The above documentation is transcluded from Template:Col-begin/doc. (edit | history)
Editors can experiment in this template's sandbox (edit | diff) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this template.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Col-begin&oldid=1216972768"
Last edited on 3 April 2024, at 01:38

Languages

    • Acèh
    • Afrikaans
    • አማርኛ
    • Anarâškielâ
    • Ænglisc
    • Аԥсшәа
    • العربية
    • Aragonés
    • Արեւմտահայերէն
    • অসমীয়া
    • Asturianu
    • Avañe'ẽ
    • Azərbaycanca
    • تۆرکجه
    • Basa Bali
    • বাংলা
    • Banjar
    • 閩南語 / Bân-lâm-gí
    • Basa Banyumasan
    • Башҡортса
    • Беларуская
    • Беларуская (тарашкевіца)
    • भोजपुरी
    • Bikol Central
    • Bislama
    • Български
    • Boarisch
    • བོད་ཡིག
    • Bosanski
    • Brezhoneg
    • Буряад
    • Català
    • Чӑвашла
    • Cebuano
    • Čeština
    • Chi-Chewa
    • ChiTumbuka
    • Cymraeg
    • Dansk
    • الدارجة
    • ދިވެހިބަސް
    • Dolnoserbski
    • ཇོང་ཁ
    • Eesti
    • Ελληνικά
    • Эрзянь
    • Esperanto
    • Euskara
    • Eʋegbe
    • فارسی
    • Fiji Hindi
    • Føroyskt
    • Français
    • Fulfulde
    • Gaeilge
    • Gaelg
    • Gàidhlig
    • Galego
    • 贛語
    • ગુજરાતી
    • 客家語 / Hak-kâ-ngî
    • 한국어
    • Hausa
    • Հայերեն
    • हिन्दी
    • Hrvatski
    • Igbo
    • Ilokano
    • বিষ্ণুপ্রিয়া মণিপুরী
    • Bahasa Indonesia
    • Interlingua
    • IsiXhosa
    • IsiZulu
    • Íslenska
    • Italiano
    • עברית
    • Jawa
    • ಕನ್ನಡ
    • Kapampangan
    • Къарачай-малкъар
    • ქართული
    • کٲشُر
    • Қазақша
    • Kernowek
    • Ikinyarwanda
    • Ikirundi
    • Kiswahili
    • Kurdî
    • Кыргызча
    • ລາວ
    • Latviešu
    • Lëtzebuergesch
    • Лезги
    • Lietuvių
    • Ligure
    • Luganda
    • Magyar
    • मैथिली
    • Македонски
    • Malagasy
    • മലയാളം
    • Malti
    • मराठी
    • მარგალური
    • مصرى
    • ဘာသာမန်
    • مازِرونی
    • Bahasa Melayu
    • Minangkabau
    • 閩東語 / Mìng-dĕ̤ng-ngṳ̄
    • Mirandés
    • Мокшень
    • Монгол
    • မြန်မာဘာသာ
    • Nāhuatl
    • नेपाली
    • नेपाल भाषा
    • 日本語
    • Napulitano
    • Нохчийн
    • Norsk bokmål
    • Norsk nynorsk
    • Occitan
    • Олык марий
    • ଓଡ଼ିଆ
    • Oshiwambo
    • Oʻzbekcha / ўзбекча
    • ਪੰਜਾਬੀ
    • پښتو
    • Patois
    • Перем коми
    • ភាសាខ្មែរ
    • Picard
    • Piemontèis
    • Polski
    • Português
    • Qaraqalpaqsha
    • Română
    • Runa Simi
    • Русский
    • Саха тыла
    • संस्कृतम्
    • سرائیکی
    • Scots
    • Seediq
    • Sesotho
    • Sesotho sa Leboa
    • Setswana
    • Shqip
    • සිංහල
    • Simple English
    • سنڌي
    • SiSwati
    • Slovenčina
    • Slovenščina
    • Soomaaliga
    • کوردی
    • Српски / srpski
    • Srpskohrvatski / српскохрватски
    • Sunda
    • Svenska
    • Tagalog
    • தமிழ்
    • Tarandíne
    • Татарча / tatarça
    • တႆး
    • తెలుగు
    • Tetun
    • ไทย
    • Тоҷикӣ
    • ᏣᎳᎩ
    • Tshivenda
    • Türkçe
    • Twi
    • Тыва дыл
    • Удмурт
    • Basa Ugi
    • Українська
    • اردو
    • ئۇيغۇرچە / Uyghurche
    • Vahcuengh
    • Vèneto
    • Vepsän kel’
    • Tiếng Việt
    • Volapük
    • Winaray
    • 吴语
    • Xitsonga
    • ייִדיש
    • Yorùbá
    • 粵語
    • Zazaki
    • Žemaitėška
    • 中文
    • Kadazandusun
    • ᥖᥭᥰ ᥖᥬᥲ ᥑᥨᥒᥰ
    • ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ
    Wikipedia
    • Wikimedia Foundation
    • Powered by MediaWiki
    • This page was last edited on 3 April 2024, at 01:38 (UTC).
    • Content is available under CC BY-SA 4.0 unless otherwise noted.
    • Privacy policy
    • About Wikipedia
    • Disclaimers
    • Contact Wikipedia
    • Code of Conduct
    • Developers
    • Statistics
    • Cookie statement
    • Terms of Use
    • Desktop