• ಮುಖ್ಯಪುಟ
  • ಹೀಗೇ ಒಂದು ಪುಟ
  • ಹತ್ತಿರದ
  • ಲಾಗ್ ಇನ್
  • ವ್ಯವಸ್ಥೆಗಳು
Donate Now If Wikipedia is useful to you, please give today.
  • ಕನ್ನಡ ವಿಕಿಪೀಡಿಯ ಬಗ್ಗೆ
  • ಹಕ್ಕು ನಿರಾಕರಣೆಗಳು
ವಿಕಿಪೀಡಿಯ

ಟೆಂಪ್ಲೇಟು:Col-begin

  • ಭಾಷೆ
  • ವೀಕ್ಷಿಸಿ
  • ಸಂಪಾದಿಸಿ
ಟೆಂಪ್ಲೇಟು ದಾಖಲೆ[view] [edit] [history] [purge]
Template:Colbegin, a redirect to Template:Div col ಶೀರ್ಷಿಕೆಯೊಂದಿಗೆ ಗೊಂದಲಕ್ಕೀಡಾಗಬಾರದು.
WarningThis template is used on approximately ೨,೨೨,೦೦೦ 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.
ಒಳದಾರಿ
  • {{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.

ಪರಿವಿಡಿ

  • ೧ Usage
  • ೨ Examples
  • ೩ See also
    • ೩.೧ Column-generating template families
  • ೪ 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 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]

ಪರಿಮಿತಿವಿವರನಮೂನೆಸ್ಥಾನಮಾನ
Table widthwidth

The width of the complete table, defined as a percent (i.e. 50%), typically no more than 95%

Stringಐಚ್ಛಿಕ
The above documentation is transcluded from ಟೆಂಪ್ಲೇಟು:Col-begin/doc. (edit | history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this template.
"https://kn.wikipedia.org/w/index.php?title=ಟೆಂಪ್ಲೇಟು:Col-begin&oldid=1271440" ಇಂದ ಪಡೆಯಲ್ಪಟ್ಟಿದೆ
Last edited on ೧೯ ಡಿಸೆಂಬರ್ ೨೦೨೪, at ೨೧:೧೬

Languages

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