<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>

;Whakahaere: <nowiki>{{</nowiki> Decimals | ''number'' | ''decimals (limited to 12)'' }}

;Hei tauira:
* <nowiki>{{Decimals|1234|-2}}</nowiki> yields 1200
* <nowiki>{{Decimals|1234|0}}</nowiki> yields 1234
* <nowiki>{{Decimals|1234|1}}</nowiki> yields 1234.0
* <nowiki>{{Decimals|1234|2}}</nowiki> yields 1234.00
* <nowiki>{{Decimals|9/8|5}}</nowiki> yields 1.12500
* <nowiki>{{Decimals|1/3|15}}</nowiki> yields 0.333333333333 (only the first 12 digits are returned)
* <nowiki>{{Decimals|1/33|7}}</nowiki> yields 0.0303030
* <nowiki>{{Decimals|0.006|1}}</nowiki> yields 0.0
[[Category:Tauira]]
[[en:Template:Decimals]]
</noinclude>