Template:PrizePool: Difference between revisions
Template page
More actions
Esportsamaze (talk | contribs) Created page with "<noinclude> {{#cargo_declare: _table = PrizeMoney |tournament = Page |placement = String |team = Page |player = Page |prize = Integer |award = String }} </noinclude><includeonly>{{#invoke:PrizePool|main}}</includeonly>" |
Esportsamaze (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Usage == | |||
This template generates the Prize Pool table and stores the data in the '''PrizeMoney''' table. | |||
=== Currency Support === | |||
You can input money in any currency. The system will display it in the original currency AND show the converted INR value below it. | |||
* '''currency''' = The symbol (e.g. $, €, ¥). Defaults to ₹. | |||
* '''rate''' = The exchange rate to INR (e.g. 84 for USD, 0.55 for Yen). | |||
<pre> | |||
{{PrizePool | |||
|currency = $ | |||
|rate = 84 | |||
|place_1 = 1st |team_1 = GodLike Esports |prize_1 = 5000 | |||
|place_2 = 2nd |team_2 = Team SouL |prize_2 = 2500 | |||
... | |||
|award_1 = MVP |award_1_winner = Jonathan |award_1_prize = 500 | |||
}} | |||
</pre> | |||
== Cargo Declaration == | |||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = PrizeMoney | _table = PrizeMoney | ||
Latest revision as of 01:55, 15 February 2026
Usage
This template generates the Prize Pool table and stores the data in the PrizeMoney table.
Currency Support
You can input money in any currency. The system will display it in the original currency AND show the converted INR value below it.
- currency = The symbol (e.g. $, €, ¥). Defaults to ₹.
- rate = The exchange rate to INR (e.g. 84 for USD, 0.55 for Yen).
{{PrizePool
|currency = $
|rate = 84
|place_1 = 1st |team_1 = GodLike Esports |prize_1 = 5000
|place_2 = 2nd |team_2 = Team SouL |prize_2 = 2500
...
|award_1 = MVP |award_1_winner = Jonathan |award_1_prize = 500
}}
Cargo Declaration
This template defines the table "PrizeMoney". View table.