“模板:Character”的版本间的差异
来自Whiteverse Library
跳到导航跳到搜索(未显示同一档案员的9个中间版本) | |||
第1行: | 第1行: | ||
{| class="wikitable" style="text-align:center; "|右 | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"description": "人物名称", | |||
"example": "科德", | |||
"required": true | |||
}, | |||
"3": { | |||
"description": "别名", | |||
"default": "-" | |||
}, | |||
"4": { | |||
"description": "性别", | |||
"type": "content", | |||
"default": "未知" | |||
}, | |||
"5": { | |||
"description": "种族", | |||
"required": true | |||
}, | |||
"6": { | |||
"description": "阵营", | |||
"type": "wiki-page-name" | |||
}, | |||
"7": { | |||
"description": "出生日期", | |||
"type": "content", | |||
"default": "未知" | |||
}, | |||
"8": { | |||
"description": "死亡日期", | |||
"type": "content", | |||
"default": "未知" | |||
} | |||
}, | |||
"description": "添加角色数据" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
{| class="wikitable" style="text-align:center; float:right"|右 | |||
|- | |- | ||
! colspan = "2"| {{{1}}} | ! colspan = "2"| {{{1}}} | ||
|- | |- | ||
| 别名 || {{{3}}} | | 别名 || {{{3}}} | ||
第11行: | 第50行: | ||
| 种族 || [[{{{5}}}]] | | 种族 || [[{{{5}}}]] | ||
|- | |- | ||
| 阵营 || [[{{{6}}}]] | | 阵营 || [[{{{6|无阵营}}}]] | ||
|- | |- | ||
| 出生日期 || {{{7}}} | | 出生日期[[编年史|(G.C.)]]|| {{{7}}} | ||
|- | |- | ||
| 死亡日期 || {{{8}}} | | 死亡日期[[编年史|(G.C.)]]|| {{{8}}} | ||
|} | |} |