Template:GP: Difference between revisions

From Melvor Idle
(added red color for negative amounts.)
m (corrected example)
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A template for quickly inserting GP costs. For example, <nowiki>{{GP|5000}}</nowiki> becomes {{GP|5000}} and {{T|GP|-5000}} becomes {{GP|-5000}}
A template for quickly inserting GP costs. For example, {{T|GP|5000}} becomes {{GP|5000}} and {{T|GP|-5000}} becomes {{GP|-5000}}.


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


<includeonly><onlyinclude>[[File:Coins.svg|25px|link=Currency]]&nbsp;<span {{#ifexpr:{{{1}}}<0|style="color:red"}}>{{formatnum:{{{1}}}}}</onlyinclude></span></includeonly>
<includeonly><onlyinclude><span style="display:inline-block" data-sort-value="{{{1}}}">[[File:Coins.svg|23x23px|link=Currency]]&nbsp;<span {{#ifexpr:{{formatnum:{{{1}}}|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>

Revision as of 01:30, 22 March 2021

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. If both values are the same, no dash is used. For example {{GP|100|100}} becomes Coins.svg 100