“模板:Character”的版本间的差异

来自Whiteverse Library
跳到导航跳到搜索
第4行: 第4行:
"params": {
"params": {
"1": {
"1": {
"description": "人物名称"
"description": "人物名称",
"example": "科德",
"required": true
},
},
"2": {
"2": {
"description": "头像",
"description": "头像",
"example": "default.png",
"example": "MISS.png",
"type": "wiki-page-name"
"type": "wiki-page-name",
"default": "Avatar_UNKNOWN.png"
},
},
"3": {
"3": {
"description": "别名"
"description": "别名",
"default": "-"
},
},
"4": {
"4": {
"description": "性别"
"description": "性别",
"type": "content",
"default": "未知"
},
},
"5": {
"5": {
"description": "种族"
"description": "种族",
"required": true
},
},
"6": {
"6": {
"description": "阵营"
"description": "阵营",
"type": "wiki-page-name"
},
},
"7": {
"7": {
"description": "出生日期"
"description": "出生日期",
"type": "content",
"default": "未知"
},
},
"8": {
"8": {
"description": "死亡日期"
"description": "死亡日期",
"type": "content",
"default": "未知"
}
}
},
},
第38行: 第50行:
! colspan = "2"| {{{1}}}
! colspan = "2"| {{{1}}}
|-
|-
| colspan = "2" style="text-align:center;"|[[文件:{{{2|default.png}}}|128x192px|border|]]  
| colspan = "2" style="text-align:center;"|[[文件:{{{2|Avatar_UNKNOWN.png}}}|128x192px|border|]]  
|-
|-
| 别名 || {{{3}}}
| 别名 || {{{3}}}
第46行: 第58行:
| 种族 || [[{{{5}}}]]
| 种族 || [[{{{5}}}]]
|-
|-
| 阵营 || [[{{{6}}}]]
| 阵营 || [[{{{6|无阵营}}}]]
|-
|-
| 出生日期[[编年史|(G.C.)]]|| {{{7}}}
| 出生日期[[编年史|(G.C.)]]|| {{{7}}}

2021年9月1日 (三) 11:50的版本

添加角色数据

模板参数

参数说明类型状态
11

人物名称

例子
科德
未知必填
22

头像

默认值
Avatar_UNKNOWN.png
例子
MISS.png
页面名可选
33

别名

默认值
-
未知可选
44

性别

默认值
未知
内容可选
55

种族

未知必填
66

阵营

页面名可选
77

出生日期

默认值
未知
内容可选
88

死亡日期

默认值
未知
内容可选
{{{1}}}
Avatar UNKNOWN.png
别名 {{{3}}}
性别 {{{4}}}
种族 [[{{{5}}}]]
阵营 无阵营
出生日期(G.C.) {{{7}}}
死亡日期(G.C.) {{{8}}}