M397749490(留言 | 贡献) 小无编辑摘要 |
M397749490(留言 | 贡献) 小无编辑摘要 |
||
第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> |
2023年2月6日 (一) 23:47的版本
模板文档 [ 模板文档页面 ](※提醒:此模板有时隐藏或不可见)
注意:此模板只能在Wiki用户页中使用。
使用方法
除了用户名、UID之外的其他变量都是可选的。
{{用户信息
|用户名 =
|别名 =
|自定义头衔 =
|曾用名 =
|用户组 =
|扩展用户组 =
|UID =
|性别 =
|出生日期 =
|国籍 =
|其他 =
}}
例如:(代码见下)
用户信息 | ||
---|---|---|
基本资料 | ||
用户名 | 苦力怕纸 | |
自定义头衔 | 苦力怕纸 | |
曾用名 | 小蛇菌、苦力怕纸亖 | |
用户组 | 禁止放学 | |
扩展用户组 | Lv.5 金牌会员 | |
UID | 1 | |
出生日期 | 2006 年 4 月 14 日 | |
性别 | 男 | |
国籍 | 中华人民共和国 |
{{用户信息
|用户名 = 苦力怕纸
|自定义头衔 = 苦力怕纸
|曾用名 = 小蛇菌、苦力怕纸亖
|用户组 = 禁止放学
|扩展用户组 = Lv.5 金牌会员
|UID = 1
|性别 = 男
|出生日期 = 2006 年 4 月 14 日
|国籍 = 中华人民共和国
}}
(这如何运作?)