模板:居中:修订间差异
来自「荏苒之境」
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
<noinclude>{{模板文档}}</noinclude><includeonly><!-- | <noinclude>{{模板文档}}</noinclude><includeonly><!-- | ||
--><div style="text-align:center">{{{1}}}</div><!-- | --><div style="text-align:center;{{{样式|}}}">{{{1}}}</div><!-- | ||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
第7行: | 第7行: | ||
"1": { | "1": { | ||
"description": "要居中对齐的文段。", | "description": "要居中对齐的文段。", | ||
"type": "content" | "type": "content", | ||
"required": true | |||
}, | |||
"样式": { | |||
"description": "额外的 CSS 样式。", | |||
"type": "line" | |||
} | } | ||
}, | }, |