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
 
(31 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
</noinclude><includeonly>
|mode          = Squads
{{#cargo_store:_table=Tournaments
|currency      =
|name={{{name|{{PAGENAME}}}}}
|rate          = 1
|image={{{image|}}}
|prizepool    =  
|series={{{series|}}}
|start_date    = YYYY-MM-DD
|organizer={{{organizer|}}}
|end_date      = YYYY-MM-DD
|game={{{game|BGMI}}}
|location      = India
|mode={{{mode|}}}
|venue        =  
|type={{{type|}}}
|device        =  
|location={{{location|}}}
|winner        =  
|prizepool={{{prizepool|}}}
|runner_up    =  
|start_date={{{start_date|}}}
|instagram    =  
|end_date={{{end_date|}}}
|twitter      =  
|tier={{{tier|}}}
|youtube      =  
|teams={{{teams|}}}
|discord      =  
|winner={{{winner|}}}
|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).''


{| class="infobox"
== Cargo Declaration ==
|+ {{{name|{{PAGENAME}}}}}
{{#cargo_declare:
|-
_table = Tournaments
| colspan="2" class="infobox-image" |
|name = String
{{#if:{{{image|}}}|[[File:{{{image}}}|250px]]}}
|series = Page
|-
|series_season = String
! colspan="2" class="infobox-header" | League Information
|series_value = Integer
|-
|organizer = List (,) of String
{{#if:{{{series|}}}|
|sponsor = List (,) of String
! Series
|game = String
| {{{series}}}
|mode = String
|-
|type = String
}}
|tier = String
{{#if:{{{organizer|}}}|
|device = String
! Organizer
|location = String
| {{{organizer}}}
|venue = String
|-
|prize_pool = Integer
}}
|start_date = Date
{{#if:{{{type|}}}|
|end_date = Date
! Type
|winner = String
| {{{type}}}
|runner_up = String
|-
|image = File
}}
|image_dark = File
{{#if:{{{location|}}}|
|instagram = URL
! Location
|twitter = URL
| {{{location}}}
|youtube = URL
|-
|discord = URL
}}
|facebook = URL
! colspan="2" class="infobox-header" | Game Settings
|website = URL
|-
{{#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}}}]]'''
|-
}}
}}
|}
</noinclude><includeonly>{{DISPLAYTITLE:{{SUBPAGENAME}}}}{{#invoke:Tournament|infobox}}[[Category:Tournaments]]</includeonly>
</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.