Difference between revisions of "Template:WDLtot"
(use Lua) |
m (1 revision) |
(No difference)
|
Latest revision as of 07:25, 22 August 2014
Uses Lua: |
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 |
If the numbers of wins, losses and draws do not add up correctly, the page will appear in Category:WDL error.
Empty parameters
If the first parameter is empty, the value for games played is computed from the sum of Wins Draws and Losses
Record | ||||
---|---|---|---|---|
P | W | D | L | Win % |
30 | 10 | 12 | 8 | 33.33 |
100 | 10 | 1 | 89 | 10.00 |
130 | 20 | 13 | 97 | 15.38 |
If any win, draw, or loss parameter is empty, the value is assumed to be zero when computing the percentage
Record | ||||
---|---|---|---|---|
P | W | D | L | Win % |
18 | 10 | 8 | 55.56 | |
99 | 10 | 89 | 10.10 | |
117 | 20 | 97 | 17.09 |
Record | ||||
---|---|---|---|---|
P | W | D | L | Win % |
18 | 10 | 8 | 55.56 | |
99 | 10 | 89 | 10.10 | |
117 | 20 | 97 | 17.09 |
Record | ||||
---|---|---|---|---|
P | W | D | L | Win % |
20 | 12 | 8 | 0.00 | |
90 | 1 | 89 | 0.00 | |
110 | 13 | 97 | 0.00 |
See also
- {{win-loss record}}
- Category:WDL error - errors with the template appear in this category
The above documentation is transcluded from Template:WDLtot/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. |