模板:Center/doc
跳转到导航
跳转到搜索
package.lua第80行Lua错误:module 'Module:CGroup/core' not found
页面Module:Message box/mbox.css没有内容。
| File:Edit-copy green.svg | 此页面是Template:Center的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
脚本错误:没有“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>