Difference between revisions of "Template:ShopItem"

From Fallen Sword Wiki
Jump to: navigation, search
Line 1: Line 1:
<includeonly>{| style="background: transparent none repeat scroll 0% 0%;"
+
<includeonly>
| align="center" | [[{{{name|}}}]]  
+
<div style="text-align: center">
|-
+
[[{{{name|}}}]]<br/>
| {{ItemBox|{{{image|}}}}}  
+
{{ItemBox|{{{image|}}}}}<br/>
|-
+
{{{price|}}} {{Gold}}<br/>
| align="center" | {{{price|}}} {{Gold}}
+
 
|}</includeonly>
 
|}</includeonly>
 +
</div>
 
<noinclude>
 
<noinclude>
 
This template is supposed to be used when adding items to a [[:Category:Shops|shop page]]. Typically, this template is used in conjunction with [[User:Belgrave/Shop_Template|the shop template]]
 
This template is supposed to be used when adding items to a [[:Category:Shops|shop page]]. Typically, this template is used in conjunction with [[User:Belgrave/Shop_Template|the shop template]]

Revision as of 23:11, 21 January 2022

</div>

This template is supposed to be used when adding items to a shop page. Typically, this template is used in conjunction with the shop template

Usage:
{{ShopItem
|name=Name of the Item
|image=URL to Item Image
|price=Price of the Item (in gold) 
}}