模板:Center/doc

来自Local Chinese Wikipedia
imported>Kcx362025年12月24日 (三) 11:13的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索

package.lua第80行Lua错误:module 'Module:CGroup/core' not found

页面Module:Message box/mbox.css没有内容。

脚本错误:没有“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>