|
|
| (未显示5个用户的13个中间版本) |
| 第1行: |
第1行: |
| <includeonly>{{信息卡 | | <includeonly> |
| |title = {{#if:{{{标题|}}}|{{{标题}}}|{{BASEPAGENAME}}}} | | {{#cargo_store:_table=User| |
| |image = {{{image|}}} | | |UserName={{{用户名|}}} |
| | |UserGroup={{{用户组|}}} |
| | |UID={{{UID|}}} |
| | |Alias={{{别名|}}} |
| | }}{{信息卡 |
| | |title = {{{用户名|}}} |
| | |image = {{头像|{{{UID|}}}}} |
| |bartext = 基本资料 | | |bartext = 基本资料 |
| |本名|{{{本名|}}} | | |用户名|[https://klpbbs.com/space-uid-{{{UID|}}}.html {{{用户名|}}}] |
| |别号|{{{别号|}}}
| | |别名|{{{别名|}}} |
| |生日|{{{生日|}}} | | |自定义头衔|{{{自定义头衔|}}} |
| |年龄|{{{年龄|}}} | | |曾用名|{{{曾用名|}}} |
| |血型|{{{血型|}}} | | |用户组|{{{用户组|}}} |
| |星座|{{{星座|}}} | | |扩展用户组|{{{扩展用户组|}}} |
| |身高|{{{身高|}}} | | |UID|{{{UID|}}} |
| |体重|{{{体重|}}} | | |出生日期|{{{出生日期|}}} |
| |特点|{{{特点|}}} | | |性别|{{{性别|}}} |
| |自述|{{{自述|}}} | | |国籍|{{{国籍|}}} |
| |出身地区|{{{出身地区|}}} | | |其他|{{{其他|}}} |
| |活动范围|{{{活动范围|}}} | | {{#if:{{{用户组|}}}|[[分类:{{{用户组|}}}]] |
| |所属团体|{{{所属团体|}}}
| | }}}} |
| |个人状态|{{{个人状态|}}}
| | </includeonly> |
| }}</includeonly><noinclude>{{doc}}[[Category:信息模板]]<templatedata> | | <noinclude> |
| {
| | {{#cargo_declare:_table=User |
| "params": {
| | |UserName=String |
| "标题": {
| | |UserGroup=String |
| "label": "标题",
| | |UID=Integer |
| "description": "显示于标题栏的内容。",
| | |Alias=String}} |
| "default": "{{BASEPAGENAME}}",
| | {{doc}}[[Category:普通模板]] |
| "autovalue": "{{BASEPAGENAME}}",
| | </noinclude> |
| "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": "MCBBS Wiki 用户的信息卡",
| |
| "format": "block"
| |
| }
| |
| </templatedata></noinclude>
| |