Template:RC: Difference between revisions

From Melvor Idle
(Handle non-numeric parameters without generating expression errors)
(Use Currency function from Module:Icons)
 
Line 1: Line 1:
<includeonly><onlyinclude><span class="img-text" data-sort-value="{{{1|0}}}">{{IfNumber|{{{1|}}}|{{#ifexpr:{{formatnum:{{{1|0}}}|R}}<0|<span style="color:red>{{formatnum:{{{1|0}}}}}</span>|{{formatnum:{{{1|0}}}}}}}{{IfNumber|{{{2|}}}|&nbsp;-&nbsp;{{#ifexpr:{{formatnum:{{{2|0}}}|R}}<0|<span style="color:red>{{formatnum:{{{2|0}}}}}</span>|{{formatnum:{{{2|0}}}}}}}|}}|{{{1|}}}}}{{#ifeq:{{{1|}}}|||&nbsp;}}[[File:Raid Coins.svg|23x23px|link=Currency|alt=RC]]</span></onlyinclude></includeonly><noinclude>{{/doc}}</noinclude>
<includeonly><onlyinclude>{{#invoke:Icons|Currency|RC|{{{1|}}}|{{{2|}}}}}</onlyinclude></includeonly><noinclude>{{/doc}}</noinclude>

Latest revision as of 13:02, 26 April 2024

A template for quickly inserting Raid Coin costs. For example, {{RC|5000}} becomes 5,000RC and {{RC|-5000}} becomes -5,000RC.

For a range of values, use two arguments. For example, {{RC|-100|5000}} becomes -100 - 5,000RC. If both values are the same, no dash is used. For example {{RC|100|100}} becomes 100RC