65,748
editsAd placeholder
Template:Item location table row: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
HiddenDragon (talk | contribs) (Created page with "<includeonly> <tr> <td style="text-align: center; vertical-align: middle;"> {{ItemIcon Internal |{{{icon}}} |50 |{{#replace:{{{rarity}}}|<nowiki> </nowiki>|-}} |true |{{{page}}} |missing=true}}<br> [[{{{page}}} | <span style="color: {{#switch: {{{rarity}}} | common = #FFFFFF | uncommon = #01BD39 | rare = #01BFFF | very rare = #D1017B | legendary = #B7861D | story = #FF5901 }};">{{{name}}}</span> ]] </td> <td> {{#if: {{{passives|}}} | {{#invoke: ParseList | main | {{{pa...") |
HiddenDragon (talk | contribs) mNo edit summary |
||
Line 105: | Line 105: | ||
{ | { | ||
"params": { | "params": { | ||
" | "page": { | ||
"description": " | "description": "Page of the item to link to.", | ||
"required": true, | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "name": { | ||
"description": "Name of the | "description": "Name of the item", | ||
"required": true, | "required": true, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "rarity": { | ||
"description": " | "description": "Rarity of the item", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "common", | ||
"uncommon", | |||
"rare", | |||
"very rare", | |||
"legendary", | |||
"story" | |||
] | ] | ||
}, | }, | ||
" | "icon": { | ||
"description": " | "description": "File name of the icon of this item", | ||
"type": "string" | |||
}, | }, | ||
" | "passives": { | ||
"description": " | "description": "List of passives granted by this item", | ||
"type": "string" | |||
}, | }, | ||
"special": { | |||
"description": " | "description": "Any special features of this item", | ||
"type": "string" | |||
}, | }, | ||
" | "description": { | ||
"description": " | "description": "A description of where to find this item for this location", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "location": { | ||
"description": " | "description": "Name of the location where this item can be found.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "x": { | ||
"description": " | "description": "X-coordinate of this item in the location", | ||
"type": "number" | |||
" | |||
}, | }, | ||
" | "y": { | ||
"description": " | "description": "Y-coordinate of this item in the location", | ||
"type": " | "type": "number" | ||
} | } | ||
}, | }, | ||
"description": "Template to fill the rows of the | "description": "Template to fill the rows of the item location table. It is intended to use inside wikitable with appropriate columns.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"page", | |||
" | "name", | ||
" | "rarity", | ||
" | "icon", | ||
" | "passives", | ||
"special", | |||
"description", | |||
"location", | |||
"x", | |||
"y" | |||
" | |||
" | |||
" | |||
" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |