Template:Decimals: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
imported>Sekoia
(copied from Wikipedia)
 
imported>Aggelakis
mNo edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{{#ifexpr: {{{2}}}<=0 | {{#expr:{{{1}}} round {{{2}}}}} | {{#expr:{{{1}}} round {{#ifexpr: {{{2}}}>12|12|{{{2}}}}}}}{{#ifexpr: ({{{2}}}>=1) and (({{{1}}} round 0)=({{{1}}} round {{{2}}})) |.0|}}{{#ifexpr: ({{{2}}}>=2) and (({{{1}}} round 1)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=3) and (({{{1}}} round 2)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=4) and (({{{1}}} round 3)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=5) and (({{{1}}} round 4)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=6) and (({{{1}}} round 5)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=7) and (({{{1}}} round 6)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=8) and (({{{1}}} round 7)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=9) and (({{{1}}} round 8)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=10) and (({{{1}}} round 9)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=11) and (({{{1}}} round 10)=({{{1}}} round {{{2}}})) |0|}}{{#ifexpr: ({{{2}}}>=12) and (({{{1}}} round 11)=({{{1}}} round {{{2}}})) |0|}} }}</includeonly><noinclude>
<includeonly>{{#number_format:{{#expr:{{{1|0}}}}}|{{{2|2}}}|.||}}</includeonly><noinclude>{{Documentation}}</noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 15: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|.||}}