Difference between revisions of "Template:ShopItem"
From Fallen Sword Wiki
(New template for items inside a shop page) |
|||
(25 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>{| style="background: transparent none repeat scroll 0% 0%;" |
− | {| | + | |
| align="center" | [[{{{name|}}}]] | | align="center" | [[{{{name|}}}]] | ||
|- | |- | ||
| {{ItemBox|{{{image|}}}}} | | {{ItemBox|{{{image|}}}}} | ||
|- | |- | ||
− | | align="center" | {{{price|}}} {{Gold}} | + | | align="center" | {{{if: {{{price|}}} | {{#ifeq: {{{price|}}} | | | {{{price|}}} {{Gold}}}}| }}}{{{if: {{{ATPrice|}}} | {{#ifeq: {{{ATPrice|}}} | | | {{{ATPrice|}}} {{PAT}}}}| }}} |
− | |} | + | |}</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]]. Typically, this template is used in conjunction with [[User:Belgrave/Shop_Template|the shop template]] |
− | Usage: | + | '''Usage:'''<pre> |
− | <pre> | + | |
{{ShopItem | {{ShopItem | ||
− | |name= | + | |name=Name of the Item |
− | |image=URL to | + | |image=URL to Item Image |
− | |price= | + | |price=Price of the Item (in gold) or |ATPrice= for price of Item in Arena Tokens |
}} | }} | ||
</pre> | </pre> | ||
+ | |||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 13:00, 12 November 2023
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
{{ShopItem |name=Name of the Item |image=URL to Item Image |price=Price of the Item (in gold) or |ATPrice= for price of Item in Arena Tokens }}