No edit summary |
(remove newlines and explanatory text) |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#subobject: | ||
{{#subobject: | |||
|Vending Machine/Location = {{NAMESPACE}}:{{{location}}} | |Vending Machine/Location = {{NAMESPACE}}:{{{location}}} | ||
|Vending Machine/Location Alias = {{#if:{{{location_alias|}}}|{{{location_alias}}}|{{{location}}}}} | |Vending Machine/Location Alias = {{#if:{{{location_alias|}}}|{{{location_alias}}}|{{{location}}}}} | ||
Line 12: | Line 11: | ||
|Vending Machine/Is secret = {{{is_secret|false}}} | |Vending Machine/Is secret = {{{is_secret|false}}} | ||
|Has image path = {{#if: {{{image|}}}|{{filepath:{{{image}}}}}}} | |Has image path = {{#if: {{{image|}}}|{{filepath:{{{image}}}}}}} | ||
}} | }}</includeonly><noinclude> | ||
</includeonly> | |||
<noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 23:19, 2 September 2024
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 |