|
|
| 第16行: |
第16行: |
| </includeonly> | | </includeonly> |
| <noinclude> | | <noinclude> |
| {{doc}}[[Category:信息模板]] | | {{doc}}[[Category:普通模板]] |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "标题": {
| |
| "label": "标题",
| |
| "description": "显示于标题栏的内容。",
| |
| "default": "{{BASEPAGENAME}}",
| |
| "autovalue": "{{BASEPAGENAME}}",
| |
| "required": true
| |
| },
| |
| "image": {
| |
| "label": "头像",
| |
| "description": "在这里插入图片。",
| |
| "type": "content",
| |
| "autovalue": "[[File:]]"
| |
| },
| |
| "本名": {
| |
| "label": "本名",
| |
| "description": "真实姓名,或者是原本的名字。",
| |
| "type": "content"
| |
| },
| |
| "别号": {
| |
| "label": "别号",
| |
| "description": "被别人称呼的外号或简称。",
| |
| "type": "content"
| |
| },
| |
| "生日": {
| |
| "label": "生日",
| |
| "description": "可以是某个具体的日期,也可以是某个不存在的日期。",
| |
| "type": "content"
| |
| },
| |
| "年龄": {
| |
| "label": "年龄",
| |
| "description": "可以是永远的17岁,也可以是1000岁。",
| |
| "type": "content"
| |
| },
| |
| "血型": {
| |
| "label": "血型",
| |
| "description": "可以是O型血,也可以是某个不存在的血型。",
| |
| "type": "content"
| |
| },
| |
| "星座": {
| |
| "label": "星座",
| |
| "description": "十二个星座随便挑,但最好和生日保持一致。",
| |
| "type": "content"
| |
| },
| |
| "身高": {
| |
| "label": "身高",
| |
| "description": "可以是150cm,也可以是1500cm。",
| |
| "type": "content"
| |
| },
| |
| "体重": {
| |
| "label": "体重",
| |
| "description": "可以是50kg,也可以是2个铃煲,甚至是10个埃菲尔铁塔。",
| |
| "type": "content"
| |
| },
| |
| "特点": {
| |
| "label": "特点",
| |
| "description": "描述一下突出的特点。",
| |
| "type": "content"
| |
| },
| |
| "自述": {
| |
| "label": "自述",
| |
| "description": "进行自我描述。",
| |
| "type": "content"
| |
| },
| |
| "出身地区": {
| |
| "label": "出身地区",
| |
| "description": "埼玉县,学园都市,还是洛圣都?",
| |
| "type": "content"
| |
| },
| |
| "活动范围": {
| |
| "label": "活动范围",
| |
| "description": "幻想乡,唐辛子星,还是格里达尼亚?",
| |
| "type": "content"
| |
| },
| |
| "所属团体": {
| |
| "label": "所属团体",
| |
| "description": "统括理事会,东京武侦高校,还是SOS团?",
| |
| "type": "content"
| |
| },
| |
| "个人状态": {
| |
| "label": "个人状态",
| |
| "description": "描述一下目前的状态。",
| |
| "type": "content"
| |
| }
| |
| },
| |
| "description": "KLPWIKI 用户的信息卡",
| |
| "format": "block"
| |
| }
| |
| </templatedata>
| |
| </noinclude> | | </noinclude> |