模板:Infobox:修订间差异
外观
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
| 第1行: | 第1行: | ||
{| class="infobox" style="border:1px solid #ccc; background:#f8f9fa; width:24em; float:right; margin:0 0 1em 1em; border-spacing:5px;" | {| class="infobox" style="border:1px solid #ccc; background:#f8f9fa; width:24em; float:right; margin:0 0 1em 1em; border-spacing:5px;" | ||
|- | |- | ||
! colspan="2" style="text-align:center;" | ''' | ! colspan="2" style="text-align:center;" | '''{{{中文名|}}}''' | ||
|- | |- | ||
| 中文名 || '''中文名''' | | 中文名 || '''{{{中文名|}}}''' | ||
|- | |- | ||
| 英文名 || '''英文名''' | | 英文名 || '''{{{英文名|}}}''' | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"中文名": { | |||
"label": "中文名", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"英文名": { | |||
"label": "英文名", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
2026年4月27日 (一) 18:20的版本
| ' | |
|---|---|
| 中文名 | ' |
| 英文名 | ' |
<templatedata>
{
"params": {
"中文名": {
"label": "中文名",
"type": "string",
"required": true
},
"英文名": {
"label": "英文名",
"type": "string",
"required": false
}
}
}
</templatedata>