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)
(link to full shop template)
 
Line 1: Line 1:
 
''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.''
 
''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]]
 
<pre>
 
<pre>
 
<center> (Replace this with shop banner image) </center><br>
 
<center> (Replace this with shop banner image) </center><br>

Latest revision as of 10:13, 24 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.

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