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

Template:PrizeMoney: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
Stores prize money data.
Stores prize data.
== Cargo Declaration ==
== Cargo Declaration ==
{{#cargo_declare:
{{#cargo_declare:
_table = Tournament_Prizes
_table = Tournament_Prizes
|tournament = String
|tournament = String
|recipient = String |type = String       |place = Integer     |award_name = String |money = Integer
|recipient = String     |recipient_team = String |type = String           |place = Integer
|award_name = String
|money = Integer
}}
}}
</noinclude><includeonly>
</noinclude><includeonly>
Line 11: Line 13:
_table = Tournament_Prizes
_table = Tournament_Prizes
|tournament = {{PAGENAME}}
|tournament = {{PAGENAME}}
|recipient = {{{recipient|{{{team|}}}}}}
|recipient = {{{recipient|}}}
|type = {{{type|team}}}
|recipient_team = {{{team|}}} |type = {{{type|team}}}
|place = {{{place|0}}}
|place = {{{place|0}}}
|award_name = {{{award|}}}
|award_name = {{{award|}}}
|money = {{{money|0}}}
|money = {{{money|0}}}
}}</includeonly>
}}</includeonly>

Revision as of 04:21, 21 January 2026

Stores prize data.

Cargo Declaration

This template defines the table "Tournament_Prizes". View table.