|
|
| Line 1: |
Line 1: |
| <includeonly> | | <includeonly>{{#invoke:Standings|main|tournament={{{tournament|}}}|stage={{{stage|}}}|group={{{group|}}}|qlimit={{{qlimit|}}}|estart={{{estart|}}}}}</includeonly> |
| {{#vardefine:qlimit|{{{qlimit|{{#var:qlimit|8}} }}} }} | |
| {{#vardefine:estart|{{{estart|{{#var:estart|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> | |