Editing Template:Infobox Transmog/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 29: | Line 29: | ||
|description = |
|description = |
||
}}</pre> |
}}</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> |
<includeonly>[[Category:Infobox templates]]</includeonly> |