模板:Center/doc

維基百科,自由的百科全書
(差異) ←上一修訂 | 最新修訂 (差異) | 下一修訂→ (差異)
跳至導覽 跳至搜尋

模板介紹[編輯]

這是一個簡單的讓內容居中的模板。

範例[編輯]

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