The purpose of the {{Episode table}} template is to easily add header row to episode tables for television series, with up to 13 different columns, and optionally set the widths of these columns, and includes the {{Episode list}} template in the "episode" parameter. Cells are included by declaring the specific variable in one of two ways: title= includes the "Title" cell with no set width, and title=30 includes the "Title" cell with a width of 30%.
Syntax
Parameters
{{Episode table
|caption = TEXT
|background = COLOR
|total_width = WIDTH
|overall = WIDTH
|series = WIDTH
|season = WIDTH
|title = WIDTH
|aux1 = WIDTH
|director = WIDTH
|writer = WIDTH
|aux2 = WIDTH
|aux3 = WIDTH
|airdate = WIDTH
|altdate = WIDTH
|prodcode = WIDTH
|viewers = WIDTH
|aux4 = WIDTH
|country = COUNTRY
|released = TEXT
|viewers_type = TEXT
|overallT = TEXT
|seriesT = TEXT
|seasonT = TEXT
|titleT = TEXT
|aux1T = TEXT
|directorT = TEXT
|writerT = TEXT
|aux2T = TEXT
|aux3T = TEXT
|airdateT = TEXT
|altdateT = TEXT
|prodcodeT = TEXT
|viewersT = TEXT
|aux4T = TEXT
|overallR = REFERENCE
|seriesR = REFERENCE
|seasonR = REFERENCE
|titleR = REFERENCE
|aux1R = REFERENCE
|directorR = REFERENCE
|writerR = REFERENCE
|aux2R = REFERENCE
|aux3R = REFERENCE
|airdateR = REFERENCE
|altdateR = REFERENCE
|prodcodeR = REFERENCE
|viewersR = REFERENCE
|aux4R = REFERENCE
|episodes = EPISODE LISTS/PART ROWS
}}
Examples
Standard columns:
{{Episode table|caption=This is a caption|background=#B40000 |overall=5 |season=5 |title=17 |director=11 |writer=37 |airdate=10 |prodcode=6 |viewers=9 |country=U.S.}}
For seasons which have been split into parts, use {{Episode table/part}}, as per the examples below. The part row has a HTML ID attribute applied to it, equal to the text displayed; i.e. the ID attributes of the following examples will be "Part 1" and "Athelstan's Journal".