Template:Infobox item/doc: Difference between revisions
m update examples |
m update templatedata |
||
Line 150: | Line 150: | ||
"type": "number", | "type": "number", | ||
"required": true, | "required": true, | ||
"default": "3,000" | "default": "3,000", | ||
"description": "Souls cost." | |||
}, | }, | ||
"item_name": { | "item_name": { | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true | "required": true, | ||
"description": "Item name." | |||
}, | }, | ||
"has_passive1": { | "has_passive1": { | ||
"type": " | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"required": true, | "required": true, | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
"false" | "false" | ||
] | ], | ||
"description": "If the item has a passive section." | |||
}, | }, | ||
"has_active1": { | "has_active1": { | ||
"type": " | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"required": true, | "required": true, | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
"false" | "false" | ||
] | ], | ||
"description": "If the item has an active section." | |||
}, | }, | ||
"has_iscomponentof": { | "has_iscomponentof": { | ||
"type": " | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"required": true, | "required": true, | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
"false" | "false" | ||
] | ], | ||
"description": "If the item is a component of X." | |||
}, | }, | ||
"passive1_description": { | "passive1_description": { | ||
Line 195: | Line 197: | ||
"type": "boolean", | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
"false" | "false" | ||
] | ], | ||
"description": "If the item has a component.", | |||
"required": true | |||
}, | }, | ||
"component1_name": { | "component1_name": { | ||
"type": "string", | "type": "string", | ||
"default": "Basic Magazine" | "default": "Basic Magazine", | ||
"description": "Name of the component." | |||
}, | }, | ||
"iscomponentof1_name": { | "iscomponentof1_name": { | ||
"type": " | "type": "string", | ||
"description": "Name of the component." | |||
}, | }, | ||
"item_description": { | "item_description": { | ||
"type": "string" | "type": "string", | ||
"description": "Item description." | |||
}, | }, | ||
"item_stat3": { | "item_stat3": { | ||
Line 272: | Line 278: | ||
}, | }, | ||
"item_stat1": { | "item_stat1": { | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"item_stat2": { | "item_stat2": { | ||
Line 291: | Line 296: | ||
"Spirit" | "Spirit" | ||
], | ], | ||
"required": true | "required": true, | ||
"description": "Item type." | |||
}, | }, | ||
"item_tier": { | "item_tier": { | ||
"type": "number", | "type": "number", | ||
"default": "1", | "default": "1", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"1", | "1", | ||
Line 303: | Line 307: | ||
"3", | "3", | ||
"4" | "4" | ||
] | ], | ||
"description": "Item tier.", | |||
"required": true | |||
}, | }, | ||
"has_passive2": { | "has_passive2": { | ||
"type": " | "type": "boolean", | ||
"default": "false", | "default": "false", | ||
"required": true, | "required": true, | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true", | "true", | ||
"false" | "false" | ||
] | ], | ||
"description": "If the item has a second passive section." | |||
}, | |||
"item_icon": { | |||
"description": "Custom file.", | |||
"type": "wiki-file-name" | |||
}, | }, | ||
"no_category": { | "no_category": { | ||
"description": "Sets whether this should categorize [[:Category:Items]] onto the transcluded page.", | "description": "Sets whether this should categorize [[:Category:Items]] onto the transcluded page.", | ||
"type": "boolean" | "type": "boolean", | ||
"suggestedvalues": [ | |||
"true" | |||
] | |||
}, | |||
"passive1_stat6": { | |||
"type": "string" | |||
}, | |||
"sound1": { | |||
"type": "wiki-file-name", | |||
"description": "Sound file name." | |||
}, | |||
"sound2": { | |||
"type": "wiki-file-name", | |||
"description": "Sound file name." | |||
}, | |||
"item_stat6": { | |||
"type": "string" | |||
}, | |||
"item_stat7": { | |||
"type": "string" | |||
}, | |||
"active1_stat6": { | |||
"type": "string" | |||
}, | |||
"active2_description": { | |||
"type": "string" | |||
}, | |||
"active2_stat1": { | |||
"type": "string" | |||
}, | |||
"active2_stat2": { | |||
"type": "string" | |||
}, | |||
"active2_stat3": { | |||
"type": "string" | |||
}, | }, | ||
" | "active2_stat4": { | ||
"type": "string" | |||
}, | |||
"active2_stat5": { | |||
"type": "string" | |||
} | |||
" | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ |
Latest revision as of 21:43, 8 December 2024
Usage[edit source]
This template creates an infobox for items. It automatically categorizes the pages it is transcluded onto in Category:Items.
Examples[edit source]
Parameter | Description | Type | Status | |
---|---|---|---|---|
item_icon | item_icon | Custom file. | File | optional |
item_name | item_name | Item name. | Page name | required |
item_type | item_type | Item type.
| String | required |
item_tier | item_tier | Item tier.
| Number | required |
souls | souls | Souls cost.
| Number | required |
has_passive1 | has_passive1 | If the item has a passive section.
| Boolean | required |
has_passive2 | has_passive2 | If the item has a second passive section.
| Boolean | required |
has_active1 | has_active1 | If the item has an active section.
| Boolean | required |
has_components | has_components | If the item has a component.
| Boolean | required |
has_iscomponentof | has_iscomponentof | If the item is a component of X.
| Boolean | required |
component1_name | component1_name | Name of the component.
| String | optional |
item_description | item_description | Item description. | String | optional |
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_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 component. | 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 |