Template:GP: Difference between revisions

Fixed an issue that occurred with negative numbers with commas
(added red color for negative amounts.)
(Fixed an issue that occurred with negative numbers with commas)
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>
<includeonly><onlyinclude>[[File:Coins.svg|25px|link=Currency]]&nbsp;<span {{#ifexpr:{{{1}}}<0|style="color:red"}}>{{formatnum:{{{1}}}}}</onlyinclude></span></includeonly>