Template:Infobox item/doc: Difference between revisionsGive feedback
Creating doc subpage. Copied over template data from main. |
Stuff for new param item_tier |
||
| Line 5: | Line 5: | ||
|item_name=Heroic Aura | |item_name=Heroic Aura | ||
|item_type=Weapon | |item_type=Weapon | ||
|item_tier=3 | |||
|has_components=true | |has_components=true | ||
|component1_name=Basic Magazine | |component1_name=Basic Magazine | ||
| Line 93: | Line 94: | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
"item_description": { | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 177: | Line 178: | ||
], | ], | ||
"required": true | "required": true | ||
}, | |||
"item_tier": { | |||
"type": "number", | |||
"default": "1", | |||
"autovalue": "1", | |||
"suggested": true, | |||
"suggestedvalues": [ | |||
"1", "2", "3", "4" | |||
] | |||
}, | }, | ||
"item_imagefilepath": { | "item_imagefilepath": { | ||
| Line 197: | Line 207: | ||
"item_name", | "item_name", | ||
"item_type", | "item_type", | ||
"item_tier", | |||
"has_components", | "has_components", | ||
"has_passive1", | "has_passive1", | ||
| Line 202: | Line 213: | ||
"has_active1", | "has_active1", | ||
"has_iscomponentof", | "has_iscomponentof", | ||
"item_description", | |||
"item_stat1", | "item_stat1", | ||
"item_stat2", | "item_stat2", | ||