Template:Col-begin: Difference between revisions

From WikiHaj
(Redirected page to Template:Div col)
Tag: New redirect
(Removed redirect to Template:Div col)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Template:Div col]]
<includeonly><div style="{{#if:{{{width|}}}|{{colwidth|{{{width}}}}}|{{column-count|{{{1|}}}}} {{column-gap|{{#invoke:Numeral converter|convert_template|en|{{{gap|}}}}}}} {{column-rule|{{#invoke:Numeral converter|convert_template|en|{{{outset|}}}}}|outset|#eee}} }} {{#ifeq:{{lc:{{{small|}}}}}|yes|font-size:100%;}};  background-color:{{{color|}}};"></includeonly><noinclude>
{{Documentation}}
</noinclude>

Revision as of 12:06, 13 August 2023

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: <div style="column-count: ; -moz-column-count: ; -webkit-column-count: ; -moz-column-gap: Script error: No such module "Numeral converter".; -webkit-column-gap: Script error: No such module "Numeral converter".; column-gap: Script error: No such module "Numeral converter".; -moz-column-rule: Script error: No such module "Numeral converter".; -webkit-column-rule: Script error: No such module "Numeral converter".; column-rule: Script error: No such module "Numeral converter".; ; background-color:;"> | style="text-align: left; vertical-align: top; " |

Production by year
1980 50,000
1990 75,000
2000 90,000

| style="text-align: left; vertical-align: top; " |

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: <div style="column-count: ; -moz-column-count: ; -webkit-column-count: ; -moz-column-gap: Script error: No such module "Numeral converter".; -webkit-column-gap: Script error: No such module "Numeral converter".; column-gap: Script error: No such module "Numeral converter".; -moz-column-rule: Script error: No such module "Numeral converter".; -webkit-column-rule: Script error: No such module "Numeral converter".; column-rule: Script error: No such module "Numeral converter".; ; background-color:;"> | style="width: 50%;text-align: left; vertical-align: top; " |

Production by year
1980 50,000
1990 75,000
2000 90,000

| style="width: 50%;text-align: left; vertical-align: top; " |

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

| style="text-align: left; vertical-align: top; " |

Production by year
1980 50,000
1990 75,000
2000 90,000

| style="text-align: left; vertical-align: top; padding-left: 2em; " |

Profit by year
1980 $6,000
1990 $7,500
2000 $8,200

|}
Example 5, Lots of columns, using col-break

<div style="column-count: ; -moz-column-count: ; -webkit-column-count: ; -moz-column-gap: Script error: No such module "Numeral converter".; -webkit-column-gap: Script error: No such module "Numeral converter".; column-gap: Script error: No such module "Numeral converter".; -moz-column-rule: Script error: No such module "Numeral converter".; -webkit-column-rule: Script error: No such module "Numeral converter".; column-rule: Script error: No such module "Numeral converter".; ; background-color:;"> | style="text-align: left; vertical-align: top; " |

Production by year
1980 50,000
1990 75,000
2000 90,000

| style="text-align: left; vertical-align: top; " |

Profit by year
1980 $6,000
1990 $7,500
2000 $8,200

| style="text-align: left; vertical-align: top; " |

Revenue by product
Widgets $25,000
Foos $65,500
Bars $28,000

|}

See also

Column-generating template families

<section begin="table" />

Family Type
Handles wiki
 table code?dagger
Start template Column divider End template
"Col" Table Yes {{Col-begin}},
{{Col-begin-fixed}} or
{{Col-begin-small}}
{{Col-break}} or
{{Col-2}} .. {{Col-5}}
{{Col-end}}
"Col-float" CSS float Yes {{Col-float}} {{Col-float-break}} {{Col-float-end}}
"Columns" Table No {{Columns}}
"Columns-list" CSS columns Yes {{Columns-list}} (wrapper)
"Columns-start" CSS float Yes {{Columns-start}} {{Column}} {{Columns-end}}
"Div col" CSS columns Yes {{Div col}} {{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.<section end="table" />



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]

ParameterDescriptionTypeStatus
Table widthwidth

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

Stringoptional