更多操作
删除的内容 添加的内容
无编辑摘要 |
|||
(未显示同一用户的7个中间版本) | |||
第5行: | 第5行: | ||
| gender = {{{gender|{{{custom_gender|}}}}}} |
| gender = {{{gender|{{{custom_gender|}}}}}} |
||
| picture = {{{picture|}}} |
| picture = {{{picture|}}} |
||
| hair_color = {{{ hair_color | }}} |
|||
| eyes_color = {{{ eyes_color | }}} |
|||
| height = {{{ height | }}} |
|||
| weight = {{{ weight | }}} |
|||
| ethnic = {{{ ethnic | }}} |
|||
| parent_setting = {{{parent_setting|{{FULLPAGENAME}}}}} |
|||
| display_type = {{{display_type|}}} |
| display_type = {{{display_type|}}} |
||
| float = {{{float|}}} |
| float = {{{float|}}} |
||
| content = {{{content|}}} }}</includeonly><noinclude> |
| content = {{{content|}}} }}</includeonly><noinclude> |
||
用于登记角色信息,并且可以自动生成提示框 |
用于登记角色信息,并且可以自动生成提示框 |
||
[[特殊:CargoTables/info_character|查看角色列表]] |
|||
<templatedata> |
<templatedata> |
||
第63行: | 第71行: | ||
"description": "需要展示角色在其他语言中的原名时,可以填写此项", |
"description": "需要展示角色在其他语言中的原名时,可以填写此项", |
||
"type": "unbalanced-wikitext" |
"type": "unbalanced-wikitext" |
||
}, |
|||
"parent_setting": { |
|||
"label": "来源世界观", |
|||
"description": "指定角色所属的世界观页面,默认为当前页面", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"hair_color": { |
|||
"label": "发色", |
|||
"description": "角色的发色,请直接使用颜色名", |
|||
"example": "白" |
|||
}, |
|||
"eyes_color": { |
|||
"label": "瞳色", |
|||
"description": "角色的瞳色,请直接使用颜色名", |
|||
"example": "蓝" |
|||
}, |
|||
"height": { |
|||
"label": "身高", |
|||
"description": "角色的身高,单位:厘米", |
|||
"type": "number" |
|||
}, |
|||
"ethnic": { |
|||
"label": "种族", |
|||
"description": "角色的种族/民族", |
|||
"example": "人类" |
|||
}, |
|||
"weight": { |
|||
"label": "体重", |
|||
"description": "角色的体重,单位:千克", |
|||
"type": "number" |
|||
} |
} |
||
}, |
}, |
||
"description": "将角色信息登记到全局数据表", |
"description": "生成角色信息框/信息段落,并将角色信息登记到全局数据表", |
||
"paramOrder": [ |
"paramOrder": [ |
||
"name", |
"name", |
||
第73行: | 第111行: | ||
"custom_gender", |
"custom_gender", |
||
"picture", |
"picture", |
||
"hair_color", |
|||
"eyes_color", |
|||
"height", |
|||
"weight", |
|||
"ethnic", |
|||
"display_type", |
"display_type", |
||
"float", |
"float", |
||
"content" |
"content", |
||
"parent_setting" |
|||
] |
], |
||
"format": "block" |
|||
} |
} |
||
</templatedata></noinclude> |
</templatedata></noinclude> |
2024年8月20日 (二) 15:27的最新版本
用于登记角色信息,并且可以自动生成提示框
生成角色信息框/信息段落,并将角色信息登记到全局数据表
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
角色中文名 | name | 角色的中文名 | wikitext片段 | 必需 |
角色原名 | original_name | 需要展示角色在其他语言中的原名时,可以填写此项 | wikitext片段 | 可选 |
年龄 | age | 年龄,尽量填写数字 | 单行文本 | 推荐 |
性别 | gender | 如果需要填写其他性别,请使用“自定义性别”
| 单选 | 推荐 |
自定义性别 | custom_gender | 无描述 | 单行文本 | 可选 |
预览图 | picture | 无描述 | 文件 | 可选 |
发色 | hair_color | 角色的发色,请直接使用颜色名
| 未知 | 可选 |
瞳色 | eyes_color | 角色的瞳色,请直接使用颜色名
| 未知 | 可选 |
身高 | height | 角色的身高,单位:厘米 | 数字 | 可选 |
体重 | weight | 角色的体重,单位:千克 | 数字 | 可选 |
种族 | ethnic | 角色的种族/民族
| 未知 | 可选 |
显示样式 | display_type | 无描述
| 单选 | 推荐 |
浮动 | float | 仅PC端生效
| 单选 | 可选 |
角色详情 | content | 填写后将会覆盖自动生成的内容。请使用“参数:内容”格式,如果需要使用已定义的参数,可以使用“自定义参数名 = 上方已定义的参数”。换行需使用<br>
| wikitext片段 | 可选 |
来源世界观 | parent_setting | 指定角色所属的世界观页面,默认为当前页面 | 页面名称 | 可选 |