Template:Decimals: Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis (historical) (Undo revision 234664 by MrDolomite categories go on the documentation subpage) |
imported>Aggelakis (historical) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#number_format:{{#expr:{{{1|0}}}}}|{{{2|2}}}|.||}}</includeonly><noinclude> | <includeonly>{{#number_format:{{#expr:{{{1|0}}}}}|{{{2|2}}}|.||}}</includeonly><noinclude>{{Documentation}}</noinclude> | ||
{{Documentation}} | |||
</noinclude> |
Revision as of 19:52, 17 July 2012
[edit] [ ] Documentation
Usage
{{Decimals|number|decimals}}
Examples
- {{Decimals|1234|0}} yields {{#number_format:1234|0|.||}}
- {{Decimals|1234|1}} yields {{#number_format:1234|1|.||}}
- {{Decimals|1234|2}} yields {{#number_format:1234|2|.||}}
- {{Decimals|9/8|5}} yields {{#number_format:1.125|5|.||}}
- {{Decimals|1/3|15}} yields {{#number_format:0.33333333333333|15|.||}}
- {{Decimals|1/33|7}} yields {{#number_format:0.03030303030303|7|.||}}
- {{Decimals|0.006|1}} yields {{#number_format:0.006|1|.||}}