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

Template:TournamentListQuery: Difference between revisions

Template page
Created page with "<includeonly>{{#cargo_query: |tables=Tournaments |fields=_pageName=Page, start_date=start_date, end_date=end_date, tier, prize_pool=prize_pool, winner, organizer, image, image_dark |where=start_date IS NOT NULL {{#if:{{{tier|}}}|AND tier="{{{tier}}}"|}} |order by=start_date DESC |limit=50 |named args=yes |format=template |template=TournamentListRow }}</includeonly>"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
|tables=Tournaments
|tables=Tournaments
|fields=_pageName=Page, start_date=start_date, end_date=end_date, tier, prize_pool=prize_pool, winner, organizer, image, image_dark
|fields=_pageName=Page, start_date=start_date, end_date=end_date, tier, prize_pool=prize_pool, winner, organizer, image, image_dark
|where=start_date IS NOT NULL {{#if:{{{tier|}}}|AND tier="{{{tier}}}"|}}
|where=start_date IS NOT NULL AND tier LIKE '{{{tier|%}}}'
|order by=start_date DESC
|order by=start_date DESC
|limit=50
|limit=50
Line 8: Line 8:
|format=template
|format=template
|template=TournamentListRow
|template=TournamentListRow
|default=<div class="tourney-row" style="justify-content:center; padding:20px; color:#64748b; font-weight:bold;">No tournaments found for this category.</div>
}}</includeonly>
}}</includeonly>

Latest revision as of 05:52, 28 January 2026