Difference between revisions of "Template:Cell Formatting"

From dataZoa Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<table class="Gbb1">
 
<table class="Gbb1">
<tr><td style="min-width: 8em;">Tab</td><td>Field</td><td>Description</td><td>Example</td></tr>
+
<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>"$" </td></tr>
+
<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 &lt; 0</td><td>Checkbox</td><td>Financial negative</td></tr>
 +
<tr><td></td><td>Color when &lt; 0</td><td>HTML color name</td><td>Red</td></tr>
 +
<tr><td></td><td>Color when &gt; 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 nameFieldsDescriptionExamples
Styling
Min DecimalsMinimum number of decimals to show2 for U.S. Currency
Max DecimalsMaximum number of decimals to show2 for U.S. Currency
PrefixText to use before the number$
Yen:
SuffixText to use after the number(USD)
(thous.)
%
Scale
Multiply byNumber100, to express a percentage
Divide byNumber1000 for currency in thousands
AddNumber1.7, to add an integration constant
SubtractNumber1, to zero-base an index
+ / -
Parens when < 0CheckboxFinancial negative
Color when < 0HTML color nameRed
Color when > 0NumberBlue
Other