Template:Infobox Shop: Difference between revisions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
== Example == | == Example == | ||
{{Infobox | {{Infobox Base | ||
| shopname = Diamond Emporium | | shopname = Diamond Emporium | ||
| image = [[File:Steve's_Shop.jpg|300px]] | | image = [[File:Steve's_Shop.jpg|300px]] | ||
| Line 20: | Line 20: | ||
</noinclude> | </noinclude> | ||
<includeonly>{{#cargo_declare: | <includeonly>{{#cargo_declare: | ||
_table= | _table=shop_data | ||
| basename=String | | basename=String | ||
| image=File | | image=File | ||
Revision as of 14:23, 24 June 2025
Usage
Place this on any shop’s page to display the shop infobox. Just replace the example values in the code block below with your own.
Example
| [[File: | |
| General Info | |
|---|---|
| Season | Season 3 |
| Location | |
| Biome / Area | Town |
| Coordinates | X: 1024, Y: 64, Z: -512 |
| Features | |
| Description | “Finest gemstones at rock-bottom prices.” |
An infobox displaying key attributes of an SMP player-run shop.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Shop Name | shopname | The name of the shop. | String | required |
| Image | image | An image of the shop ingame | File | suggested |
| Shop Owner | shopowner | Minecraft username of the shop owner. | String | required |
| Shop Type | shoptype | Category of goods or service (e.g. ‘General Goods’, ‘Food’, ‘Tools’). | String | suggested |
| Season | season | The season the shop was active
| String | suggested |
| Location | location | In-game location (e.g. town). | String | optional |
| Coordinates | coordinates | Exact in-game X,Y,Z coordinates. | String | optional |
| Date Opened | dateopened | The date the shop first opened. | Date | optional |
| Date Closed | dateclosed | The date the shop closed (if applicable). | Date | optional |
| Items Sold | items | Key items or categories sold. | String | suggested |
| Currency Accepted | currency | Types of currency used (e.g. Emeralds, Diamonds). | String | suggested |
| Description | description | Short tagline or description. | String | suggested |