Template:Infobox:修订间差异
标签:撤销 |
小 (已保护“Template:Infobox”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期))) |
||
(未显示同一用户的12个中间版本) | |||
第1行: | 第1行: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width:22em; font-size:90%; border:1px solid #aaa; background:#f9f9f9; float:right; clear:right; margin:0 0 1em 1em;" | {| class="wikitable infobox" style="width:22em; font-size:90%; border:1px solid #aaa; background:#f9f9f9; float:right; clear:right; margin:0 0 1em 1em;" | ||
! colspan="2" style="background:#ccc; text-align:center; font-size:110%;" | {{{name|Infobox 标题}}} | ! colspan="2" style="background:#ccc; text-align:center; font-size:110%;" | {{{name|Infobox 标题}}} | ||
|- | |- | ||
{{#if:{{{image|}}}| | {{#if: {{{image|}}} | | ||
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image}}}|250px]] | |||
|- | {{!}}- | ||
}} | |||
{{#if: {{{type|}}} | | |||
! style="min-width:80px;" {{!}} 类型 | |||
{{!}} {{{type}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{description|}}} | | |||
! style="min-width:80px;" {{!}} 简介 | |||
{{!}} {{{description}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{other|}}} | | |||
! style="min-width:80px;" {{!}} 补充 | |||
{{!}} {{{other}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{label1|}}} | | |||
! style="min-width:80px;" {{!}} {{{label1}}} | |||
{{!}} {{{data1|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{label2|}}} | | |||
! style="min-width:80px;" {{!}} {{{label2}}} | |||
{{!}} {{{data2|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{label3|}}} | | |||
! style="min-width:80px;" {{!}} {{{label3}}} | |||
{{!}} {{{data3|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{label4|}}} | | |||
! style="min-width:80px;" {{!}} {{{label4}}} | |||
{{!}} {{{data4|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{label5|}}} | | |||
! style="min-width:80px;" {{!}} {{{label5}}} | |||
{{!}} {{{data5|}}} | |||
}} | }} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
第23行: | 第54行: | ||
| name = 示例条目 | | name = 示例条目 | ||
| image = Example.jpg | | image = Example.jpg | ||
| type = | | type = 类型 | ||
| description = 这是一个简单的 infobox 示例 | | description = 这是一个简单的 infobox 示例 | ||
| other = 其他 | | other = 其他 补充 | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
2025年8月31日 (日) 22:45的最新版本
使用方法:
{{Infobox | name = 示例条目 | image = Example.jpg | type = 类型 | description = 这是一个简单的 infobox 示例 | other = 其他补充 }}