Template:GP: Difference between revisions

From Melvor Idle
(Fixed an issue that occurred with negative numbers with commas)
(Use Currency function from Module:Icons)
 
(12 intermediate revisions by 5 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}}
<includeonly><onlyinclude>{{#invoke:Icons|Currency|GP|{{{1|}}}|{{{2|}}}}}</onlyinclude></includeonly><noinclude>{{/doc}}</noinclude>
 
<includeonly><onlyinclude>[[File:Coins.svg|25px|link=Currency]]&nbsp;<span {{#ifexpr:{{formatnum:{{{1}}}|R}}<0|style="color:red"}}>{{formatnum:{{{1}}}}}</onlyinclude></span></includeonly>

Latest revision as of 13:02, 26 April 2024

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

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