Template:GP: Difference between revisions

From Melvor Idle
(Added second argument for range)
(Added an inline-block styled span to prevent linebreaks between the icon and the value)
Line 3: Line 3:
For a range of values, use two arguments. For example, {{T|GP|-100|5000}} becomes {{GP|-100|5000}}
For a range of values, use two arguments. For example, {{T|GP|-100|5000}} becomes {{GP|-100|5000}}


<includeonly><onlyinclude>[[File:Coins.svg|25px|link=Currency]]&nbsp;<span {{#ifexpr:{{formatnum:{{{1}}}|R}}<0|style="color:red"}}>{{formatnum:{{{1}}}}}</span>{{#if:{{{2|}}}|&nbsp;-&nbsp;<span {{#ifexpr:{{formatnum:{{{2}}}|R}}<0|style="color:red"}}>{{formatnum:{{{2}}}}}</span>}}</onlyinclude></includeonly>
<includeonly><onlyinclude><span style="display:inline-block">[[File:Coins.svg|25px|link=Currency]]&nbsp;<span {{#ifexpr:{{formatnum:{{{1}}}|R}}<0|style="color:red"}}>{{formatnum:{{{1}}}}}</span>{{#if:{{{2|}}}|&nbsp;-&nbsp;<span {{#ifexpr:{{formatnum:{{{2}}}|R}}<0|style="color:red"}}>{{formatnum:{{{2}}}}}</span>}}</span></onlyinclude></includeonly>

Revision as of 14:21, 25 September 2020

A template for quickly inserting GP costs. For example, {{GP|5000}} becomes Coins.svg 5,000 and {{GP|-5000}} becomes Coins.svg −5,000.

For a range of values, use two arguments. For example, {{GP|-100|5000}} becomes Coins.svg −100 - 5,000