Template:PrizeMoney: Difference between revisions
Template page
More actions
Esportsamaze (talk | contribs) No edit summary |
Esportsamaze (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Stores | Stores prize money. | ||
== 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 |money_usd = Integer }} | ||
|place = Integer | |||
|money = Integer | |||
}} | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{{#cargo_store: | {{#cargo_store: | ||
_table = Tournament_Prizes | _table = Tournament_Prizes | ||
|tournament = {{PAGENAME}} | |tournament = {{PAGENAME}} | ||
|team = {{{team | |recipient = {{{recipient|{{{team|}}}}}} |type = {{{type|team}}} | ||
|place = {{{place|}}} | |place = {{{place|0}}} | ||
|award_name = {{{award|}}} | |||
|money = {{{money|0}}} | |money = {{{money|0}}} | ||
|money_usd = {{{usd|0}}} | |||
}}</includeonly> | |||
Revision as of 03:39, 21 January 2026
Stores prize money.
Cargo Declaration
This template defines the table "Tournament_Prizes". View table.