7,066
editsAd placeholder
Template:GoldIcon: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><onlyinclude>{{#ifexpr:{{{1}}} = 1|{{Icon|Gold Pile Single Icon.png|{{{2|40}}} }}}}{{ | <includeonly><onlyinclude>{{#ifexpr:{{{1}}} = 1|{{Icon|Gold Pile Single Item Icon.png|{{{2|40}}} }}}}{{ | ||
#ifexpr:{{{1}}} > 1 and {{{1}}} < 100|{{Icon|Gold Pile Small Icon.png|{{{2|40}}} }}}}{{ | #ifexpr:{{{1}}} > 1 and {{{1}}} < 100|{{Icon|Gold Pile Small Item Icon.png|{{{2|40}}} }}}}{{ | ||
#ifexpr:100 <= {{{1}}} and {{{1}}} < 500|{{Icon|Gold Pile Medium Icon.png|{{{2|40}}} }}}}{{ | #ifexpr:100 <= {{{1}}} and {{{1}}} < 500|{{Icon|Gold Pile Medium Item Icon.png|{{{2|40}}} }}}}{{ | ||
#ifexpr:{{{1}}} >= 500|{{Icon|Gold Pile Large Icon.png|{{{2|40}}} }}}}</onlyinclude></includeonly><noinclude> | #ifexpr:{{{1}}} >= 500|{{Icon|Gold Pile Large Item Icon.png|{{{2|40}}} }}}}</onlyinclude></includeonly><noinclude> | ||
This template takes a single parameter, the amount of gold, and produces the right gold icon for that quantity. | This template takes a single parameter, the amount of gold, and produces the right gold icon for that quantity. | ||