252
个编辑
(新建模板) 标签:2017版源代码编辑 |
(加入模板数据) 标签:2017版源代码编辑 |
||
第1行: | 第1行: | ||
<includeonly>{{#widget:CrafatarHeadRender|uuid={{{uuid|}}}|scale={{{scale|10}}}|width={{{width|}}}|height={{{height|}}}|alt={{{alt|}}}}}</includeonly> | <includeonly>{{#widget:CrafatarHeadRender|uuid={{{uuid|}}}|scale={{{scale|10}}}|width={{{width|}}}|height={{{height|}}}|alt={{{alt|}}}}}</includeonly> | ||
<noinclude>{{Documentation}}</noinclude> | <noinclude>{{Documentation}}<templatedata> | ||
{ | |||
"params": { | |||
"uuid": { | |||
"description": "该Minecraft Java版玩家档案的UUID", | |||
"example": "86460c2f81c546ecbf64eefb52efdeb7" | |||
}, | |||
"scale": { | |||
"description": "渲染的大小尺寸,有效值在1~10之间", | |||
"example": "10" | |||
}, | |||
"width": { | |||
"description": "图像的宽度(width)属性", | |||
"example": "200px" | |||
}, | |||
"height": { | |||
"description": "图像的高度(height)属性", | |||
"example": "200px" | |||
}, | |||
"alt": { | |||
"description": "图像的替代文本" | |||
} | |||
}, | |||
"description": "用于渲染一个Minecraft Java版国际版正版玩家的皮肤的头颅。" | |||
} | |||
</templatedata></noinclude> |