Template:ParticipantTeam: Difference between revisions
Template page
More actions
Esportsamaze (talk | contribs) No edit summary |
Esportsamaze (talk | contribs) No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Displays a | Displays a Responsive Roster Card (Mobile Friendly). | ||
Usage: {{ParticipantTeam |team=Team Name |p1=Player1 ...}} | Usage: {{ParticipantTeam |team=Team Name |seeding=Invited |p1=Player1 ...}} | ||
== Cargo Declaration == | == Cargo Declaration == | ||
{{#cargo_declare: | {{#cargo_declare: | ||
| Line 7: | Line 7: | ||
|tournament = String | |tournament = String | ||
|team = String | |team = String | ||
|seeding = String | |||
|p1 = String | |p1 = String | ||
|p2 = String | |p2 = String | ||
| Line 12: | Line 13: | ||
|p4 = String | |p4 = String | ||
|p5 = String | |p5 = String | ||
|p6 = String | |||
|coach = String | |coach = String | ||
|analyst = String | |analyst = String | ||
}} | }} | ||
</noinclude><includeonly> | </noinclude><includeonly>{{#cargo_store: | ||
{{#cargo_store: | |||
_table = Tournament_Teams | _table = Tournament_Teams | ||
|tournament = {{#titleparts:{{PAGENAME}}|1}} | |tournament = {{{tournament|{{#titleparts:{{PAGENAME}}|1|3}} }}} | ||
|team = {{{team|}}} | |team = {{{team|}}} | ||
|seeding = {{{seeding|}}} | |||
|p1 = {{{p1|}}} | |p1 = {{{p1|}}} | ||
|p2 = {{{p2|}}} | |p2 = {{{p2|}}} | ||
| Line 25: | Line 27: | ||
|p4 = {{{p4|}}} | |p4 = {{{p4|}}} | ||
|p5 = {{{p5|}}} | |p5 = {{{p5|}}} | ||
|p6 = {{{p6|}}} | |||
|coach = {{{coach|}}} | |coach = {{{coach|}}} | ||
|analyst = {{{analyst|}}} | |analyst = {{{analyst|}}} | ||
}} | }}{{#invoke:Participant|card|team={{{team|}}}|seeding={{{seeding|}}}|p1={{{p1|}}}|p2={{{p2|}}}|p3={{{p3|}}}|p4={{{p4|}}}|p5={{{p5|}}}|p6={{{p6|}}}|coach={{{coach|}}}|analyst={{{analyst|}}}}}</includeonly> | ||
{{# | |||
}} | |||
</includeonly> | |||
Latest revision as of 01:42, 25 January 2026
Displays a Responsive Roster Card (Mobile Friendly).
Usage:
Cargo Declaration
This template defines the table "Tournament_Teams". View table.

