Template:Percentage: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Moverton
No edit summary
 
meta>Moverton
add usage/examples
Line 1: Line 1:
{{#expr: {{{1}}}/{{{2}}}*100 round {{#ifeq: {{#expr: {{{3}}} >= 0 }} | 1 | {{{3}}} | 0 }} }}%<noinclude>
<includeonly>{{#expr: {{{1}}}/{{{2}}}*100 round {{#ifeq: {{#expr: {{{3}}} >= 0 }} | 1 | {{{3}}} | 0 }} }}%</includeonly><noinclude>
 
;Usage: <nowiki>{{</nowiki>Pct| ''numerator'' | ''denominator'' | ''decimals (zero or greater)'' }}
 
;Examples:
* <nowiki>{{Pct | 1 | 3 | 3 }}</nowiki> yields 33.333%
* <nowiki>{{Pct | 2 | 3 | 3 }}</nowiki> yields 67%


[[Category:Mathematical templates|Pct]]
[[Category:Mathematical templates|Pct]]
</noinclude>
</noinclude>

Revision as of 03:52, 20 June 2006


Usage
{{Pct| numerator | denominator | decimals (zero or greater) }}
Examples
  • {{Pct | 1 | 3 | 3 }} yields 33.333%
  • {{Pct | 2 | 3 | 3 }} yields 67%