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
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>Stores prize data.
Stores the prize money results for a tournament.
== Cargo Declaration ==
== Cargo Declaration ==
{{#cargo_declare:
{{#cargo_declare:
_table = Tournament_Prizes
_table = Tournament_Prizes
|tournament = String
|tournament = String
|team = String
|recipient = String
|recipient_team = String
|type = String
|place = Integer
|place = Integer
|award_name = String
|money = Integer
|money = Integer
}}
}}</noinclude><includeonly>{{#cargo_store:
</noinclude><includeonly>{{#cargo_store:
_table = Tournament_Prizes
_table = Tournament_Prizes
|tournament = {{PAGENAME}}
|tournament = {{PAGENAME}}
|team = {{{team|}}}
|recipient = {{{recipient|}}}
|place = {{{place|}}}
|recipient_team = {{{team|}}}
|type = {{{type|team}}}
|place = {{{place|0}}}
|award_name = {{{award|}}}
|money = {{{money|0}}}
|money = {{{money|0}}}
}}
}}</includeonly>
<tr>
  <td style="text-align:center;">{{{place|}}}</td>
  <td style="text-align:left;">[[{{{team}}}]]</td>
  <td style="text-align:right;">₹ {{formatnum:{{{money|0}}}}}</td>
</tr></includeonly>

Latest revision as of 04:34, 21 January 2026

Stores prize data.

Cargo Declaration

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