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


Template:TeamDashboard

Renders the full-width team dashboard on a team page. All data is read from Cargo automatically using the current page name. Manual roster entries can be passed as parameters (same as Template:Team).

Usage

Basic (auto roster from DB):

{{TeamDashboard}}

With manual roster overrides:

{{TeamDashboard
|player1=Aurum |name1=Pratik Mehra |role1=Coach   |image1=Defaultplayer.png
|player2=Nub   |name2=-            |role2=Analyst
}}

What it displays

  • Hero: team logo, display name, status/game/rank tags, total earnings
  • Left panel: country, game, tag, rank, earnings, sponsors, socials
  • Right panel:
    • Active Roster (player cards, same design as existing roster)
    • Former Players (tabbed by year of departure)
    • Achievements (date/tier/tournament/place/prize table)

Migration from existing sections

Replace these two sections on your team page:

== Active Roster ==
{{#invoke:Team|roster|player1=...|role1=...}}

== Former Players ==
{{#invoke:Team|formerPlayers}}

With:

{{TeamDashboard|player1=...|role1=...}}