Template:Decimals: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>MrDolomite
imported>Aggelakis
(Undo revision 234664 by MrDolomite categories go on the documentation subpage)
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}}
{{Documentation}}
[[Category:Standardized Text Templates]]
</noinclude>
</noinclude>

Revision as of 19:52, 17 July 2012

[edit] [purge] 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|.||}}