模板:Col-6/doc
跳至導覽
跳至搜尋
| File:Edit-copy green.svg | 此頁面是Template:Col-6的模板文件。 此頁面可能包含了模板的使用說明、分類和其他內容。 |
使用方式[編輯]
{{col-begin}}
{{col-6}}
項目1
{{col-6}}
項目2
{{col-6}}
項目3
{{col-6}}
項目4
{{col-6}}
項目5
{{col-6}}
項目6
{{col-end}}
範例[編輯]
|
項目1
|
項目2
|
項目3
|
項目4
|
項目5
|
項目6 |
對齊[編輯]
- 水平對齊(預設:向左對齊)
- 垂直對齊(預設:向上對齊)
模板數據[編輯]
<templatedata> {
"description": "建立一個新的欄位,必須與
"params": {
"width": {
"label": "寬度",
"description": "欄位的寬度",
"type": "string",
"default": "16.66%",
"aliases": ["w"],
"required": false
},
"align": {
"label": "對齊",
"description": "水平對齊方式。",
"type": "string",
"default": "left",
"required": false
},
"valign": {
"label": "垂直對齊",
"description": "垂直對齊方式。",
"default": "top",
"type": "string",
"required": false
}
}
}
</templatedata>
參見[編輯]