Template:Winning percentage
Expression error: Unexpected = operator.
Usage
This template calculates the winning percentage given three parameters: wins, losses and ties. Those three parameters are unnamed.
{{Winning percentage|<wins>|<losses>|<ties>}}
Wins and losses are required while ties are optional. In addition, by including |leading_zero=y
will add a leading 0 before the period (.).
Code | Result |
---|---|
{{Winning percentage|100|50|3}}
|
Expression error: Unexpected = operator. |
{{Winning percentage|100|50}}
|
Expression error: Unexpected = operator. |
{{Winning percentage|100|50|3|leading_zero=y}}
|
Expression error: Unexpected = operator. |
{{Winning percentage|100|50|leading_zero=y}}
|
Expression error: Unexpected = operator. |
{{Winning percentage|100|0}}
|
Expression error: Unexpected = operator. |
{{Winning percentage|0|4}}
|
Expression error: Unexpected = operator. |
{{Winning percentage|0|0}}
|
Expression error: Unexpected = operator. |
Aliases
See also
- {{Percentage}}
The above documentation is transcluded from Template:Winning percentage/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |