Template:Currency cell/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
mNo edit summary |
(Document show_zeros) |
||
Line 37: | Line 37: | ||
This is either a comma-seperated number (like <code>1,000,000</code> for 1 gold) or an expression (like <code>6 * 10^6 / 3</code> for 2 gold) |
This is either a comma-seperated number (like <code>1,000,000</code> for 1 gold) or an expression (like <code>6 * 10^6 / 3</code> for 2 gold) |
||
===show_zeros=== |
|||
Three options: |
|||
* <code>show_zeros=all</code> (default): show all zeros after the first denomination up to copper |
|||
* <code>show_zeros=some</code>: show the zero valued denominations between the biggest and smallest denomination |
|||
* <code>show_zeros=none</code>: hide all denominations with zero value |
|||
{| class="wikitable" |
|||
! Amount |
|||
! colspan="10" | <code>show_zeros=all</code> |
|||
! colspan="10" | <code>show_zeros=some</code> |
|||
! colspan="10" | <code>show_zeros=none</code> |
|||
|- |
|||
| 0 || {{Currency cell|0|show_zeros=all}} || {{Currency cell|0|show_zeros=some}} || {{Currency cell|0|show_zeros=none}} |
|||
|- |
|||
| 1 || {{Currency cell|1|show_zeros=all}} || {{Currency cell|1|show_zeros=some}} || {{Currency cell|1|show_zeros=none}} |
|||
|- |
|||
| 2,000 || {{Currency cell|2000|show_zeros=all}} || {{Currency cell|2000|show_zeros=some}} || {{Currency cell|2000|show_zeros=none}} |
|||
|- |
|||
| 2,001 || {{Currency cell|2001|show_zeros=all}} || {{Currency cell|2001|show_zeros=some}} || {{Currency cell|2001|show_zeros=none}} |
|||
|- |
|||
| 3,002,000 || {{Currency cell|3002000|show_zeros=all}} || {{Currency cell|3002000|show_zeros=some}} || {{Currency cell|3002000|show_zeros=none}} |
|||
|- |
|||
| 4,000,002,000 || {{Currency cell|4000002000|show_zeros=all}} || {{Currency cell|4000002000|show_zeros=some}} || {{Currency cell|4000002000|show_zeros=none}} |
|||
|- |
|||
| 4,003,002,000 || {{Currency cell|4003002000|show_zeros=all}} || {{Currency cell|4003002000|show_zeros=some}} || {{Currency cell|4003002000|show_zeros=none}} |
|||
|} |
|||
===force_sign=== |
===force_sign=== |