قالب:WDL
من أرابيكا، الموسوعة العربية الحرة
المزيد من اللغات
المزيد من الإجراءات
الاستخدام
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 |