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 12: | Line 12: | ||
===event=== |
===event=== |
||
The event the transmog is obtained from |
The event the transmog is obtained from. |
||
===slot=== |
===slot=== |
||
The equipment slot the transmog overrides. |
The equipment slot the transmog overrides. |
||
===description=== |
|||
The description of the transmog. |
|||
==Quick copy== |
==Quick copy== |
||
<pre>{{Infobox |
<pre>{{Infobox Emote |
||
|name = |
|name = |
||
|image = |
|image = |
||
Line 27: | Line 24: | ||
|event = |
|event = |
||
|slot = |
|slot = |
||
|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> |