Template:Infobox season/doc

From Itora Wiki

Description

This is an infobox for campaign arcs and show seasons.

Syntax

  • campaign — Name of the campaign or show. This is not the name of the arc. If this is left blank, the template will try to automatically fill this in from the article title. Do NOT wikilink this. The infobox styling does not display any link styling, making the link invisible.
  • name — Name of the arc or season, in the format of "Arc #: Name of the Arc". If this is left blank, the template will try to automatically fill this in from the article title.
  • image — An image.
  • image_alt — Alt text for the image.
  • caption — Caption for the image.
  • AKA — Any other names for the arc or season. Do not insert names used by the fandom. Only use names given by the production, such as in Crit Recap Animated.
  • total — Total number of episodes in the arc or season.
  • first — First episode of the arc or season in CxEE notation. Do not wrap this in {{ep}}. Provide only the number, i.e. 2x76
  • first_airdate — Airdate of the first episode. Provide in ISO 8601 (YYYY-MM-DD). The template automatically reformats this date to display according to your date preferences.
  • last — Last episode of the arc or season in CxEE notation. Do not wrap this in {{ep}}. Provide only the number, i.e. 2x76
  • last_airdate — Airdate of the last episode. Provide in ISO 8601 (YYYY-MM-DD). The template automatically reformats this date to display according to your date preferences. Leave this blank if the arc or season is ongoing; the template will automatically display "present" instead. If this is the same as "first_airdate", such as an entire season or arc being released at once, fill this in anyway; the template will automatically detect that it is the same and display accordingly.
  • Sub-arc parameters are numbered 1 through 3. To insert a second and third sub-arc, substitute the appropriate number into the field names below. This is for sub-divisions of the arc or season, not for alternative names of the entire arc (use "AKA" for that) nor for alternative groupings of the episodes.
    • subarc1 — Name of the first sub-arc, if any. Do not insert names used by the fandom. Only use names that are headers in the article or are given by the production, such as in Crit Recap Animated.
    • subarc1_total — Total number of episodes in the first sub-arc.
    • subarc1_first — First episode of the first sub-arc or season in CxEE notation. Do not wrap this in {{ep}}. Provide only the number, i.e. 2x76
    • subarc1_last — Last episode of the first sub-arc or season in CxEE notation. Do not wrap this in {{ep}}. Provide only the number, i.e. 2x76
  • previous — Wikilink to the previous arc. If left blank, the template will attempt to automatically generate this and will display None if there isn't one. Do NOT link between campaigns, i.e. Campaign 2 Arc 1: Come Together should not link to Campaign 1 Arc 5: Vecna in this field.
  • next — Wikilink to the next arc. If left blank, the template will attempt to automatically generate this and will display None if there isn't one. Do NOT link between campaigns, i.e. Campaign 2 Arc 6: Weird Magic should not link to Campaign 3 Arc 1 in this field.
  • list — Article where the episode list lives. Insert this as just the article name, the template wikilinks this automatically. The link will always be formatted using the name displayed as the top-most title of the infobox (the "campaign" field). If left blank, the template creates a link to List of episodes and attempts to anchor to a section with the same name as the top-most title. To create an anchor link to a different page, insert it into this field as "Article title#Section title"

Empty template

{{infobox season
|campaign = <!-- do NOT wikilink this -->
|name = <!-- in the format of "Arc #: Name" -->
|image = 
|image_alt =
|caption = 
<!-- Arc information -->
|AKA = 
|total = 
|first = <!-- in CxEE format, do NOT use {{ep}} -->
|first_airdate = 
|last = <!-- in CxEE format, do NOT use {{ep}} -->
|last_airdate = 
<!-- Sub-arcs -->
|subarc1 =
|subarc1_total = 
|subarc1_first = <!-- in CxEE format, do NOT use {{ep}} -->
|subarc1_last = <!-- in CxEE format, do NOT use {{ep}} -->
|subarc2 = 
|subarc2_total =
|subarc2_first = <!-- in CxEE format, do NOT use {{ep}} -->
|subarc2_last = <!-- in CxEE format, do NOT use {{ep}} -->
|subarc3 = 
|subarc3_total =
|subarc3_first = <!-- in CxEE format, do NOT use {{ep}} -->
|subarc3_last = <!-- in CxEE format, do NOT use {{ep}} -->
<!-- Narrative chronology -->
|previous = 
|next = 
|list = <!-- do not wikilink, put only the article name -->
}}

Examples


{{Infobox season
|campaign = Campaign 2: The Mighty Nein <!-- this is formatted so it will wrap nicely -->
|name = Arc 2: The Bad Guys

|total = 22
|first = 2x26
|first_airdate = July 12, 2018
|last = 2x47
|last_airdate = January 10, 2019

|subarc1 = Iron and Blood
|subarc1_total = 10
|subarc1_first = 2x26
|subarc1_last = 2x35

|subarc2 = Adventure on the High Seas
|subarc2_total = 12
|subarc2_first = 2x36
|subarc2_last = 2x47

|previous = [[Campaign 2 Arc 1: Come Together]]
|next = [[Campaign 2 Arc 3: The Bright Queen's Favor]]
}}


{{infobox season
|campaign = ''A Made Up Show''
|name = Season 4: Pretend Things
|image = Example.png
|caption = This show totally exists, you guys!
<!-- Arc information -->
|AKA = 
|total = 22
|first = 2x01
|first_airdate = January 6, 2022
|last = 2x22
|last_airdate = January 6, 2022
<!-- Narrative chronology -->
|previous = A Made Up Show Season 3
|next = A Made Up Show Season 5
|list = Template:Infobox_season/doc#Examples
}}