6,366
editsMore actions
no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><onlyinclude>{{#ifexpr:{{{1}}} = 1|{{Icon|Gold Pile Single Icon.png}}}}{{ | <includeonly><onlyinclude>{{#ifexpr:{{{1}}} = 1|{{Icon|Gold Pile Single Icon.png|{{{2|40}}} }}}}{{ | ||
#ifexpr:{{{1}}} > 1 and {{{1}}} < 100|{{Icon|Gold Pile Small Icon.png}}}}{{ | #ifexpr:{{{1}}} > 1 and {{{1}}} < 100|{{Icon|Gold Pile Small Icon.png|{{{2|40}}} }}}}{{ | ||
#ifexpr:100 <= {{{1}}} and {{{1}}} < 500|{{Icon|Gold Pile Medium Icon.png}}}}{{ | #ifexpr:100 <= {{{1}}} and {{{1}}} < 500|{{Icon|Gold Pile Medium Icon.png|{{{2|40}}} }}}}{{ | ||
#ifexpr:{{{1}}} >= 500|{{Icon|Gold Pile Large Icon.png}}}}</onlyinclude></includeonly><noinclude> | #ifexpr:{{{1}}} >= 500|{{Icon|Gold Pile Large 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. | ||
TODO: Use an actual icon rather than the faded tooltip version. | TODO: Use an actual icon rather than the faded tooltip version. | ||
Usage: <code><nowiki>{{GoldIcon|quantity_of_gold}}</nowiki></code> | Usage: <code><nowiki>{{GoldIcon|quantity_of_gold|optional_icon_height}}</nowiki></code> | ||
Examples: <pre> | Examples: <pre> | ||
{{GoldIcon|1}} | {{GoldIcon|1}} | ||
{{GoldIcon|2}} | {{GoldIcon|2}} | ||
{{GoldIcon|100}} | {{GoldIcon|100|14}} | ||
{{GoldIcon|500}} | {{GoldIcon|500|20}} | ||
</pre> | </pre> | ||
Line 20: | Line 20: | ||
2 gold: {{User:Sky/GoldIcon|2}} | 2 gold: {{User:Sky/GoldIcon|2}} | ||
100 gold: {{User:Sky/GoldIcon|100}} | 100 gold: {{User:Sky/GoldIcon|100|14}} | ||
500 gold: {{User:Sky/GoldIcon|500}} | 500 gold: {{User:Sky/GoldIcon|500|20}} | ||
</noinclude> | </noinclude> |