模板:Infobox person:修订间差异
来自Gunm Wiki
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的8个中间版本) | |||
| 第1行: | 第1行: | ||
<noinclude> | <noinclude> | ||
{{#template_params: | {{#template_params:head (label=头像)|nick_name (label=别名)|origin_name (label=原名)|birth (label=出生)|sex (label=性别)|country (label=国籍)|language (label=语言)}} | ||
[[Category:信息框模板]] | |||
</noinclude> | |||
<includeonly> | |||
<templatestyles src="Infobox/styles.css" /> | |||
<div class="infobox-container"> | |||
{| class="infobox-table" | |||
! class="title-row" colspan="2" | {{PAGENAME}} | |||
}} | |||
{{#if:{{{head|}}}|{{!}}- | |||
{{!}} class="image-cell" colspan="2" {{!}} {{{head}}} }} | |||
{{#if:{{{nick_name|}}}|{{!}}- | |||
! class="label-cell" {{!}} 别名 | |||
{{!}} class="value-cell" {{!}} {{{nick_name}}} }} | |||
{{#if:{{{origin_name|}}}|{{!}}- | |||
! class="label-cell" {{!}} 原名 | |||
{{!}} class="value-cell" {{!}} {{{origin_name}}} }} | |||
{{#if:{{{birth|}}}|{{!}}- | |||
! class="label-cell" {{!}} 出生 | |||
{{!}} class="value-cell" {{!}} {{{birth}}} }} | |||
{{#if:{{{sex|}}}|{{!}}- | |||
! class="label-cell" {{!}} 性别 | |||
{{!}} class="value-cell" {{!}} {{{sex}}} }} | |||
{{#if:{{{country|}}}|{{!}}- | |||
! class="label-cell" {{!}} 国籍 | |||
{{#if:{{{ | {{!}} class="value-cell" {{!}} {{{country}}} }} | ||
! | |||
! | |||
}} | |||
{{ | |||
! | |||
! | |||
}} | |||
}} | |||
{{#if:{{{language|}}}|{{!}}- | |||
! class="label-cell" {{!}} 语言 | |||
{{!}} class="value-cell" {{!}} {{{language}}} }} | |||
|} | |} | ||
</div> | |||
[[Category: | [[Category:人物]] | ||
</includeonly> | </includeonly> | ||