Difference between revisions of "User:Belgrave/Shop Template"

From Fallen Sword Wiki
Jump to: navigation, search
(use the new shopitem template instead of manual table cell entries)
Line 5: Line 5:
  
 
<!-- Copy and fill in this block of code for every item in the shop. -->
 
<!-- Copy and fill in this block of code for every item in the shop. -->
| align="center" valign="bottom" |
+
{{ShopItem
{|
+
|name=The Name Of The Item
| align="center" | [[Item Name]]
+
|image=URL to item image
|-
+
|price=The price, in gold, of the item
| {{ItemBox|Item Image URL}}
+
}}
|-
+
| align="center" | 1 {{Gold}}
+
|}
+
  
 
<!-- Keep all shop items above this line. -->
 
<!-- Keep all shop items above this line. -->

Revision as of 18:41, 1 July 2009

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.

<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]]