Template:WDL
Usage
This template is for use within tables, and will automatically calculate a Win %
There is the option to align the numbers by adding align=
and then left/centre/right as required, and choose the number of decimal places by defining decimals=
For example putting
{{WDL|30|10|12|8}}
within a table will display this. It will display trailing zeroes (e.g. the second case)
Record | ||||
---|---|---|---|---|
P | W | D | L | Win % |
30 | 10 | 12 | 8 | 33.33 |
100 | 10 | 1 | 89 | 10.00 |
There is also the option of adding in two goals columns before the percentage by using for=
and against=
. For example {{WDL|100|10|1|89|for=112|against=88}}
or {{WDL|100|10|1|89|for=112|against=88|diff=yes}}
:
Record | ||||||
---|---|---|---|---|---|---|
P | W | D | L | GF | GA | Win % |
100 | 10 | 1 | 89 | 112 | 88 | 10.00 |
Record | |||||||
---|---|---|---|---|---|---|---|
P | W | D | L | GF | GA | +/- | Win % |
100 | 10 | 1 | 89 | 112 | 88 | +24 | 10.00 |
For a total column at the bottom use {{WDLtot}} in the same way.
Record | ||||
---|---|---|---|---|
P | W | D | L | Win % |
30 | 10 | 12 | 8 | 33.33 |
100 | 10 | 1 | 89 | 10.00 |
130 | 20 | 13 | 97 | 15.38 |
The above documentation is transcluded from Template:WDL/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. |