• होम
  • अट्रेंडम
  • आसपास
  • खाता में प्रवेश
  • सेटिंग्स
Donate Now If Wikipedia is useful to you, please give today.
  • विकिपीडिया के बारे में
  • नामंजूरी
विकिपीडिया

टेम्पलेट:Col-5

  • भाषा
  • धियानसूची में डालीं
  • संपादन करीं
Template documentation[view] [edit] [history] [purge]
The Template:Col-5 sets column width for each of five columns.
Column Templates
Multicol
{{Multicol}}Start
{{Multicol-break}}Break
{{Multicol-end}}End
Col-Break
{{Col-begin}}Start
{{Col-break}}Break
{{Col-end}}End
Col-float
{{Col-float}}Start
{{Col-float-break}}Break
{{Col-float-end}}End
Columns-start
{{Columns-start}}Start
{{Column}}Break
{{Columns-end}}End


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.

बिसयसूची

  • 1 Usage
  • 2 उदाहरण
  • 3 इहो देखल जाय
    • 3.1 Column-generating template families
  • 4 External links
  • 5 TemplateData

Usage

संपादन करीं
{{col-begin|width=70%}}: start table with width.
{{col-break|width=66%}}: start column-1 as 66% wide.
This is text in col-1.
{{col-break|width=33%}}: start column-2 as 33% wide.
Text 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—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'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}}

{{Columns-start|num=3}}
Column 1 here
{{Column}}
Column 2 here
{{Column}}
Column 3 here
{{Columns-end}}

उदाहरण

संपादन करीं

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}}
  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

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

इहो देखल जाय

संपादन करीं

Column-generating template families

संपादन करीं
CautionThe templates listed here are not interchangeable. For example, using {{col-float}} with {{col-end}} instead of {{col-float-end}} would leave a HTML "div" (division) open, potentially harming any subsequent formatting.
Family Type
Handles wiki
 table code?dagger
Start template Column divider End template
"Col" Table Yes {{Col-begin}}
or {{Col-begin-small}}
{{Col-break}}
{{Col-2}} .. {{Col-5}}
{{Col-end}}
"Columns" Table No {{Columns}} – –
"Col-float" CSS float Yes {{Col-float}} {{Col-float-break}} {{Col-float-end}}
"Columns-start" CSS float Yes {{Columns-start}} {{Column}} {{Columns-end}}
"Div col" CSS columns Yes {{Div col}}
– {{Columns-list}} (wrapper)
– {{Div col end}}

dagger I.e., can the columns handle the wiki markup {| | || |- |} used to create tables? If not, templates that produce these elements (such as {{(!}}, {{!}}, {{!!}}, {{!-}}, {{!)}}) and/or HTML tags (<table>...</table>, <tr>...</tr>, etc.) will need to be used instead.

External links

संपादन करीं
  • HTML MULTICOL Code Tutorial
  • Using CSS multi-column layouts
This template is a self-reference and so is part of the Wikipedia project rather than the encyclopedic content.

TemplateData

संपादन करीं
This is the TemplateData documentation for this template used by VisualEditor and other tools.

TemplateData for Col-5

Starts a column in a five-column table begun by {{col-begin}}.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
alignalign

Horizontal alignment of content.

Default
left
Stringoptional
valignvalign

Vertical alignment of content.

Default
top
Stringoptional
The above documentation is transcluded from टेम्पलेट:Col-5/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://bh.wikipedia.org/w/index.php?title=टेम्पलेट:Col-5&oldid=415543" से लिहल गइल
Last edited on 15 दिसंबर 2016, at 12:22

Languages

    • العربية
    • الدارجة
    • مصرى
    • অসমীয়া
    • Авар
    • Azərbaycanca
    • تۆرکجه
    • Башҡортса
    • Bikol Central
    • Беларуская (тарашкевіца)
    • Български
    • বাংলা
    • Bosanski
    • Чӑвашла
    • Dansk
    • Ελληνικά
    • English
    • فارسی
    • Føroyskt
    • Français
    • ગુજરાતી
    • Hausa
    • हिन्दी
    • Hrvatski
    • Հայերեն
    • Ilokano
    • Íslenska
    • 日本語
    • Jawa
    • ქართული
    • 한국어
    • ລາວ
    • Lietuvių
    • मैथिली
    • Minangkabau
    • Монгол
    • မြန်မာဘာသာ
    • Nāhuatl
    • नेपाली
    • Norsk bokmål
    • ਪੰਜਾਬੀ
    • Português
    • Română
    • Русский
    • سنڌي
    • တႆး
    • Simple English
    • Slovenčina
    • سرائیکی
    • Slovenščina
    • Shqip
    • Српски / srpski
    • Svenska
    • తెలుగు
    • ไทย
    • Tagalog
    • Türkçe
    • Oʻzbekcha / ўзбекча
    • Tiếng Việt
    • Vahcuengh
    • 中文
    • 閩南語 / Bân-lâm-gú
    • 粵語
    विकिपीडिया
    • Wikimedia Foundation
    • Powered by MediaWiki
    • एह पन्ना पर आखिरी बेर संपादन 15 दिसंबर 2016 के 12:22 बजे भइल रहल।
    • सामग्री CC BY-SA 4.0 की तहत उपलब्ध बा जबले कि अलगा से बतावल न गइल होखे।
    • गोपनीयता नीति
    • विकिपीडिया के बारे में
    • नामंजूरी
    • Code of Conduct
    • डेवलपर लोग
    • आँकड़ा
    • कुकी इस्टेटमेंट
    • उपयोग के शर्त कुल
    • डेस्कटॉप