Шаблон:Column templates — разлика између измена
| [непроверена измена] | [непроверена измена] |
Нема описа измене |
м (1 измена увезена) |
||
| Ред 1: | Ред 1: | ||
{{#switch:{{lc:{{ | {{#switch:{{lc:{{PAGENAME}}}} | ||
| col-2 = The [[Template:Col-2]] sets column width for each of two columns, with align=left, valign=top. The align or valign can be changed: <nowiki>{{col-2 |align=right|valign=center}}</nowiki>. | | col-2 = The [[Template:Col-2]] sets column width for each of two columns, with align=left, valign=top. The width, align or valign can be changed: <nowiki>{{col-2 |width=40%|align=right|valign=center}}</nowiki>.<br/><br/> | ||
| col-3 = The [[Template:Col-3]] sets column width for each of three columns, with align=left, valign=top. The align or valign can be changed: <nowiki>{{col-3|align=right|valign=center}}</nowiki>. | | col-3 = The [[Template:Col-3]] sets column width for each of three columns, with align=left, valign=top. The width, align or valign can be changed: <nowiki>{{col-3 |width=25%|align=right|valign=center}}</nowiki>.<br/><br/> | ||
| col-4 = The [[Template:Col-4]] sets column width for each of four columns. | | col-4 = The [[Template:Col-4]] sets column width for each of four columns.<br/><br/> | ||
| col-5 = The [[Template:Col-5]] sets column width for each of five columns. | | col-5 = The [[Template:Col-5]] sets column width for each of five columns.<br/><br/> | ||
| col-6 = The [[Template:Col-6]] sets column width for each of six columns, with align=left, valign=top. The width, align or valign can be changed: <nowiki>{{col-6 |width=20%|align=right|valign=center}}</nowiki>. | | col-6 = The [[Template:Col-6]] sets column width for each of six columns, with align=left, valign=top. The width, align or valign can be changed: <nowiki>{{col-6 |width=20%|align=right|valign=center}}</nowiki>.<br/><br/> | ||
| col-start=The [[Template:Col-start]] begins a wikitable (same as <nowiki>{{col-begin}}</nowiki>). | | col-start=The [[Template:Col-start]] begins a wikitable (same as <nowiki>{{col-begin}}</nowiki>).<br/><br/> | ||
}} | |||
The {{tl|col-begin}}, {{tl|col-break}} and {{tl|col-end}} templates control columns of text on a page: | The {{tl|col-begin}}, {{tl|col-break}} and {{tl|col-end}} templates control columns of text on a page: | ||
* <nowiki>{{col-begin}}</nowiki>: starts a table (followed by <nowiki>{{col-break}}</nowiki> for 1st column) | :*<nowiki>{{col-begin}}</nowiki>: starts a table (followed by <nowiki>{{col-break}}</nowiki> for 1st column) | ||
* <nowiki>{{col-break}}</nowiki>: triggers the start of each column | :*<nowiki>{{col-break}}</nowiki>: triggers the start of each column | ||
* <nowiki>{{col-end}}</nowiki>: ends the multi-column table. | :*<nowiki>{{col-end}}</nowiki>: ends the multi-column table. | ||
The widths of columns can be specified by using various additional codes. See below for examples. | The widths of columns can be specified by using various additional codes. See below for examples. | ||
== Usage == | == Usage == | ||
{{ | :: <nowiki>{{col-begin|width=70%}}</nowiki>: start table with width. | ||
{{ | :: <nowiki>{{col-break|width=66%}}</nowiki>: start column-1 as 66% wide. | ||
:: This is text in col-1. | |||
{{ | :: <nowiki>{{col-break|width=33%}}</nowiki>: start column-2 as 33% wide. | ||
:: Text column-2. | |||
{{ | :: <nowiki>{{col-end}}</nowiki> | ||
The table will have two columns, with column 1 twice (2×) the width of column 2. | 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 | 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: | ||
{| | {| | ||
| Ред 75: | Ред 74: | ||
Column 6 here | Column 6 here | ||
{{tl|Col-end}} | {{tl|Col-end}} | ||
{{col-break|gap=2em}} | |||
{{[[Template:Columns-start|Columns-start]]|num=3}} | |||
Column 1 here | |||
{{tl|Column}} | |||
Column 2 here | |||
{{tl|Column}} | |||
Column 3 here | |||
{{tl|Columns-end}} | |||
{{col-end}} | {{col-end}} | ||
{{col-begin}} | {{col-begin}} | ||
{{col-break | {{col-break|width=50%}} | ||
{{tl|Multicol}} | |||
Column 1 here | |||
{{tl|Multicol-break}} | |||
Column 2 here | |||
{{tl|Multicol-break}} | |||
Column 3 here | |||
{{tl|Multicol-break}} | |||
Column 4 here | |||
{{tl|Multicol-end}} | |||
{{ | |||
{{ | |||
{{ | |||
{{ | |||
{{ | |||
{{col-end}} | {{col-end}} | ||
===Examples=== | |||
* See: [[Template:Col-break/examples]] | |||
== See also == | == See also == | ||
{{Column-generating template families}} | {{Column-generating template families}} | ||
<noinclude> | == External links == | ||
[[Category: | * [http://www.htmlcodetutorial.com/_MULTICOL.html HTML MULTICOL Code Tutorial] | ||
[[Category: | * [http://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts Using CSS multi-column layouts] | ||
{{Selfref|This [[Wikipedia:Template|template]] is a [[Wikipedia:Avoid self-references|self-reference]] and so is part of the Wikipedia project rather than the encyclopedic content.}}<noinclude> | |||
[[Category:Table and column templates| ]] | |||
[[Category:Dokumentacija šablona]] | |||
</noinclude> | </noinclude> | ||
Верзија на датум 5. фебруар 2021. у 14:21
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
- {{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}}
|
{{Multicol}}
Column 1 here
{{Multicol-break}}
Column 2 here
{{Multicol-break}}
Column 3 here
{{Multicol-break}}
Column 4 here
{{Multicol-end}}
|
Examples
See also
Column-generating template families
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
| Family | Type | Handles wiki
table code? |
Start template | Column divider | End template |
|---|---|---|---|---|---|
| "Col" | Table | Да | {{Col-begin}} or {{Col-begin-small}} |
{{Col-break}} {{Col-2}} .. {{Col-5}} |
{{Col-end}} |
| "Columns" | Table | Не | {{Columns}} | – | – |
| "Multicol" | Table | Да | {{Multicol}} | {{Multicol-break}} | {{Multicol-end}} |
| "Col-float" | CSS float | Да | {{Col-float}} | {{Col-float-break}} | {{Col-float-end}} |
| "Columns-start" | CSS float | Да | {{Columns-start}} | {{Column}} | {{Columns-end}} |
| "Div col" | CSS columns | Да | {{Div col}} – {{Columns-list}} (wrapper) |
{{No col break}} | {{Div col end}} |
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
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted