Template:Decimals/doc: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
imported>Sekoia
(not limited to 12 anymore)
imported>Aggelakis
m (+cat)
 
Line 16: Line 16:
<includeonly><!--
<includeonly><!--
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
[[Category:Standardized Text Templates]]
</includeonly>
</includeonly>

Latest revision as of 15:52, 17 July 2012

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

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