模板:Col-begin/doc
外觀
| 這是 {{Col-begin}} 模板的說明文件頁面。 本文件並不是為直接瀏覽而撰寫。若是其中使用了跨維基計劃連結,某些連結可能會顯示損毀。請勿將這些連結替換為w:硬編碼的頁面名稱或網址。 |
本系列模板用於分欄顯示內容。{{Col-begin}}與{{Col-end}}通常配合使用。
細節
[編輯]本模板包含了以下代碼:
{| class="{{{class|}}}" style="background-color: {{{bgColor|transparent}}}; width: {{{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}}
Template:Col-begin Template:Col-break
{{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}}
另見
[編輯]- {{Col-begin}} ({{Col-start}})Template:Lts/
- {{Col-end}} ({{End}})
- {{Div col}},{{Div col end}} Template:Lts/