Template:Infobox league

From Liquipedia VALORANT Wiki

Documentation (view - edit)

[e][h]VCT 2025: Stage 4 Masters - Utrecht
League Information
Series:
Organizer:
Sponsor(s):
Type:
Offline
Location:
Netherlands Utrecht
Format:
Group Stage (Bo1)
Single-Elimination Bracket (Bo3)
Prize Pool:
€5,000,000 EUR
(≃ $5,439,424 USD)
Start Date:
2025-12-01
End Date:
2025-12-03
Teams:
16
Liquipedia Tier:
Maps
Ascent • Breeze • Haven • Icebox • Range • Split
Accommodation
Bookings earn Liquipedia a small commission.

Adding an infobox to your tournament page

An Infobox is one of the standard features of any Liquipedia page and it's no different for tournaments and leagues. The {{Infobox league}}-template should come be before the article text start, but perhaps after other templates such as Tabs or Stub, and also after a banner that you'd like to add to the top. Following will be the explanation of the code, and some templates for you to use on a tournament page.


Code Explanation

{{Infobox league

This brings out the template you will be using.

|liquipediatier=Premier

Either S-Tier, A-Tier, B-Tier, C-Tier, Weekly, Monthly, Miscellaneous, or Qualifier.
You can refer to Category:Tier templates for all tiers on the wiki.

|publishertier=sponsored

Denotes if an event is sponsored by Riot Games.

|name=VCT 2025: Stage 4 Masters - Utrecht
|image=VALORANT Masters.svg
|icon=VCT Masters logo.png
|organizer=Riot Games

Tournament name, link to the banner (upload to LP), and name of organizer, the organizer automatically looks if ther is an LP page with that name and if it finds one it will link to it. You can add up to 4 organizers like this: organizer2 - organizer4 And they'll do the search for each one. Or you can make it into an external link. Also to note: at the moment, Name and Organizer are the only fields that will be displayed even if they are left empty.

|sponsor= [http://www.alienware.com Alienware]
|patch=5.0
|epatch=5.16

If the event spans multiple patch versions enter the epatch too, otherwise just patch is sufficient.

|type=Offline

Either Offline, Online or Hybrid.

|country=Netherlands

The country or continent in which the event takes place.

|city=Utrecht

For offline events, the city in which the event takes place. If both the city and country fields are filled, the city will appear next to the country flag in one single line named Location (as in the example infobox).

|prizepool=5,000,000

The prize pool of the event in the currency the prize money is given in.
Just because an event takes place in a certain country does not mean the prize money will be given in the country's currency.

|localcurrency=EUR

Liquipedia will automatically convert the prize pool from the input supported local currency to the U.S. Dollar.
See lpcommons:Help:CurrencyExchange for more information.

|venue=[https://www.teamliquid.com/AlienwareTF/ Alienware Training Facility]

For offline events, the venue in which the event takes place.

|format=Group Stage ({{Abbr/Bo1}})<br /> Single-Elimination Bracket ({{Abbr/Bo3}})

The format variable should be a short description of the match format and the tournament format (like: "Round Robin"/"Group Stage"/"GSL Groups", "Single-Elimination Bracket" or "Double-Elimination Bracket"). Every stage format should be separated by a line-break (<br />)

List of some possible formats:

Group Stage/Round-Robin/GSL Groups:
|format=Group Stage ({{Abbr/Bo1}})
|format=Group Stage ({{Abbr/Bo3}})

|format=Round-Robin ({{Abbr/Bo1}})
|format=Round-Robin ({{Abbr/Bo3}})

|format=GSL Groups ({{Abbr/Bo1}})
|format=GSL Groups ({{Abbr/Bo3}})
Single-Elimination Bracket:
Single-Elimination Bracket ({{Abbr/Bo1}})
Single-Elimination Bracket ({{Abbr/Bo1}} + {{Abbr/Bo3}})
Single-Elimination Bracket ({{Abbr/Bo1}} + {{Abbr/Bo3}} + {{Abbr/Bo5}})
Double-Elimination Bracket:
Double-Elimination Bracket ({{Abbr/Bo1}})
Double-Elimination Bracket ({{Abbr/Bo1}} + {{Abbr/Bo3}})
Double-Elimination Bracket ({{Abbr/Bo1}} + {{Abbr/Bo3}} + {{Abbr/Bo5}})
Tournament Example:

This example is provided for a tournament with a GSL Group (Bo1) stage and a Double-Elimination Bracket (Bo3+Bo5)

|format=GSL Groups ({{Abbr/Bo1}})<br /> Double-Elimination Bracket ({{Abbr/Bo3}} + {{Abbr/Bo5}})

|prizepoolusd=6,000

The size of the prize pool for the tournament in USD (used when the tournaments have USD as main currenacy and when the main currency is not USD.

|localcurrency=EUR

If the currency used by the tournament is not in USD the local currency should be added as per the ISO 4217 currency standard.

|prizepool=5,000

The size of the prize pool for the tournament in USD if the tournament prize pool is not in USD.

|date= ''2010-10-10''
|sdate= ''2010-10-10''
|edate= ''2010-10-17''

Date of event or if it spans multiple days, you can instead add start and end date. Please try to use the ISO 8601 date standard (YYYY-MM-DD) with the normal "hyphen-minus" (-) as a seperator.

|patch=2.1

Provide patch the event was played on.

|web=https://tl.net

Make a website link for the tournament.

|facebook=teamliquid

Make a Facebook link for the tournament. Note that only the part after facebook.com/ should be in the field.

|twitter=teamliquid

Make a Twitter link for the tournament. Note that only the part after twitter.com/ should be in the field.

|twitch=teamliquid

Make a Twitch link for the tournament. Note that only the part after twitch.tv/ should be in the field.

|youtube=teamliquid

Make a Youtube link for the tournament. Note that only the part after youtube.com/ should be in the field.

|team_number=
|team_slots=

Used to provide information of how many team slots are available for the tournament, often used in qualifiers that are not filled.

|mapX=

These are to be used for maps in the torunaments map poool, mapX sets the number of maps available for the league. map1 - map10 lists up to 10 possible maps.

|previous=
|next=

Links to the previous and next editions of the serie/tournament.

}}

Ends the use of the template, without this the template will not work.

Copy & Paste Templates

NOTE: After you've entered all the information you have, do not add: 0, N/A, TBD etc to empty variable fields, instead it is often times best to just remove the empty ones, unless you know this information will be coming in the future (like results for first through third place) but then you can just leave the fields blank.