Template:Decimals/doc

From City of Heroes: Rebirth Wiki
< Template:Decimals
Revision as of 03:41, 20 January 2012 by imported>Sekoia (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> ==Usage== <nowiki>{{</nowiki>Decimals|''number''|''decimals (limited to 12)''}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This is a documentation subpage for Template:Decimals (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

Usage

{{Decimals|number|decimals (limited to 12)}}

Examples

  • {{Decimals|1234|-2}} yields {{#number_format:1234|-2|.||}}
  • {{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|.||}} (only the first 12 digits are returned)
  • {{Decimals|1/33|7}} yields {{#number_format:0.03030303030303|7|.||}}
  • {{Decimals|0.006|1}} yields {{#number_format:0.006|1|.||}}