Template:Value

From Thorium Mod Wiki
Jump to navigation Jump to search
Template-info.svg Documentation The documentation below is transcluded from Template:Value/doc. (edit | history)

Template for showing prices. Correctly fits inside a sentence or bullet lists.

Usage

{{value
| platinum coin amount
| gold coin amount
| silver coin amount
| copper coin amount
}}
{{value|platinum|gold|silver|copper}}

Examples

This Gives
{{value|1}} 1000000*1 Platinum Coin.png
{{value|0|1}} 10000*1 Gold Coin.png
{{value|0|0|1|}} 100*1 Silver Coin.png
{{value|0|0|0|1}} 1*1 Copper Coin.png
{{value|1|2|0|4}} 1020004*1 Platinum Coin.png 2 Gold Coin.png 4 Copper Coin.png
{{value|0|1|1-2}} 9801*1 Gold Coin.png 1-2 Silver Coin.png

Inside a sentence:

Notes

  • Values of "0", "" or null are not displayed.
  • The values can also be a range.

See also