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

Template:TeamHistory: Difference between revisions

Template page
No edit summary
Line 4: Line 4:
</noinclude><includeonly>
</noinclude><includeonly>
== Tournament Statistics ==
== Tournament Statistics ==
{{#cargo_query:
|tables=Stage_Standings
|fields=date, tournament, stage, rank, matches_played=Matches, wins=WWCD, kill_pts=Eliminations, total_pts=Points, status=result
|where=team='{{PAGENAME}}'
|order by=date DESC
|format=template
|template=TeamHistoryRow
|named args=yes
|intro=<table class="wikitable flat-table sortable" style="width:100%; text-align:center;">
<tr>
  <th style="width:80px;">Date</th>
  <th style="text-align:left;">Tournament</th>
  <th>Stage</th>
  <th>Rank</th>
  <th>Matches</th>
  <th>WWCD</th>
  <th>Elims</th>
  <th>Total</th>
</tr>
|outro=</table>
|default=<p>''No data available for this team yet.''</p>
}}</includeonly>

Revision as of 03:20, 21 January 2026

Adds an automatic Tournament History table to a team page. Usage: Place == Tournament Statistics == at the bottom of the page.