模板:Center/doc

出自Local Chinese Wikipedia
imported>Kcx362025年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>