BGMI/Teams: Difference between revisions
From eSportsAmaze
More actions
< BGMI
Esportsamaze (talk | contribs) No edit summary Tag: Manual revert |
Esportsamaze (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
== Active Teams == | == Active Teams == | ||
<div class="participant-container" style="justify-content: center;"> | |||
{{#cargo_query: | |||
|tables=Teams | |||
|fields=_pageName=Page, name, image | |||
|where=_pageName LIKE 'BGMI/Teams/%' AND status='Active' | |||
|order by=name ASC | |||
|limit=200 | |||
|format=template | |||
|template=TeamCard2 | |||
|named args=yes | |||
}} | |||
</div> | |||
== Inactive & Disbanded Teams == | |||
<div class="participant-container" style="justify-content: center;"> | <div class="participant-container" style="justify-content: center;"> | ||
{{#cargo_query: | {{#cargo_query: | ||
|tables=Teams | |tables=Teams | ||
|fields=_pageName=Page, name, image | |fields=_pageName=Page, name, image | ||
|where=_pageName LIKE 'BGMI/Teams/%' | |where=_pageName LIKE 'BGMI/Teams/%' AND status != 'Active' AND status != '' | ||
|order by=name ASC | |order by=name ASC | ||
|limit= | |limit=200 | ||
|format=template | |format=template | ||
|template=TeamCard2 | |template=TeamCard2 | ||
|named args=yes | |named args=yes | ||
}} | |||
</div> | </div> | ||