imported>BigCoight |
|
(52 intermediate revisions by 7 users not shown) |
Line 1: |
Line 1: |
| {{#ifexpr:{{#len:{{{input}}}}} = 1|Copper {{{input}}}}}{{#ifexpr:{{#len:{{{input}}}}} = 2|Copper {{{input}}}}}{{#ifexpr:{{#len:{{{input}}}}} = 3|Silver Coins {{#sub:{{{input}}}|0|1}} Copper {{#sub:{{{input}}}|-2}}}}{{#ifexpr:{{#len:{{{input}}}}} = 4| Silver Coins {{#sub:{{{input}}}|0|2}} Copper {{#sub:{{{input}}}|-2}}}}{{#ifexpr:{{#len:{{{input}}}}} = 5|Gold Coins {{#sub:{{{input}}}|0|1}} Silver Coins {{#sub:{{{input}}}|-4|2}} Copper {{#sub:{{{input}}}|-2}}}}{{#ifexpr:{{#len:{{{input}}}}} = 6|Gold Coins {{#sub:{{{input}}}|0|2}} Silver Coins {{#sub:{{{input}}}|-4|2}} Copper {{#sub:{{{input}}}|-2}}}}{{#ifexpr:{{#len:{{{input}}}}} = 7|Platinum Coins {{#sub:{{{input}}}|0|1}} Gold Coins {{#sub:{{{input}}}|-6|2}} Silver Coins {{#sub:{{{input}}}|-4|2}} Copper {{#sub:{{{input}}}|-2}}}}{{#ifexpr:{{#len:{{{input}}}}} = 8|Platinum Coins {{#sub:{{{input}}}|0|2}} Gold Coins {{#sub:{{{input}}}|-6|2}} Silver Coins {{#sub:{{{input}}}|-4|2}} Copper {{#sub:{{{input}}}|-2}}}}{{#ifexpr:{{#len:{{{input}}}}} > 8| Pink Coin {{#sub:{{{input}}}|0|-8}} Platinum Coins {{#sub:{{{input}}}|-8|2}} Gold Coins {{#sub:{{{input}}}|-6|2}} Silver Coins {{#sub:{{{input}}}|-4|2}} Copper {{#sub:{{{input}}}|-2}}}} | | <includeonly>{{#invoke:CoinDisplay|main}}</includeonly><noinclude>{{/doc}}</noinclude> |
Latest revision as of 23:03, 13 June 2024
The Coindisplay template displays the coin representation of a value.
Usage
{{Coindisplay|value}}
Parameters
- value: The quantity to format. This can be specified in any of the formats supported by Module:NumberParser.
Examples