Template:Col-begin/doc
跳到导航
跳到搜索
本系列模板用于分栏显示内容。{{Col-begin}}与{{Col-end}}通常配合使用。
细节[编辑]
本模板包含了以下代码:
<div>
{| class=" multicol" role="presentation" style="border-collapse: collapse; padding: 0; border: 0; background:transparent; table-layout: fixed; width:100%; "
参数:
- class (缺省: "")
- bgColor (缺省: transparent)
- width (缺省: 100%)
用法[编辑]
创建双栏表格的另一种方法:
{{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}}
|
{{Col-begin}} {{Col-4}} Column 1 here {{Col-4}} Column 2 here {{Col-4}} Column 3 here {{Col-4}} Column 4 here {{Col-end}}
|
and so on, up to {{Col-6}}
|
{{Col-begin|class=references-small}} {{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}}
|
另見[编辑]