More actions
GamingTwist (talk | contribs) No edit summary Tag: Reverted |
GamingTwist (talk | contribs) m Reverted edits by 254407348855111680@discord.com (talk) to last revision by ArkhamCookie Tag: Rollback |
||
Line 6: | Line 6: | ||
|name= | |name= | ||
|image= | |image= | ||
|section= | |section= | ||
|world_x= | |world_x= | ||
Line 50: | Line 48: | ||
"description": "Last time the shop was stocked/checked for stock", | "description": "Last time the shop was stocked/checked for stock", | ||
"type": "date" | "type": "date" | ||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
{{#cargo_declare:_table=Shops | {{#cargo_declare:_table=Shops|name=String|image=File|section=String|world_x=Integer|world_z=Integer|owners=List (,) of String|latest_activity=Date}} | ||
| name | </noinclude> | ||
| image | |||
| section | |||
| world_x | |||
| world_z | |||
| owners | |||
| latest_activity = Date | |||
}}</noinclude> | |||
<includeonly>{{#cargo_store:_table=Shops | <includeonly>{{#cargo_store:_table=Shops | ||
| name | |name={{{name|}}} | ||
| image | |image={{#if:{{{image|}}}|[[6:{{{image|}}}]]}} | ||
|section={{{section|}}} | |||
|world_x={{{world_x|}}} | |||
| section | |world_z={{{world_z|}}} | ||
| world_x | |owners={{{owners|}}} | ||
| world_z | latest_activity={{{latest_activity|}}} | ||
| owners | }} | ||
}} | |||
| | {{Infobox | ||
| | | name = {{{name|}}} | ||
| image = {{#if: {{{image|}}}|[[File:{{{image|}}}|250px|alt=Alt text|Caption]]}} | |||
| caption = | |||
| header1 = Shop Details | |||
| | | label1 = Name | ||
| | | data1 = {{{name|}}} | ||
| | | label2 = Owners | ||
| | | data2 = {{{owners|}}} | ||
| | | label3 = X Coordinate | ||
| | | data3 = {{{world_x}}} | ||
| | | label4 = Z Coordinate | ||
| | | data4 = {{{world_z}}} | ||
| | | label5 = Last Activity | ||
| data5 = {{#if: {{{latest_activity|}}}|{{{latest_activity}}}}} | |||
}} | |||
</includeonly> | |||
| | |||
}}</includeonly> |
Revision as of 23:59, 2 November 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= }}
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 | Date | optional |
Edit the page to see the template text. This template defines the table "Shops". This table has not been created yet.