17
edits
Falterfire (talk | contribs) (Slightly reduced icon size to match other icons) |
(Add data-sort-value to make GP values sort properly in tables) |
||
Line 1: | Line 1: | ||
A template for quickly inserting GP costs. For example, | 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}} | For a range of values, use two arguments. For example, {{T|GP|-100|5000}} becomes {{GP|-100|5000}} | ||
<includeonly><onlyinclude><span style="display:inline-block">[[File:Coins.svg|23x23px|link=Currency]] <span {{#ifexpr:{{formatnum:{{{1}}}|R}}<0|style="color:red"}}>{{formatnum:{{{1}}}}}</span>{{#if:{{{2|}}}| - <span {{#ifexpr:{{formatnum:{{{2}}}|R}}<0|style="color:red"}}>{{formatnum:{{{2}}}}}</span>}}</span></onlyinclude></includeonly> | <includeonly><onlyinclude><span style="display:inline-block" data-sort-value="{{{1}}}>[[File:Coins.svg|23x23px|link=Currency]] <span {{#ifexpr:{{formatnum:{{{1}}}|R}}<0|style="color:red"}}>{{formatnum:{{{1}}}}}</span>{{#if:{{{2|}}}| - <span {{#ifexpr:{{formatnum:{{{2}}}|R}}<0|style="color:red"}}>{{formatnum:{{{2}}}}}</span>}}</span></onlyinclude></includeonly> |
edits