Template:Infobox Transmog/doc: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 29:
|description =
}}</pre>
==Parameters==
<templatedata>
{
"description": "Creates an infobox for transmog items",
"params": {
"name": {
"label": "Name",
"description": "The name of the transmog.",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "The image of the transmog.",
"example": "50",
"type": "wiki-file-name"
},
"release": {
"label": "Release Date",
"description": "The release date of the transmog.",
"type": "string"
},
"event": {
"label": "Event",
"description": "The event the transmog is obtained from. Expects a link to event page.",
"type": "wiki-page-name"
},
"slot": {
"label": "Slot",
"description": "The equipment slot the transmog overrides.",
"type": "string",
"suggestedvalues": ["Hat", "Torso", "Legs", "Gloves", "Shoes"]
},
"description": {
"label": "Description",
"description": "The description of the transmog.",
"type": "string"
}
}
}
</templatedata>
<includeonly>[[Category:Infobox templates]]</includeonly>
|