模板: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>

参见[编辑]