模板:角色:修订间差异
来自坎达尔Wiki
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
第8行: | 第8行: | ||
== 特质 == | == 特质 == | ||
{{{特质| }}} | {{{特质| }}} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"姓名": { | |||
"aliases": [ | |||
"name" | |||
], | |||
"example": "咖麒", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"种族": { | |||
"aliases": [ | |||
"race" | |||
], | |||
"example": "Category:伊尔珐", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"年龄": { | |||
"aliases": [ | |||
"age" | |||
], | |||
"example": "12", | |||
"type": "string" | |||
}, | |||
"出生地": { | |||
"example": "炬镇", | |||
"type": "wiki-page-name" | |||
}, | |||
"类型": {}, | |||
"身份": {}, | |||
"特质": { | |||
"type": "boolean" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |