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

Template:Infobox Tournament: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{#cargo_store:
<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|{{PAGENAME}}}}}
|name = String
|series = {{{series|}}}
|series = Page
|image = {{{image|}}}
|series_season = String
|image_dark = {{{image_dark|}}}
|series_value = Integer
|organizer = {{{organizer|}}}
|organizer = List (,) of String
|type = {{{type|}}}
|sponsor = List (,) of String
|location = {{{location|}}}
|game = String
|prizepool = {{{prizepool|}}}
|mode = String
|start_date = {{{start_date|}}}
|type = String
|end_date = {{{end_date|}}}
|tier = String
|winner = {{{winner|}}}
|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|name={{{name|{{PAGENAME}}}}}|series={{{series|}}}|image={{{image|}}}|image_dark={{{image_dark|}}}|organizer={{{organizer|}}}|type={{{type|}}}|location={{{location|}}}|prizepool={{{prizepool|}}}|start_date={{{start_date|}}}|end_date={{{end_date|}}}|winner={{{winner|}}} }}
</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.