Template:Infobox Episode/docs

From Itora Wiki

The episode infobox is still heavily under construction. If you are good with making infoboxes and think something is still missing from this infobox (which is probably a lot), please add to it.

Description

This template is used to create an episode infobox.

Syntax

Type {{Infobox Episode|<...>}} somewhere, with parameters as shown below.

Parameters

  • |Unaired= If the episode is unaired, then true (Optional | DEFAULT: false)
  • |Name= Header title (Optional | DEFAULT: Infobox Episode/docs)
  • |Image= Image (Just the name including extension, no File:) (Optional)
  • |ImageSize= Image width (original width or 350px) (Optional| DEFAULT: 350px)
  • |Caption= Caption for the image (Optional)
  • |CampNum= Campaign number, name of the miniseries, or other indication of the set. (Required)
  • |EpNum= Episode # within the campaign, miniseries, or set. (Required)
  • |GnSNum= Episode # assigned by G&S, or most recent main campaign episode # in the format C3E35 (do not use for specials)
  • |Airdate= Date of initial broadcast. (Optional but desired) ISO 8601 date formatting (YYYY-MM-DD) preferred.
  • |Airtime= Time of initial broadcast. PDT or PST preferred. (Optional but desired)
  • |Runtime= Runtime of episode in HH:MM:SS format (Optional but desired)
  • |VOD= Link to video, preferably to critrole.com (Optional but desired)
  • |Podcast= Link to podcast version of the episode (Optional but desired)
  • |Transcript= Auto-populates as long as the wiki transcript is formatted as PAGENAME/Transcript.
  • |Starring= Cast members and their characters in the episode, using the template (Optional but desired)
  • |SpecialGuests= Special guest stars and their characters in the episode, using the template (Optional but desired)
  • |Directed= For The Legend of Vox Machina. Director of the episode.
  • |Story= For The Legend of Vox Machina. Storywriter of the episode, i.e. person credited as "Story by".
  • |Written= For The Legend of Vox Machina. Writer of the episode, i.e. person credited as "Written by".
  • |Storyboard= For The Legend of Vox Machina. Storyboarder of the episode.
  • |PrevEp= Previous episode in the campaign or set; accepts usage (Optional but desired)
  • |NextEp= Next episode in the campaign or set; accepts usage (Optional but desired)
  • |PrevAirdateEp= Previous episode in airdate order; accepts usage (Optional but desired)
  • |NextAirdateEp= Next episode in airdate order; accepts usage (Optional but desired)

Sample output for campaign episodes

"Friends and Fiends"
Campaign 1 session
Session no.Session 1
Session dateDecember 28, 2020
Timeline
Start dateMarch 23, 353 WSK
End dateMarch 24, 353 WSK
Starring
BeanD'Bonk
GuardianAngelFueryon
NixupVersa
and
Bunnies as the Dungeon Master
Narrative chronology
Previous
Next
"Ghosts of the Past" (1x02)
Session order
Previous
N/A
Next
N/A
List of Campaign 1 sessions
{{Infobox Episode
| Unaired = true
| Name = Friends and Fiends
| CampNum = 1
| EpNum = 1
| Airdate = 2020-12-28
| CanonDateStart = 0353-03-23
| CanonDateEnd = 0353-03-24
| CanonAge = WSK
| Starring = {{Starring
  | [[Bean]] | [[Jack D'Thronkadonk|D'Bonk]]
  | [[GuardianAngel]] | [[Fueryon]]
  | [[Nixup]] | [[Versa]]
  | [[Bunnies]] | DM
  }}
| SpecialGuests = 
| NextEp = {{ep|1x2}}
| PrevAirdateEp = {{AirdateOrder|{{PAGENAME}}|order=prev}}
| NextAirdateEp = {{AirdateOrder|{{PAGENAME}}|order=next}}
}}

...results in the infobox on the right.


Empty Template

{{Infobox Episode
| Unaired = true
| Name = {{PAGENAME}}
| Image = 
| ImageSize = 
| Caption = 
| CampNum = 
| EpNum = 
| GnSNum = 
| Airdate = 
| Airtime = 
| Runtime = 
| VOD = 
| Podcast = 
| Transcript = 
| Starring = {{Starring
  | [[Bean]] | [[Pine]]
  | [[DMarty]] | [[Ricoril]]
  | [[GuardianAngel]] | [[Gael]]
  | [[Nixup]] | [[Versa]]
  | [[Bunnies]] | DM
  }}
| SpecialGuests = 
| PrevEp = {{ep|1xXX}}
| NextEp = {{ep|1xXX}}
| PrevAirdateEp = {{AirdateOrder|{{PAGENAME}}|order=prev}}
| NextAirdateEp = {{AirdateOrder|{{PAGENAME}}|order=next}}
}}