Template:NoCoins: Difference between revisions
|  (Redirected page to Template:NoCoins) Tags: New redirect Reverted |  (Removed redirect to Template:NoCoins) Tags: Removed redirect Manual revert | ||
| Line 1: | Line 1: | ||
| <includeonly>{{#invoke:Currency|nocoins}}</includeonly><noinclude>{{/doc}}</noinclude> | |||
| #redirect [[Template:NoCoins]] | |||
Latest revision as of 22:48, 17 October 2024
The NoCoins template colours a number that represents an amount of coins. It is designed for use in the body text of articles, as opposed to {{Coins}}, which displays an icon that disrupts line-height and should only be used in wikitables.
The amount is formatted with a comma (if the value is greater than 1,000), rounded to 2 decimals (if the value has three or more decimal places), and uses the following colours:
- Blue - positive numbers
- Green - if the number is zero
- Red - negative numbers
Usage
{{NoCoins|number of coins|optional}}
The second unnamed parameter is optional. When filled in, it appends the word "coins" in the same colour.
Examples
{{NoCoins|245.58639}} produces the following result: 245.59
{{NoCoins|0}} produces the following result: 0
{{NoCoins|-3000|c}} produces the following result: −3,000 coins
Parameters
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Coins | 1 | Amount of coins. | Number | required | 
| Add suffix | 2 | If set, adds a ' coins' suffix. | String | optional |