User:Littletung/Col/doc
外观
此頁面是User:Littletung/Col的用户文档。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
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.
使用方法
[编辑]- {{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:使用指南/总结和更多信息—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}} 第1欄位中的文字 {{Col-2}} 第2欄位中的文字 {{Col-end}} |
{{Col-begin}} {{Col-3}} 第1欄位中的文字 {{Col-3}} 第2欄位中的文字 {{Col-3}} 第3欄位中的文字 {{Col-end}} |
如此類推,最多 {{Col-6}} |
{{Col-begin}} {{Col-x|3}} 第1欄位中的文字 {{Col-x|3}} 第2欄位中的文字 {{Col-x|3}} 第3欄位中的文字 {{Col-end}}
|
{{Col-begin|class=references-small}} {{Col-break}} 第1欄位中的文字 {{Col-break}} 第2欄位中的文字 {{Col-break}} 第3欄位中的文字 {{Col-break}} 第4欄位中的文字 {{Col-break}} 第5欄位中的文字 {{Col-break}} 第6欄位中的文字 {{Col-end}} |
{{Col| * 第1欄第1項 * 第1欄第2項 | * 第2欄第1項 * 第2欄第2項 | * 第3欄第1項 * 第3欄第2項 }} |
{{Columns-start|num=3}} 第1欄位中的文字 {{Column}} 第2欄位中的文字 {{Column}} 第3欄位中的文字 {{Columns-end}} |
{{Multicol}} 第1欄位中的文字 {{Multicol-break}} 第2欄位中的文字 {{Multicol-break}} 第3欄位中的文字 {{Multicol-break}} 第4欄位中的文字 {{Multicol-end}}
|
參見
[编辑]- {{Col-begin}} ({{Col-start}})、{{Col-begin-small}}
- {{Col-break}}
- {{Col-2}} ({{Col-1-of-2}}、{{Col-2-of-2}})
- {{Col-3}} ({{Col-1-of-3}}、{{Col-2-of-3}}、{{Col-3-of-3}})
- {{Col-4}} ({{Col-1-of-4}}、{{Col-2-of-4}}、{{Col-3-of-4}}、{{Col-4-of-4}})
- {{Col-5}}
- {{Col-x}}
- {{Col-end}} ({{End}})
- {{Col}}
- {{Columns-start}}、{{Column}}、{{Columns-end}}
- {{Multicol}}、{{Multicol-break}}、{{Multicol-end}}
- {{Div col}}、{{Div col end}}
外部連結
[编辑]- (英文)MULTICOL HTML tag
- (英文)CSS3 Columns, -moz-column-count