模板:Col-6
跳转到导航
跳转到搜索
File:Test Template Info-Icon - Version (2).svg 模板文档[查看] [编辑] [历史] [清除缓存]
使用方式[编辑]
{{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>