Template:Infobox Transmog/doc: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 12:
 
===event===
The event the transmog is obtained from. Expects a link to event page.
 
===slot===
The equipment slot the transmog overrides. One of: Hat, Torso, Legs, Gloves, Shoes
 
===description===
The description of the transmog.
 
==Quick copy==
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.",
"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>
2,067

edits