Template:RC: Difference between revisions

From Melvor Idle
(Allow template to be invoked with no parameter)
(Use Currency function from Module:Icons)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A template for quickly inserting Raid Coin costs. For example, {{T|RC|5000}} becomes {{RC|5000}} and {{T|RC|-5000}} becomes {{RC|-5000}}.
<includeonly><onlyinclude>{{#invoke:Icons|Currency|RC|{{{1|}}}|{{{2|}}}}}</onlyinclude></includeonly><noinclude>{{/doc}}</noinclude>
 
For a range of values, use two arguments. For example, {{T|RC|-100|5000}} becomes {{RC|-100|5000}}. If both values are the same, no dash is used. For example {{T|RC|100|100}} becomes {{RC|100|100}}
 
<includeonly><onlyinclude><span style="display:inline-block" data-sort-value="{{{1|0}}}">[[File:Raid_Coins.svg|23x23px|link=Currency]]&nbsp;<span {{#ifexpr:{{formatnum:{{{1|0}}}|R}}<0|style="color:red"}}>{{formatnum:{{{1|}}}}}</span>{{#if:{{{2|}}}|{{#ifeq:{{{1|}}}|{{{2|}}}||&nbsp;-&nbsp;<span {{#ifexpr:{{formatnum:{{{2}}}|R}}<0|style="color:red"}}>{{formatnum:{{{2}}}}}</span>}}}}</span></onlyinclude></includeonly>

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