Difference between revisions of "Template:ShopItem"

From Fallen Sword Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
<div style="text-align: center">
+
<div style="text-align: center; display: inline-block;">
 
[[{{{name|}}}]]<br/>
 
[[{{{name|}}}]]<br/>
 
{{ItemBox|{{{image|}}}}}<br/>
 
{{ItemBox|{{{image|}}}}}<br/>
{{{price|}}} {{Gold}}<br/>
+
{{{price|}}} {{Gold}}
 
|}</includeonly>
 
|}</includeonly>
 
</div>
 
</div>

Revision as of 23:12, 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) 
}}