Difference between revisions of "Template:ShopItem"

From Fallen Sword Wiki
Jump to: navigation, search
(New template for items inside a shop page)
 
(supress newlines)
Line 1: Line 1:
<includeonly>
+
<includeonly>{|  
{|  
+
 
| align="center" | [[{{{name|}}}]]  
 
| align="center" | [[{{{name|}}}]]  
 
|-  
 
|-  
Line 6: Line 5:
 
|-  
 
|-  
 
| align="center" | {{{price|}}} {{Gold}}
 
| align="center" | {{{price|}}} {{Gold}}
|}
+
|}</includeonly>
</includeonly>
+
 
<noinclude>
 
<noinclude>
 
This template is supposed to be used when adding items to a [[:Category:Shops|shop page]]
 
This template is supposed to be used when adding items to a [[:Category:Shops|shop page]]

Revision as of 17:03, 22 June 2009


This template is supposed to be used when adding items to a shop page

Usage:

{{ShopItem
|name=The Name Of The Item
|image=URL to item image
|price=The price, in gold, of the item
}}