Difference between revisions of "Template:Dp"
From Organic Design wiki
Line 1: | Line 1: | ||
<noinclude>{{message|icon=[[Image:Info.png]]|text= | <noinclude>{{message|icon=[[Image:Info.png]]|text= | ||
This template sets a value to a specified number of decimal places, usage: | This template sets a value to a specified number of decimal places, usage: | ||
− | :<tt><nowiki>{{ | + | :<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> | }}</noinclude> | ||
{{#vardefine:tmp|{{#expr:{{{2}}}+0.{{#pad:5|{{{1}}}|0}}}}}}{{#sub:{{#var:tmp}}|0|{{#expr:{{#pos:{{#var:x}}|.}}+{{{1}}}+1}}}} | {{#vardefine:tmp|{{#expr:{{{2}}}+0.{{#pad:5|{{{1}}}|0}}}}}}{{#sub:{{#var:tmp}}|0|{{#expr:{{#pos:{{#var:x}}|.}}+{{{1}}}+1}}}} |
Revision as of 11:27, 3 August 2007
Expression error: Unrecognized punctuation character "{".