No edit summary |
(generate table row) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>|- | ||
{{#subobject: | |[[File:{{{image}}}]] | ||
|class="center-text"|[[{{NAMESPACE}}:{{{location}}}|{{{location_alias|{{{location}}}}}}]] | |||
|{{{comment|}}}{{#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 6: | Line 8: | ||
|Vending Machine/Event ID = {{{event_id|EV}}}|+sep=, | |Vending Machine/Event ID = {{{event_id|EV}}}|+sep=, | ||
|Vending Machine/Image = [[File:{{{image}}}]] | |Vending Machine/Image = [[File:{{{image}}}]] | ||
|Vending Machine/Comment = {{{comment | |Vending Machine/Comment = {{{comment}}} | ||
|Vending Machine/Is implemented = {{{is_implemented|true}}} | |Vending Machine/Is implemented = {{{is_implemented|true}}} | ||
|Vending Machine/Is accessible = {{{is_accessible|true}}} | |Vending Machine/Is accessible = {{{is_accessible|true}}} | ||
|Vending Machine/Is unique = {{{is_unique|false}}} | |Vending Machine/Is unique = {{{is_unique|false}}} | ||
|Vending Machine/Is secret = {{{is_secret|false}}} | |||
|Has image path = {{#if: {{{image|}}}|{{filepath:{{{image}}}}}}} | |Has image path = {{#if: {{{image|}}}|{{filepath:{{{image}}}}}}} | ||
}} | }} | ||
</includeonly> | </includeonly><noinclude><!-- There's an intentional newline at the end --> | ||
<noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 13:01, 11 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 |