More actions
ArkhamCookie (talk | contribs) invoke cargo |
ArkhamCookie (talk | contribs) add template data |
||
Line 25: | Line 25: | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"description": "Name of the shop", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"description": "Image of the shop", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"section": { | |||
"description": "Section of the shopping district", | |||
"type": "string" | |||
}, | |||
"world_x": { | |||
"description": "X coordinate of shop", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"world_z": { | |||
"description": "Z coordinates of shop", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"owners": { | |||
"description": "Owner(s) of the shop", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"latest_activity": { | |||
"description": "Last time the shop was stocked/checked for stock" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 23:03, 13 October 2024
This is the "Infobox Shop" template. It should be called in the following format:
{{Infobox Shop |name= |image= |section= |world_x= |world_z= |owners= |latest_activity= }}
Edit the page to see the template text. This template defines the table "Shops". This table has not been created yet.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | Name of the shop | String | required |
image | image | Image of the shop | File | suggested |
section | section | Section of the shopping district | String | optional |
world_x | world_x | X coordinate of shop | Number | required |
world_z | world_z | Z coordinates of shop | Number | required |
owners | owners | Owner(s) of the shop | String | required |
latest_activity | latest_activity | Last time the shop was stocked/checked for stock | Unknown | optional |