Halo Esports Wiki
Advertisement

(view - edit)

Documentation

This set of templates replaces {{GroupTableSlot}}, {{LCSTableSlot}}, and {{GroupTableStart}}. The goal of rewriting was to make the code easier for users to implement and modify while not overloading any single template. Therefore depending on the format of a tournament, you will use one of several different options for line template. For copyable code, please go to your template of choice.

Choosing Which Line To Use

Template Game W/L Series W/L Series Ties Points Game Win % Series Win % Groups
{{StandingsLine/WL}}
GreenCheck
GreenCheck
{{StandingsLine/WLS}}
GreenCheck
GreenCheck
GreenCheck
GreenCheck
{{StandingsLine/GWLS}}
GreenCheck
GreenCheck
GreenCheck
GreenCheck
GreenCheck
{{StandingsLine/WTL}}
GreenCheck
GreenCheck
GreenCheck
{{StandingsLine/WTLP}}
GreenCheck
GreenCheck
GreenCheck
GreenCheck
{{StandingsLine/WLP}}
GreenCheck
GreenCheck
GreenCheck
{{StandingsLine/WLSP}}
GreenCheck
GreenCheck
GreenCheck
GreenCheck
GreenCheck

Code Explanation

In the Start template, you will specify:

  • Unnamed Argument, the title of the chart (defaults to Season Standings)
  • |pl1 through |plN, where N is the total number of teams in the league
  • |bg1 through |bgN, where N is the total number of teams in the league (only specify to denote clinching, otherwise leave blank)

These arguments can be anything supported by the template {{Color}}.

All line templates first take an unnamed argument which is the team. Each template then has a unique set of arguments that follow.

Template Arguments Available
{{StandingsLine/WL}} (Team), |W=, |L=, |tied=
{{StandingsLine/WLS}} (Team), |WS=, |LS=, |WG=, |LG=, |tied=
{{StandingsLine/GWLS}} (Team), |G=, |WS=, |LS=, |WG=, |LG=, |tied=
{{StandingsLine/WTL}} (Team), |WS=, |TS=, |LS=, |WG=, |LG=, |tied=
{{StandingsLine/WTLP}} (Team), |WS=, |TS=, |LS=, |WG=, |LG=, |P=, |tied=
{{StandingsLine/WLP}} (Team), |W=, |L=, |P=, |tied=
{{StandingsLine/WLSP}} (Team), |WS=, |LS=, |WG=, |LG=, |P=, |tied=

Here's an explanation of each argument:

Argument Explanation
(Team) The team that goes in that position
|G= Group (for leagues with a unified ladder but multiple groups, such as OPL 2016 Split 1
|W= Number of wins (could be games or series)
|L= Number of losses (could be games or series)
|WS= Number of series won
|TS= Number of series tied
|LS= Number of series lost
|WG= Number of individual games won
|LG= Number of individual games lost
|P= Number of points (or any marker used for tiebreakers)
|tied= Default = empty (i.e. blank, not literally "empty"). If the team is tied with the one above it, then write |tied=1

Placement Color and Background Color

The arguments |pl1 through |pl20 and |bg1 through |bg20 create the background colors for the place number and for the rest of the line (pl for place and bg for background). The color of the place should be the color corresponding to the final placement of the team that's in that slot, while the background color is the minimum extreme either up or down that the team has clinched. At the end of the season, all backgrounds should be filled in.

The colors available are listed at {{Color}}. Some colors there are for usage in prize pools and are not intended for use with this template. Contact a wiki administrator or staff member if you have any questions about what colors should be used.

Adding a Legend

Season Standings

If you wish to add a legend to your code, then add:

|legend=true

And then add the text that you want the legend to be, one line per color used in the placement backgrounds.

The code used to generate the above is:

{{StandingsStart|Season Standings |width=400px
|pl1=upwith3bye|bg1=stay 
|pl2=upwith2bye|bg2=stay
|pl3=upwithbye |bg3=stay
|pl4=up        |bg4= 
|pl5=up        |bg5= 
|pl6=stay      |bg6= 
|pl7=stay      |bg7= 
|pl8=stay      |bg8=
|pl9=down      |bg9= 
|pl10=down     |bg10=
|legend=true
|upwith3bye= Automatic Finals Seed
|upwith2bye= Automatic Round 3 Seed
|upwithbye= Automatic Round 2 Seed
|up= Playoff Seed
|stay= LCK Summer Seed
|down= Plays in Relegations}}
{{StandingsEnd}}

Your choice of line does not affect how to create a legend.

Advertisement