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
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>
<includeonly>{{#invoke:Team|history|team={{{team|{{PAGENAME}}}}}}}</includeonly>
Adds an automatic Tournament History table to a team page.
Usage: Place {{TeamHistory}} at the bottom of the page.
</noinclude><includeonly>
== 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>

Latest revision as of 00:37, 25 January 2026