模板:Center
跳至導覽
跳至搜尋
File:Test Template Info-Icon - Version (2).svg 模板文件[檢視] [編輯] [歷史] [清除快取]
| 警告 | 此模板被引用於約40,000個頁面。 為了避免造成大規模的影響,所有對此模板的編輯應先於沙盒、測試樣例或您的沙盒上測試。 測試後無誤的版本可以一次性地加入此模板中,但是修改前請務必於討論頁發起討論。 模板引用數量會自動更新。 |
模板介紹[編輯]
這是一個簡單的讓內容居中的模板。
範例[編輯]
| 代碼 | {{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>