Template:GP: Difference between revisions

222 bytes added ,  22 September 2020
Added second argument for range
(Fixed an issue that occurred with negative numbers with commas)
(Added second argument for range)
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, <nowiki>{{GP|5000}}</nowiki> becomes {{GP|5000}} and {{T|GP|-5000}} becomes {{GP|-5000}}.


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