User:Belgrave/Shop Template

From Fallen Sword Wiki
Jump to: navigation, search

This layout contains everything needed to create a new shop page. To do so, copy the code below to the new shop's page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout.

Note: There's a complete shop template that does this job for you. See Template:Shop

<center> (Replace this with shop banner image) </center><br>
{| width="100%" cellspacing="10"

<!-- Copy and fill in this block of code for every item in the shop. -->
{{ShopItem
|name=The Name Of The Item
|image=URL to item image
|price=The price, in gold, of the item
}}

<!-- Keep all shop items above this line. -->
|}


=== Location ===
* [[Area]] (0,0)

[[Category:Shops]]