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

From Fallen Sword Wiki
Jump to: navigation, search
(New page: <center> (Replace this with shop banner image) </center><br> {| width="100%" cellspacing="10" | align="center" valign="bottom" | {| | align="center" | [[]] |- | {{ItemBox|item image}} |- |...)
 
(link to full shop template)
 
(3 intermediate revisions by 2 users not shown)
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.''
 +
 +
'''Note:''' There's a complete shop template that does this job for you. See [[Template:Shop]]
 +
<pre>
 
<center> (Replace this with shop banner image) </center><br>
 
<center> (Replace this with shop banner image) </center><br>
 
{| width="100%" cellspacing="10"
 
{| width="100%" cellspacing="10"
| align="center" valign="bottom" |
+
 
{|
+
<!-- Copy and fill in this block of code for every item in the shop. -->
| align="center" | [[]]
+
{{ShopItem
|-
+
|name=The Name Of The Item
| {{ItemBox|item image}}
+
|image=URL to item image
|-
+
|price=The price, in gold, of the item
| align="center" | 1 {{Gold}}
+
}}
|}
+
 
| align="center" valign="bottom" |
+
<!-- Keep all shop items above this line. -->
{|
+
| align="center" | [[]]
+
|-
+
| {{ItemBox|item image}}
+
|-
+
| align="center" | 1 {{Gold}}
+
|}
+
| align="center" valign="bottom" |
+
{|
+
| align="center" | [[]]
+
|-
+
| {{ItemBox|item image}}
+
|-
+
| align="center" | 1 {{Gold}}
+
|}
+
| align="center" valign="bottom" |
+
{|
+
| align="center" | [[]]
+
|-
+
| {{ItemBox|item image}}
+
|-
+
| align="center" | 1 {{Gold}}
+
|}
+
| align="center" valign="bottom" |
+
{|
+
| align="center" | [[]]
+
|-
+
| {{ItemBox|item image}}
+
|-
+
| align="center" | 1 {{Gold}}
+
|}
+
 
|}
 
|}
  
  
 
=== Location ===
 
=== Location ===
 +
* [[Area]] (0,0)
  
* [[]] (0,0)
+
[[Category:Shops]]
 
+
</pre>
<!-- Remove this line
+
 
+
[[Category:Locations]][[Category:Shops]]
+
 
+
Remove this line -->
+

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