Template:Shop

From Sun Haven Wiki
Jump to navigation Jump to search

This template adds rows to the table "Shop_inventory", which is declared by the template Shop/Cargo declare. View table.

float Template documentation[View] [Edit] [History] - [Sandbox] [Refresh]

Description

Create a merchant table for shops. This template creates hidden categories on pages, to allow the DPL to create queries and pull together shop information for various pages.

{{Shop}} is to be used in conjunction with {{Shop/header}} and {{Shop/footer}}.

Syntax

{{Shop/header
|shop     = Name of the shop.
}}

{{Shop
| item name
| cost
| currency
|sale     = Adds a sale price to the item. (optional)
|note     = Any specific notes about the item. (optional)
|link     = Changes the link used for the displayed text and the image. (optional
|img      = Changes the image that is displayed for this item or character. (optional)
|ext      = Changes the extension of the displayed image. Used when there is no png file available. (optional)
}}

{{Shop/footer
|note     = Any specific notes about the shop. (optional)
}}

Examples

Bakery

{{Shop/header|type=Food|shop=Bakery}}
{{Shop|Flour|100|coins}}
{{Shop|Sugar|130|coins}}
{{Shop|Noodles|110|coins}}
{{Shop|Milk|375|coins}}
{{Shop|Egg|275|coins}}
{{Shop|Cheese|750|coins}}
{{Shop|Pizza|1400|coins}}
{{Shop|Beginner's Apple Pie|400|coins}}
{{Shop|Cinnamon Apple Pie|750|coins}}
{{Shop|Cookies|115|coins}}
{{Shop|Bread|220|coins}}
{{Shop|Pizza Box|4500|coins}}
{{Shop|Pot Pie|900|coins}}
{{Shop/footer}}
Item Description Cost
An important ingredient in bread, among lots of other culinary delights. 100 Coins.png
Everything is sweet if you put enough sugar on it. 130 Coins.png
Plain noodles, a staple for many dishes. 110 Coins.png
Good for your bones. 375 Coins.png
It doesn't matter which came first, we're just happy they both showed up. 275 Coins.png
A wedge of fresh cheese, just waiting to cheese up any dish. 750 Coins.png
Legend says that there's no such thing as a bad piece of pizza. 1400 Coins.png
Apples in a sweet syrup, baked inside a flakey pie crust. 400 Coins.png
Apple pie with a cinnamon kick. 750 Coins.png
The specialty of grandmas the world over. 115 Coins.png
A simple loaf of oven-fresh bread. 220 Coins.png
This pizza box says it serves 4. Well, all 4 me. 4500 Coins.png
A hearty pie baked in a deep, heavy pot. It's a common farmer dish in the Western Region, but still very delicious. 900 Coins.png
See the articles and the templates currently using this template.