Template:Infobox item/doc: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) has component2 |
Gammaton32 (talk | contribs) updated parameter requirements |
||
| Line 137: | Line 137: | ||
"item_name": { | "item_name": { | ||
"description": "Item name in english, used to autofill table", | "description": "Item name in english, used to autofill table", | ||
" | "required": true, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 147: | Line 147: | ||
"type": "boolean", | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"suggested": true, | |||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
| Line 157: | Line 157: | ||
"type": "boolean", | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"suggested": true, | |||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
| Line 167: | Line 167: | ||
"type": "boolean", | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
| Line 177: | Line 176: | ||
"type": "boolean", | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
| Line 187: | Line 185: | ||
"type": "boolean", | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
| Line 207: | Line 204: | ||
"false" | "false" | ||
], | ], | ||
"description": "If the item has a component." | "description": "If the item has a component." | ||
}, | }, | ||
"component1_name": { | "component1_name": { | ||
| Line 222: | Line 218: | ||
"false" | "false" | ||
], | ], | ||
"description": "If the item has two components (Two items it can build from, not a build tree)" | "description": "If the item has two components (Two items it can build from, not a build tree)" | ||
}, | }, | ||
"component2_name": { | "component2_name": { | ||
| Line 244: | Line 239: | ||
"item_description": { | "item_description": { | ||
"type": "string", | "type": "string", | ||
"suggested": true, | |||
"description": "Item description." | "description": "Item description." | ||
}, | }, | ||
| Line 259: | Line 255: | ||
}, | }, | ||
"passive1_chargeup": { | "passive1_chargeup": { | ||
"type": "number" | "type": "number", | ||
"description": "If the passive has a charge-up stat." | |||
}, | }, | ||
"active1_stat1": { | "active1_stat1": { | ||
| Line 344: | Line 341: | ||
"type": "boolean", | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
Revision as of 22:11, 23 May 2025
Usage
This template creates an infobox for items. It automatically categorizes the pages it is transcluded onto in Category:Items.
Examples
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| item_name | item_name | Item name in english, used to autofill table | String | required |
| item_name_loc | item_name_loc | Localized item name | String | optional |
| item_icon | item_icon | Custom file. | File | optional |
| item_type | item_type | Item type.
| String | optional |
| item_tier | item_tier | Item tier.
| Number | optional |
| souls | souls | Souls cost.
| Number | optional |
| has_passive1 | has_passive1 | If the item has a passive section.
| Boolean | suggested |
| has_passive2 | has_passive2 | If the item has a second passive section.
| Boolean | optional |
| has_active1 | has_active1 | If the item has an active section.
| Boolean | suggested |
| has_components | has_components | If the item has a component.
| Boolean | optional |
| has_components2 | has_components2 | If the item has two components (Two items it can build from, not a build tree)
| Boolean | optional |
| has_iscomponentof | has_iscomponentof | If the item is a component of X.
| Boolean | optional |
| has_iscomponentof2 | has_iscomponentof2 | If the item is a component of 2 items.
| Boolean | optional |
| has_iscomponentof3 | has_iscomponentof3 | If the item is a component of 3 items.
| Boolean | optional |
| component1_name | component1_name | Name of the component item it builds from.
| String | optional |
| component2_name | component2_name | Name of the other component item it builds from.
| String | optional |
| item_description | item_description | Item description. | String | suggested |
| item_stat1 | item_stat1 | no description | String | optional |
| item_stat2 | item_stat2 | no description | String | optional |
| item_stat3 | item_stat3 | no description | String | optional |
| item_stat4 | item_stat4 | no description | String | optional |
| item_stat5 | item_stat5 | no description | String | optional |
| item_stat6 | item_stat6 | no description | String | optional |
| item_stat7 | item_stat7 | no description | String | optional |
| passive1_cooldown | passive1_cooldown | no description | Number | optional |
| passive1_chargeup | passive1_chargeup | If the passive has a charge-up stat. | Number | optional |
| passive1_description | passive1_description | no description | String | optional |
| passive1_stat1 | passive1_stat1 | no description | String | optional |
| passive1_stat2 | passive1_stat2 | no description | String | optional |
| passive1_stat3 | passive1_stat3 | no description | String | optional |
| passive1_stat4 | passive1_stat4 | no description | String | optional |
| passive1_stat5 | passive1_stat5 | no description | String | optional |
| passive1_stat6 | passive1_stat6 | no description | String | optional |
| passive2_cooldown | passive2_cooldown | no description | Number | optional |
| passive2_description | passive2_description | no description | String | optional |
| passive2_stat1 | passive2_stat1 | no description | String | optional |
| passive2_stat2 | passive2_stat2 | no description | String | optional |
| passive2_stat3 | passive2_stat3 | no description | String | optional |
| passive2_stat4 | passive2_stat4 | no description | String | optional |
| passive2_stat5 | passive2_stat5 | no description | String | optional |
| active1_cooldown | active1_cooldown | no description | Number | optional |
| active1_description | active1_description | no description | String | optional |
| active1_stat1 | active1_stat1 | no description | String | optional |
| active1_stat2 | active1_stat2 | no description | String | optional |
| active1_stat3 | active1_stat3 | no description | String | optional |
| active1_stat4 | active1_stat4 | no description | String | optional |
| active1_stat5 | active1_stat5 | no description | String | optional |
| active1_stat6 | active1_stat6 | no description | String | optional |
| active2_description | active2_description | no description | String | optional |
| active2_stat1 | active2_stat1 | no description | String | optional |
| active2_stat2 | active2_stat2 | no description | String | optional |
| active2_stat3 | active2_stat3 | no description | String | optional |
| active2_stat4 | active2_stat4 | no description | String | optional |
| active2_stat5 | active2_stat5 | no description | String | optional |
| iscomponentof1_name | iscomponentof1_name | Name of the item it builds to. | String | optional |
| iscomponentof2_name | iscomponentof2_name | Name of the 2nd item it builds to. | String | optional |
| iscomponentof3_name | iscomponentof3_name | Name of the 3rd item it builds to. | String | optional |
| sound1 | sound1 | Sound file name. | File | optional |
| sound2 | sound2 | Sound file name. | File | optional |
| no_category | no_category | Sets whether this should categorize [[:Category:Items]] onto the transcluded page.
| Boolean | optional |