Template:Currency cell/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Request) |
(Fixed decimal values) |
||
Line 1: | Line 1: | ||
{{Documentation}} |
{{Documentation}} |
||
''// Please allow decimal values to the currency. Recent changes have caused GP/XP columns to round to 0. An example being the Alchemist Table'' |
|||
Creates a table cell with a currency. These cells will always span 10 columns. |
Creates a table cell with a currency. These cells will always span 10 columns. |
||
Line 19: | Line 17: | ||
|- |
|- |
||
| {{Currency cell|-1}} |
| {{Currency cell|-1}} |
||
|- |
|||
| {{Currency cell|0.5}} |
|||
|- |
|||
| {{Currency cell|1/3 round 2}} |
|||
|}</syntaxhighlight> |
|}</syntaxhighlight> |
||
Line 33: | Line 35: | ||
|- |
|- |
||
| {{Currency cell|-1}} |
| {{Currency cell|-1}} |
||
|- |
|||
| {{Currency cell|0.5}} |
|||
|- |
|||
| {{Currency cell|1/3 round 2}} |
|||
|} |
|} |
||