Template:NoCoins/doc
Jump to navigation
Jump to search
Template:NoCoins invokes function nocoins in Module:Currency using Lua.
Template:NoCoins invokes Module:Currency using Lua.
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 |