跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
最近更改
随机页面
MediaWiki帮助
槌基百科
搜索
搜索
外观
登录
请求账号
个人工具
登录
请求账号
我的博客
查看“︁模板:CharacterBox”︁的源代码
模板
讨论
简体中文
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
特殊页面
页面信息
外观
移至侧栏
隐藏
←
模板:CharacterBox
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
Superadmin
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
<noinclude> 人物信息框模板。在角色词条页面顶部使用。 <templatedata> { "description": "角色/人物信息卡片", "params": { "name": { "label": "名称", "description": "角色名称,留空则自动使用页面标题", "type": "string", "suggested": true }, "image": { "label": "图片", "description": "图片文件名,例如:唐浩.jpg", "type": "wiki-file-name", "suggested": true }, "aliases": { "label": "别称", "description": "其他名字或绰号", "type": "string" }, "location": { "label": "所处地", "description": "角色所在的地点或区域", "type": "string", "suggested": true }, "faction": { "label": "所属势力", "description": "门派、家族或阵营", "type": "string", "suggested": true }, "identity": { "label": "身份", "description": "职务、称号或身份", "type": "string", "suggested": true }, "position": { "label": "职位", "description": "具体职位或官职", "type": "string" }, "age": { "label": "年龄", "description": "角色年龄", "type": "string" }, "race": { "label": "种族", "description": "人族、妖族、异火等", "type": "string", "suggested": true }, "cultivation": { "label": "修为", "description": "修炼境界,例如:金丹期、元婴期", "type": "string" }, "aptitude": { "label": "资质", "description": "灵根资质", "type": "string" }, "skills": { "label": "技能", "description": "主要技能、神通或法宝", "type": "string" } }, "paramOrder": ["name","image","aliases","location","faction","identity","position","age","race","cultivation","aptitude","skills"] } </templatedata> </noinclude><includeonly>{| class="infobox biography vcard" |+ | '''{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}''' {{#if:{{{image|}}}| |- ! colspan="2" style="text-align:center;" | [[File:{{{image}}}|200px|alt={{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}]]}} {{#if:{{{aliases|}}}| |- ! 别称 | {{{aliases|}}}}} {{#if:{{{location|}}}| |- ! 所处地 | {{{location|}}}}} {{#if:{{{faction|}}}| |- ! 所属势力 | {{{faction|}}}}} {{#if:{{{identity|}}}| |- ! 身份 | {{{identity|}}}}} {{#if:{{{position|}}}| |- ! 职位 | {{{position|}}}}} {{#if:{{{age|}}}| |- ! 年龄 | {{{age|}}}}} {{#if:{{{race|}}}| |- ! 种族 | {{{race|}}}}} {{#if:{{{cultivation|}}}| |- ! 修为 | {{{cultivation|}}}}} {{#if:{{{aptitude|}}}| |- ! 资质 | {{{aptitude|}}}}} {{#if:{{{skills|}}}| |- ! 技能 | {{{skills|}}}}} |}</includeonly>
返回
模板:CharacterBox
。