Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:StandingsTable: Difference between revisions

Template page
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>{{#invoke:Standings|main|matches={{{matches|6}}}}}</includeonly>
{{#vardefine:qlimit|{{{qlimit|8}}}}}
{{#vardefine:estart|{{{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>

Latest revision as of 00:05, 26 January 2026