Template:Infobox item/doc: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) iscomponent3 |
||
| Line 183: | Line 183: | ||
], | ], | ||
"description": "If the item is a component of 2 items." | "description": "If the item is a component of 2 items." | ||
}, | |||
"has_iscomponentof3": { | |||
"type": "boolean", | |||
"default": "false", | |||
"required": true, | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"description": "If the item is a component of 3 items." | |||
}, | }, | ||
"passive1_description": { | "passive1_description": { | ||
| Line 203: | Line 213: | ||
"type": "string", | "type": "string", | ||
"default": "Basic Magazine", | "default": "Basic Magazine", | ||
"description": "Name of the component it builds from." | "description": "Name of the component item it builds from." | ||
}, | }, | ||
"iscomponentof1_name": { | "iscomponentof1_name": { | ||
"type": "string", | "type": "string", | ||
"description": "Name of the | "description": "Name of the item it builds to." | ||
}, | }, | ||
"iscomponentof2_name": { | "iscomponentof2_name": { | ||
"type": "string", | "type": "string", | ||
"description": "Name of the 2nd | "description": "Name of the 2nd item it builds to." | ||
}, | |||
"iscomponentof3_name": { | |||
"type": "string", | |||
"description": "Name of the 3rd item it builds to." | |||
}, | }, | ||
"item_description": { | "item_description": { | ||
| Line 382: | Line 396: | ||
"has_iscomponentof", | "has_iscomponentof", | ||
"has_iscomponentof2", | "has_iscomponentof2", | ||
"has_iscomponentof3", | |||
"component1_name", | "component1_name", | ||
"item_description", | "item_description", | ||
| Line 422: | Line 437: | ||
"iscomponentof1_name", | "iscomponentof1_name", | ||
"iscomponentof2_name", | "iscomponentof2_name", | ||
"iscomponentof3_name", | |||
"sound1", | "sound1", | ||
"sound2", | "sound2", | ||