Difference between revisions of "Template:Cell Formatting"
From dataZoa Wiki
Line 1: | Line 1: | ||
<table class="Gbb1"> | <table class="Gbb1"> | ||
− | <tr><td style="min-width: 8em;">Tab</td><td> | + | <tr><td style="min-width: 8em;">Tab name</td><td>Fields</td><td>Description</td><td>Examples</td></tr> |
<tr><td colspan="4">Styling</td></tr> | <tr><td colspan="4">Styling</td></tr> | ||
<tr><td></td><td>Min Decimals</td><td>Minimum number of decimals to show</td><td>2 for U.S. Currency</td></tr> | <tr><td></td><td>Min Decimals</td><td>Minimum number of decimals to show</td><td>2 for U.S. Currency</td></tr> | ||
<tr><td></td><td>Max Decimals</td><td>Maximum number of decimals to show</td><td>2 for U.S. Currency</td></tr> | <tr><td></td><td>Max Decimals</td><td>Maximum number of decimals to show</td><td>2 for U.S. Currency</td></tr> | ||
− | <tr><td></td><td>Prefix</td><td>Text to use before the number</td><td> | + | <tr><td></td><td>Prefix</td><td>Text to use before the number</td><td>$<br>Yen: </td></tr> |
− | <tr><td></td><td>Suffix</td><td>Text to use after the number</td><td> (USD)</td></tr> | + | <tr><td></td><td>Suffix</td><td>Text to use after the number</td><td>(USD)<br>(thous.)<br>%</td></tr> |
<tr><td colspan="4">Scale</td></tr> | <tr><td colspan="4">Scale</td></tr> | ||
+ | <tr><td></td><td>Multiply by</td><td>Number</td><td>100, to express a percentage</td></tr> | ||
+ | <tr><td></td><td>Divide by</td><td>Number</td><td>1000 for currency in thousands</td></tr> | ||
+ | <tr><td></td><td>Add</td><td>Number</td><td>1.7, to add an integration constant</td></tr> | ||
+ | <tr><td></td><td>Subtract</td><td>Number</td><td>1, to zero-base an index</td></tr> | ||
<tr><td colspan="4">+ / -</td></tr> | <tr><td colspan="4">+ / -</td></tr> | ||
+ | <tr><td></td><td>Parens when < 0</td><td>Checkbox</td><td>Financial negative</td></tr> | ||
+ | <tr><td></td><td>Color when < 0</td><td>HTML color name</td><td>Red</td></tr> | ||
+ | <tr><td></td><td>Color when > 0</td><td>Number</td><td>Blue</td></tr> | ||
<tr><td colspan="4">Other</td></tr> | <tr><td colspan="4">Other</td></tr> | ||
</table> | </table> |
Revision as of 09:30, 8 December 2016
Tab name | Fields | Description | Examples |
Styling | |||
Min Decimals | Minimum number of decimals to show | 2 for U.S. Currency | |
Max Decimals | Maximum number of decimals to show | 2 for U.S. Currency | |
Prefix | Text to use before the number | $ Yen: | |
Suffix | Text to use after the number | (USD) (thous.) % | |
Scale | |||
Multiply by | Number | 100, to express a percentage | |
Divide by | Number | 1000 for currency in thousands | |
Add | Number | 1.7, to add an integration constant | |
Subtract | Number | 1, to zero-base an index | |
+ / - | |||
Parens when < 0 | Checkbox | Financial negative | |
Color when < 0 | HTML color name | Red | |
Color when > 0 | Number | Blue | |
Other |