Difference between revisions of "Template:Dp"

From Organic Design wiki
(change to info template)
(Imported from work.organicdesign.co.nz by sync-wikiorg.pl)
Line 2: Line 2:
 
:<tt><nowiki>{{dp|2|1.234}}</nowiki></tt>
 
:<tt><nowiki>{{dp|2|1.234}}</nowiki></tt>
 
Where the first parameter is the number of decimal places, and the second is the value to format.
 
Where the first parameter is the number of decimal places, and the second is the value to format.
}}</noinclude>
+
}}
<includeonly>{{#vardefine:tmp|{{#expr:{{{2}}}+0.0{{#pad:5|{{{1}}}|0}}}}}}{{#sub:{{#var:tmp}}|0|{{#expr:{{#pos:{{#var:tmp}}|.}}+{{{1}}}+1}}}}</includeonly>
+
[[Category: Templates using Template:Message]][[Category:Formatting templates]]
 +
</noinclude><includeonly>{{#vardefine:tmp|{{#expr:{{{2}}}+0.0{{#pad:5|{{{1}}}|0}}}}}}{{#sub:{{#var:tmp}}|0|{{#expr:{{#pos:{{#var:tmp}}|.}}+{{{1}}}+1}}}}</includeonly>

Revision as of 04:26, 23 July 2010

Info.svg This template sets a value to a specified number of decimal places, usage:
{{dp|2|1.234}}

Where the first parameter is the number of decimal places, and the second is the value to format.