模板:Center/doc
跳转到导航
跳转到搜索
package.lua第80行Lua错误:module 'Module:CGroup/core' not found package.lua第80行Lua错误:module 'Module:Category handler/data' not found 脚本错误:没有“High-use”这个模块。
模板介绍[编辑]
这是一个简单的让内容居中的模板。
范例[编辑]
| 代码 | {{Center|Hello world!}} |
|---|---|
| 效果 | Hello world!
|
您也可以使用以下代码而无需本模板:
<div class="center">...</div>
<templatedata> { "description": "", "params": { "1": { "description": "想要居中的内容", "type": "string", "required": true }, "style": { "description": "附加的样式", "type": "string", "required": false } } } </templatedata>