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

BGMI/Teams: Difference between revisions

From eSportsAmaze
No edit summary
Tag: Manual revert
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=100
|limit=200
|format=template
|format=template
|template=TeamCard2
|template=TeamCard2
|named args=yes }}
|named args=yes  
}}
</div>
</div>

Revision as of 02:32, 19 January 2026