|
|
| (6 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly> | | <includeonly>{{#invoke:Standings|main|matches={{{matches|6}}}}}</includeonly> |
| {{#vardefine:q_limit|{{{q_limit|8}}}}} | |
| {{#vardefine:e_start|{{{e_start|13}}}}}
| |
| {| class="match-card-table standings-table" style="width:100%; border-collapse: collapse;"
| |
| ! style="width:40px; text-align:center;" | #
| |
| ! style="text-align:left;" | Team
| |
| ! style="width:50px; text-align:center;" | MP
| |
| ! style="width:50px; text-align:center;" | WWCD
| |
| ! class="nomobile" style="width:60px; text-align:center;" | Place
| |
| ! style="width:60px; text-align:center;" | Elims
| |
| ! style="width:70px; text-align:center;" | Total
| |
| {{#cargo_query:
| |
| |tables=StageStandings
| |
| |fields=team, teamshort, matchesplayed, wwcd, placepts, elimpts, totalpts, lastmatchrank, result
| |
| |where=tournament='{{{tournament}}}' AND stage='{{{stage}}}' {{#if:{{{group|}}}|AND groupname='{{{group}}}'}} | |
| |order by=totalpts DESC, wwcd DESC, placepts DESC, elimpts DESC, lastmatchrank ASC
| |
| |format=template
| |
| |template=StandingsDisplayRow
| |
| |named args=yes
| |
| }}
| |
| |}
| |
| </includeonly> | |