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
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{#cargo_declare:_table=Tournaments
== Usage ==
|name=String
Copy and paste this code to create a new Tournament page.
|image=File
 
|series=String
<pre>
|organizer=String
{{Infobox Tournament
|game=String
|name         =  
|mode=String
|image         =
|type=String
|image_dark    =  
|location=String
|series       =
|prizepool=String
|series_season =
|start_date=Date
|series_value  =  
|end_date=Date
|organizer     =
|tier=String
|sponsor      =  
|teams=Integer
|game         = BGMI
|winner=Page
|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      =  
}}
}}
</noinclude><includeonly>
</pre>
{{#cargo_store:_table=Tournaments
 
|name={{{name|{{PAGENAME}}}}}
== Parameters ==
|image={{{image|}}}
* '''series_value''': (Important) Enter '1', '2', '3' etc. This allows the "Previous / Next" buttons to work automatically.
|series={{{series|}}}
* '''currency''': The symbol of the prize money (e.g. $, ₹).
|organizer={{{organizer|}}}
* '''rate''': The conversion rate to INR.
|game={{{game|BGMI}}}
*: ''Example: If currency is $ and 1 USD = 84 INR, enter '''84'''.''
|mode={{{mode|}}}
*: ''Example: If currency is ₹, enter '''1''' (or leave blank).''
|type={{{type|}}}
 
|location={{{location|}}}
== Cargo Declaration ==
|prizepool={{{prizepool|}}}
{{#cargo_declare:
|start_date={{{start_date|}}}
_table = Tournaments
|end_date={{{end_date|}}}
|name = String
|tier={{{tier|}}}
|series = Page
|teams={{{teams|}}}
|series_season = String
|winner={{{winner|}}}
|series_value = Integer
|organizer = List (,) of String
|sponsor = List (,) of String
|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
}}
}}
{| class="infobox"
</noinclude><includeonly>{{DISPLAYTITLE:{{SUBPAGENAME}}}}{{#invoke:Tournament|infobox}}[[Category:Tournaments]]</includeonly>
|+ {{{name|{{PAGENAME}}}}}
|-
| colspan="2" class="infobox-image" | {{#if:{{{image|}}}|[[File:{{{image}}}|250px]]}}
|-
! colspan="2" class="infobox-header" | League Information
|-
{{#if:{{{series|}}}|
! Series
| {{{series}}}
|-
}}
{{#if:{{{organizer|}}}|
! Organizer
| {{{organizer}}}
|-
}}
{{#if:{{{type|}}}|
! Type
| {{{type}}}
|-
}}
{{#if:{{{location|}}}|
! Location
| {{{location}}}
|-
}}
! colspan="2" class="infobox-header" | Game Settings
|-
{{#if:{{{mode|}}}|
! Game Mode
| {{{mode}}}
|-
}}
{{#if:{{{tier|}}}|
! Liquipedia Tier
| {{{tier}}}
|-
}}
! colspan="2" class="infobox-header" | Tournament Data
|-
{{#if:{{{prizepool|}}}|
! Prize Pool
| {{{prizepool}}}
|-
}}
{{#if:{{{start_date|}}}|
! Dates
| {{{start_date}}} {{#if:{{{end_date|}}}| – {{{end_date}}} }}
|-
}}
{{#if:{{{teams|}}}|
! Teams
| {{{teams}}}
|-
}}
{{#if:{{{winner|}}}|
! Winner
| '''[[{{{winner}}}]]'''
|-
}}
|}
</includeonly>

Latest revision as of 03:57, 21 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.