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}} |- |...)
 
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.''
 +
<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"
 +
 +
<!-- Copy and fill in this block of code for every item in the shop. -->
 
| align="center" valign="bottom" |
 
| align="center" valign="bottom" |
 
{|
 
{|
| align="center" | [[]]
+
| align="center" | [[Item Name]]
 
|-
 
|-
| {{ItemBox|item image}}
+
| {{ItemBox|Item Image URL}}
|-
+
| 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}}
+
|}
+
| align="center" valign="bottom" |
+
{|
+
| align="center" | [[]]
+
|-
+
| {{ItemBox|item image}}
+
 
|-
 
|-
 
| align="center" | 1 {{Gold}}
 
| align="center" | 1 {{Gold}}
 
|}
 
|}
 +
 +
<!-- Keep all shop items above this line. -->
 
|}
 
|}
  
  
 
=== Location ===
 
=== Location ===
 
+
* [[Area]] (0,0)
* [[]] (0,0)
+
 
+
<!-- Remove this line
+
  
 
[[Category:Locations]][[Category:Shops]]
 
[[Category:Locations]][[Category:Shops]]
 
+
</pre>
Remove this line -->
+

Revision as of 18:36, 15 May 2008

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. -->
| align="center" valign="bottom" |
{|
| align="center" | [[Item Name]]
|-
| {{ItemBox|Item Image URL}}
|-
| align="center" | 1 {{Gold}}
|}

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


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

[[Category:Locations]][[Category:Shops]]