Template:Infobox-Season

From Apex Legends Wiki
Jump to navigation Jump to search


Template-info.svg Documentation

This is a basic infobox for seasons.

Usage

{{Infobox season
| name       =
| image      =
| title      =
| legend     =
| weapon     =
| map        =
| map2       =
| map3       =
| quest      =
| theme      =
| startDate  =
| endDate    =
| lastSeason =
| nextSeason =
}}

Parameters

Parameter Data type Default value Notes
name String {{PAGENAME}} Which season it is. Starts with “Season” and ends with a number.
image String {{PAGENAME}} The emblem for that season.
title String The title of the season.
legend String The Legend introduced at the beginning of the season.
weapon String The weapon introduced at the beginning of the season. If there is no new weapon in that season, leave this blank.
map String The featured map for that season; it is the map that got added or updated that season.
map2 String The secondary map for that season; it is the ranked map that is not the featured map. If there is only 1 map in that season, leave this blank.
map3 String The tertiary map for that season; it is the map that is in unranked but not in ranked. If there are only 1 or 2 maps in that season, leave this blank.
quest String The quest for that season. If there is no quest in that season, leave this blank.
theme String The season’s battle pass theme.
startDate String The start date for that season.
endDate String The end date for that season.
lastSeason String The previous season.
nextSeason String The next season.

Example

Season 5
Season 5.svg
Fortune's Favor
General
New Legend Loba
Featured map Kings Canyon
Secondary map World's Edge
Season Quest "The Broken Ghost"
Battle Pass
Theme Exploration
Duration
Start date May 12, 2020
End date August 18, 2020
Previous Season Next Season
Assimilation Boosted


{{Infobox season
| name       = Season 5
| image      = Season 5.svg
| title      = Fortune's Favor
| legend     = [[Loba]]
| weapon     =
| map        = [[Kings Canyon]]
| map2       = [[World's Edge]]
| map3       =
| quest      = [[The Broken Ghost]]
| theme      = Exploration
| startDate  = May 12, 2020
| endDate    = August 18, 2020
| lastSeason = [[Assimilation]]
| nextSeason = [[Boosted]]
}}