Template:Infobox league

From QWiki
Revision as of 18:17, 19 September 2017 by Bps (talk | contribs)

Documentation (view - edit)

[e][h]DreamHack Winter 2025
Dh08.jpg
League Information
Series:
Organizer:
DreamHack
Founder:
Finland _Ianne
Type:
Offline
Location:
Sweden Jönköping
Venue:
Format:
Group Stage (Bo1)
Single-Elimination Bracket (Bo3)
Prize pool:
5,000,000 SEK
(≃ $599,911.23 USD)
Start Date:
2010-10-10
End Date:
2010-10-17
Links
Winners
 Europe X
Maps
dm2 • dm3 • e1m2 • cmt3 • schloss • ctl8
Signups
Number of signups:
8
Property "Has tournament format" (as page type) with input value "Group Stage (Bo1) Single-Elimination Bracket (Bo3)" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.

}}

--> An Infobox is one of the standard features of any QWiki page and it's no different for tournaments and leagues. The {{Infobox league}}-template should come before the article text start.

Code Explanation

{{Infobox league

This brings out the template you will be using.

|name=DreamHack Winter 2025
|year=2023

Set year to get categorization right

|image=no_img.png
|organizer=DreamHack
|admin=
|founder=

You can add up to 4 organizers and 5 admins, 1 founder. Like this: organizer2 - admin4 etc. Please use the player template with flags, like this {{player|ocoini|flag=no}}.

|sponsor= [http://www.madeupsite.com/ madeupsite]
|type=Online

Either Offline, Online or Hybrid.

|country=Sweden

The country or continent in which the event takes place.

|city=Jönköping

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).

|venue=[http://www.elmia.se Elmia]

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=GSL Groups ({{Abbr/Bo1}})
|format=GSL Groups ({{Abbr/Bo3}})
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}})

|prizepool=6,000

The size of the prize pool for the tournament and. Add currency after value.

|prizepoolusd=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.

|website=www.quakeworld.nu

Make a website link for the tournament. Can list multiple with website1 etc.

|discord=discord.quake.world

Make a link to tournament Discord.

|facebook=qwiki

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

|twitter=qwiki

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

|twitch=qwiki

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

|youtube=qwiki

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

|teamfirst=
|teamsecond=
|teamthird=

These are the team placings in the tournament, just like with the ids there's teamthird2 and teamfourth variables. And just like for organizers these will link automatically to a page with the same name as you've entered if there is one.

|team_number=

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

|teamX=

These are to be used for team tournaments team_number sets the number of teams playing in the league. team1 - team16 lists up to 16 possible teams, for a league with more teams than this just leave these fields blank and make a list on the page.

|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.
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.


Adapted from Liquipedia