模板:Col-6/doc

維基百科,自由的百科全書
跳至導覽 跳至搜尋

使用方式[編輯]

{{col-begin}}
{{col-6}}
項目1

{{col-6}}
項目2

{{col-6}}
項目3

{{col-6}}
項目4

{{col-6}}
項目5

{{col-6}}
項目6
{{col-end}}

範例[編輯]

對齊[編輯]

  • 水平對齊(預設:向左對齊)
  • 垂直對齊(預設:向上對齊)

模板數據[編輯]

以下是該模板的模板資料,適用於視覺化編輯器等工具。

Col-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>

參見[編輯]