模板:MCSkinHeadRender:修订间差异

删除744字节 、​ 2022年4月7日 (星期四)
移动TemplateData
无编辑摘要
标签2017年版源代码编辑
(移动TemplateData)
标签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}}<templatedata>
<noinclude>{{Documentation}}</noinclude>
{
"params": {
"uuid": {
"description": "该Minecraft Java版玩家档案的UUID",
"example": "86460c2f81c546ecbf64eefb52efdeb7",
"type": "string",
"required": true
},
"scale": {
"description": "渲染的大小尺寸,有效值在1~10之间",
"example": "10",
"type": "number"
},
"width": {
"description": "图像的宽度(width)属性",
"example": "200px",
"type": "string"
},
"height": {
"description": "图像的高度(height)属性",
"example": "200px",
"type": "string"
},
"alt": {
"description": "图像的替代文本",
"type": "string"
}
},
"description": "用于渲染一个Minecraft Java版国际版正版玩家的皮肤的头颅。"
}
</templatedata></noinclude>