Template:Infobox Tournament: Difference between revisions
Template page
More actions
Esportsamaze (talk | contribs) No edit summary |
Esportsamaze (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
< | <noinclude> | ||
== Usage == | |||
Copy and paste this code to create a new Tournament page. | |||
<pre> | |||
{{Infobox Tournament | |||
|name = | |||
|image = | |||
|image_dark = | |||
|series = | |||
|series_season = | |||
|series_value = | |||
|organizer = | |||
|sponsor = | |||
|game = BGMI | |||
|type = Online | |||
|tier = A-Tier | |||
|mode = Squads | |||
|currency = ₹ | |||
|rate = 1 | |||
|prizepool = | |||
|start_date = YYYY-MM-DD | |||
|end_date = YYYY-MM-DD | |||
|location = India | |||
|venue = | |||
|device = | |||
|winner = | |||
|runner_up = | |||
|instagram = | |||
|twitter = | |||
|youtube = | |||
|discord = | |||
|website = | |||
}} | |||
</pre> | |||
== Parameters == | |||
* '''series_value''': (Important) Enter '1', '2', '3' etc. This allows the "Previous / Next" buttons to work automatically. | |||
* '''currency''': The symbol of the prize money (e.g. $, ₹). | |||
* '''rate''': The conversion rate to INR. | |||
*: ''Example: If currency is $ and 1 USD = 84 INR, enter '''84'''.'' | |||
*: ''Example: If currency is ₹, enter '''1''' (or leave blank).'' | |||
== Cargo Declaration == | |||
{{#cargo_declare: | |||
_table = Tournaments | _table = Tournaments | ||
|name = | |name = String | ||
|series = | |series = Page | ||
| | |series_season = String | ||
| | |series_value = Integer | ||
| | |organizer = List (,) of String | ||
| | |sponsor = List (,) of String | ||
|location = | |game = String | ||
| | |mode = String | ||
| | |type = String | ||
| | |tier = String | ||
| | |device = String | ||
|location = String | |||
|venue = String | |||
|prize_pool = Integer | |||
|start_date = Date | |||
|end_date = Date | |||
|winner = String | |||
|runner_up = String | |||
|image = File | |||
|image_dark = File | |||
|instagram = URL | |||
|twitter = URL | |||
|youtube = URL | |||
|discord = URL | |||
|facebook = URL | |||
|website = URL | |||
}} | }} | ||
{{#invoke:Tournament|infobox | </noinclude><includeonly>{{#invoke:Tournament|infobox}}[[Category:Tournaments]]</includeonly> | ||
[[Category:Tournaments]]</includeonly> | |||
Revision as of 02:13, 15 February 2026
Usage
Copy and paste this code to create a new Tournament page.
{{Infobox Tournament
|name =
|image =
|image_dark =
|series =
|series_season =
|series_value =
|organizer =
|sponsor =
|game = BGMI
|type = Online
|tier = A-Tier
|mode = Squads
|currency = ₹
|rate = 1
|prizepool =
|start_date = YYYY-MM-DD
|end_date = YYYY-MM-DD
|location = India
|venue =
|device =
|winner =
|runner_up =
|instagram =
|twitter =
|youtube =
|discord =
|website =
}}
Parameters
- series_value: (Important) Enter '1', '2', '3' etc. This allows the "Previous / Next" buttons to work automatically.
- currency: The symbol of the prize money (e.g. $, ₹).
- rate: The conversion rate to INR.
- Example: If currency is $ and 1 USD = 84 INR, enter 84.
- Example: If currency is ₹, enter 1 (or leave blank).
Cargo Declaration
This template defines the table "Tournaments". View table.