Template:Center/doc

维基百科,自由的百科全书

这是Template:Center/doc当前版本,由imported>Kcx36编辑于2025年12月24日 (三) 11:13。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
跳转到导航 跳转到搜索

模板介紹[编辑]

这是一个简单的让内容居中的模板。

範例[编辑]

代码 {{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>