No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
<noinclude> | <noinclude> | ||
This template contains a subobject representing a Vending Machine, and is primarily used in the [[Yume 2kki:Vending Machine|Vending Machine]] page of the Yume 2kki wiki. | This template contains a subobject representing a Vending Machine, and is primarily used in the [[Yume 2kki:Vending Machine|Vending Machine]] page of the Yume 2kki wiki. | ||
{{Documentation}} | |||
</noinclude> | </noinclude> |
Revision as of 13:06, 28 November 2022
This template contains a subobject representing a Vending Machine, and is primarily used in the Vending Machine page of the Yume 2kki wiki.
Represents data for a vending machine in-game.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Location | location | The vending machine's location.
| String | required |
Location Alias | location_alias | Descriptive text substituting the location's name. This is intended to precedence over the location's page name when displayed.
| String | optional |
Map ID | map_id | The map ID where the vending machine is situated in. Zero-padded
| String | optional |
Event ID | event_id | The event ID(s) containing logic governing a vending machine. Zero-padded, can take on multiple values, separated by a comma.
| String | optional |
Image | image | A wiki link pointing to the vending machine's image.
| Page name | required |
Comments | comment | Remarks about a the vending machine; these could be related to its appearance or distinctive features.
| String | optional |
Is Implemented | is_implemented | Boolean flag denoting whether a vending machine has been officially implemented for use in-game. Defaults to true.
| Boolean | optional |
Is Accessible | is_accessible | Boolean flag denoting whether a vending machine can be accessed through normal means. Defaults to true.
| Boolean | optional |
Is Unique | is_unique | Boolean flag that denotes whether a vending machine is unique or otherwise. Defaults to false.
| Boolean | optional |
Is Secret | is_secret | Boolean flag that denotes whether a vending machine is secret or otherwise. Defaults to false.
| Boolean | optional |