|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| {{documentation subpage}} | | {{documentation subpage}} |
| <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> |
| {{intricate}}
| |
|
| |
|
| This template creates a table row, for use in a list of episodes, primarily for television. The number, and use, of columns a table has, is defined by the beginning wikitext of that table ([[#Using the template|further explained below]]), and is not defined by this template. In order for this template to provide a table row for a given article, parameters must either be included, or excluded. An included parameter, although empty, will provide a cell for that field (and thus column), while excluding a parameter will not provide a cell for that field. | | This template creates a table row, for use in a list of episodes, primarily for television. The number, and use, of columns a table has, is defined by the beginning wikitext of that table ([[#Using the template|further explained below]]), and is not defined by this template. In order for this template to provide a table row for a given article, parameters must either be included, or excluded. An included parameter, although empty, will provide a cell for that field (and thus column), while excluding a parameter will not provide a cell for that field. |
| Line 127: |
Line 126: |
| <nowiki>{{{ShortSummary}}}</nowiki> </td></tr> | | <nowiki>{{{ShortSummary}}}</nowiki> </td></tr> |
| |} | | |} |
|
| |
| == Using the template ==
| |
| When using optional parameters (such as <code>Aux1</code> or <code>AltDate</code>) only list the parameters that are being used, and adjust the table headers accordingly. This will help avoid confusion when one entry has a parameter filled out, and another does not. A table cell will be open for each listed parameter, whether it is filled out or not.
| |
|
| |
| To apply an entry to an episode listing, add this template where the episode would go in the '''List of episodes'''. The full syntax is as follows, remove the parameters that are not being used in the table:
| |
| <pre>
| |
| {{Episode list
| |
| | EpisodeNumber =
| |
| | EpisodeNumber2 =
| |
| | Title =
| |
| | RTitle =
| |
| | AltTitle =
| |
| | RAltTitle =
| |
| | Aux1 =
| |
| | DirectedBy =
| |
| | WrittenBy =
| |
| | Aux2 =
| |
| | Aux3 =
| |
| | OriginalAirDate =
| |
| | AltDate =
| |
| | ProdCode =
| |
| | Viewers =
| |
| | Aux4 =
| |
| | ShortSummary =
| |
| | LineColor =
| |
| }}
| |
| </pre>
| |
|
| |
| Because this is only part of a WikiTable, you first must "open" the WikiTable. You need to edit this example according to the optional parameters that you want to show in your table, ensuring that the code used complies with requirements. For example, to create a list with only <code>EpisodeNumber</code>, <code>Title</code>, <code>OriginalAirDate</code>, <code>ProdCode</code>, and <code>ShortSummary</code> parameters, open the table as follows:
| |
| <pre>
| |
| {|class="wikitable plainrowheaders" style="width:100%; margin:auto;"
| |
| |-
| |
| ! scope="col" style="width:3em;" | No.
| |
| ! scope="col" | Title
| |
| ! scope="col" style="width:12em;" | Original air date
| |
| ! scope="col" | Production code
| |
| </pre>
| |
|
| |
| The {{tl|Episode list}} templates would then follow here:
| |
| <pre>
| |
| {{Episode list
| |
| | EpisodeNumber = 01
| |
| | Title = Reborn
| |
| | OriginalAirDate = {{start date|1998|09|21}}
| |
| | ProdCode = 98101-201
| |
| | ShortSummary = Immortal thief Amanda is followed by detectives Nick Wolfe and Claudia Hoffmann.
| |
| }}
| |
| {{Episode list
| |
| | EpisodeNumber = 02
| |
| | Title = Full Disclosure
| |
| | OriginalAirDate = {{start date|1998|09|28}}
| |
| | ProdCode = 98102-202
| |
| | ShortSummary = Wolfe and Amanda cannot prevent Navajo code talker Walter from being killed.
| |
| }}
| |
| </pre>
| |
|
| |
| After the final episode entry (template) you will close the WikiTable with:
| |
| <pre>
| |
| |}
| |
| </pre>
| |
|
| |
| === Examples ===
| |
| The above code would appear as follows:
| |
| {|class="wikitable plainrowheaders" style="width:100%; margin:auto; table-layout:fixed;"
| |
| |-
| |
| ! scope="col" style="width:3em;" | No.
| |
| ! scope="col" | Title
| |
| ! scope="col" style="width:12em;" | Original air date
| |
| ! scope="col" | Production code
| |
| {{Episode list
| |
| | EpisodeNumber = 01
| |
| | Title = Reborn
| |
| | OriginalAirDate = {{start date|1998|09|21}}
| |
| | ProdCode = 98101-201
| |
| | ShortSummary = Immortal thief Amanda is followed by detectives Nick Wolfe and Claudia Hoffmann.
| |
| }}
| |
| {{Episode list
| |
| | EpisodeNumber = 02
| |
| | Title = Full Disclosure
| |
| | OriginalAirDate = {{start date|1998|09|28}}
| |
| | ProdCode = 98102-202
| |
| | ShortSummary = Wolfe and Amanda cannot prevent Navajo code talker Walter from being killed.
| |
| }}
| |
| |}
| |
|
| |
| A more complex case would look like the following:
| |
| <pre>
| |
| {|class="wikitable plainrowheaders" style="width:100%; margin:auto; table-layout:fixed;"
| |
| |-
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Number<br />in series
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Number<br />in season
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Title
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Directed by
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Written by
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Ben's location
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff; width:12em;" | Original air date
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Production code
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | U.S. viewers<br />(million)
| |
| {{Episode list
| |
| | EpisodeNumber = 1
| |
| | EpisodeNumber2 = 1
| |
| | Title = Milfay
| |
| | DirectedBy = Rodrigo García
| |
| | WrittenBy = Daniel Knauf
| |
| | Aux2 = Milfay, Oklahoma
| |
| | OriginalAirDate = {{Start date|2003|9|14}}
| |
| | ProdCode = 1–01
| |
| | Viewers = 5.3
| |
| | ShortSummary = Ben suffers strange dreams about a trench war, and a tattooed man stalking in a cornfield.
| |
| | LineColor = 812f09
| |
| }}
| |
| {{Episode list
| |
| | EpisodeNumber = 2
| |
| | EpisodeNumber2 = 2
| |
| | Title = After the Ball Is Over
| |
| | DirectedBy = Jeremy Podeswa
| |
| | WrittenBy = Daniel Knauf
| |
| | Aux2 = Tipton, Missouri
| |
| | OriginalAirDate = {{Start date|2003|9|21}}
| |
| | ProdCode = 1–02
| |
| | Viewers = 3.49
| |
| | ShortSummary = Ben is slowly setting in as a carnival roustabout.
| |
| | LineColor = 812f09
| |
| }}
| |
| |}
| |
| </pre>
| |
|
| |
| {|class="wikitable plainrowheaders" style="width:100%; margin:auto; table-layout:fixed;"
| |
| |-
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Number<br />in series
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Number<br />in season
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Title
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Directed by
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Written by
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Ben's location
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff; width:12em;" | Original air date
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | Production code
| |
| ! scope="col" style="background-color: #812f09; color: #ffffff;" | U.S. viewers<br />(million)
| |
| {{Episode list
| |
| | EpisodeNumber = 1
| |
| | EpisodeNumber2 = 1
| |
| | Title = Milfay
| |
| | DirectedBy = Rodrigo García
| |
| | WrittenBy = Daniel Knauf
| |
| | Aux2 = Milfay, Oklahoma
| |
| | OriginalAirDate = {{Start date|2003|9|14}}
| |
| | ProdCode = 1–01
| |
| | Viewers = 5.3
| |
| | ShortSummary = Ben suffers strange dreams about a trench war, and a tattooed man stalking in a cornfield.
| |
| | LineColor = 812f09
| |
| }}
| |
| {{Episode list
| |
| | EpisodeNumber = 2
| |
| | EpisodeNumber2 = 2
| |
| | Title = After the Ball Is Over
| |
| | DirectedBy = Jeremy Podeswa
| |
| | WrittenBy = Daniel Knauf
| |
| | Aux2 = Tipton, Missouri
| |
| | OriginalAirDate = {{Start date|2003|9|21}}
| |
| | ProdCode = 1–02
| |
| | Viewers = 3.49
| |
| | ShortSummary = Ben is slowly setting in as a carnival roustabout.
| |
| | LineColor = 812f09
| |
| }}
| |
| |}
| |
|
| |
| == Sublists ==
| |
| Occasionally, when dealing with a very long series, you may wish to break the list up into separate sublists. When doing so, the list should be broken at season breaks, or otherwise years.
| |
|
| |
| Sublists should be named as "List of ''X'' episodes (season ''y'')", and transcluded onto the main list to prevent ending up with two lists of duplicate information. For sublist pages, you should use {{tld|Episode list/sublist|List of ''X'' episodes}} for each episode, where "List of ''X'' episodes" is the name of the main episode list. So, for instance, if you're working on <nowiki>[[List of Bleach episodes]]</nowiki>, you would split it into List of Bleach episodes (season 1) and List of Bleach episodes (season 2), and each episode on the sublist would use <nowiki>{{tld|Episode list/sublist|List of Bleach episodes}}</nowiki>.
| |
|
| |
| When transcluded onto the main list, this template removes any summaries, and alternates the background row color between light and dark gray, depending on the value of <code><nowiki>{{{EpisodeNumber}}}</nowiki></code>. Occasionally, a multi-part episode will skew the pattern between odd and even <code>EpisodeNumber</code>s, to rectify this, use the <code>RowColor</code> parameter. A "<code>On</code>" input will color the row dark gray, like an even number normally would, on the "List of ''X'' episodes" page, while a "<code>Off</code>" input will color the row light gray, like an odd number normally would.
| |
|
| |
| For the purpose of transclusion, each sublist must make use of <code><onlyinclude></code> tags, with the opening tag just before the WikiTable, and the closing tag at the very end of the table. This prevents the lead, external links, templates, categories, interwiki links, and all other unnecessary information from being transcluded onto the main list.
| |
|
| |
| When transcluding onto the main list, you should make use of {{tl|main}}. For example, referring to ''[[Bleach (manga)|Bleach]]'' again, the main list would have the following code under the "Episode list" header:
| |
| <pre>
| |
| == Season 1 ==
| |
| {{main|List of Bleach episodes (season 1)}}
| |
| {{:List of Bleach episodes (season 1)}}
| |
| <!-- To edit the episodes in this section, you need to edit the article listed above. -->
| |
|
| |
| == Season 2 ==
| |
| {{main|List of Bleach episodes (season 2)}}
| |
| {{:List of Bleach episodes (season 2)}}
| |
| <!-- To edit the episodes in this section, you need to edit the article listed above. -->
| |
| </pre>
| |
|
| |
| Note the colon (''':''') at the beginning of the transclusions (for example, <code><nowiki>{{:List of</nowiki></code> ...); this is necessary when transcluding an article. If you tried to transclude [[List of Bleach episodes (season 1)]], without using the colon, you would get {{List of Bleach episodes (season 1)}}, a redlink to a nonexistent template.
| |
|
| |
| === Examples ===
| |
| If the following code is on List of ''Degrassi: The Next Generation'' episodes (season 6):
| |
| <pre>
| |
| <onlyinclude>
| |
| {| class="wikitable plainrowheaders" style="width:100%; margin:auto;"
| |
| |-
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="20"|No. in<br />series
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="20"|No. in<br />season
| |
| ! scope="col" style="background-color: #432; color:#fff;" |Title
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="120"|Canadian airdate
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="120"|Premiere airdate
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="50"|Production code
| |
| {{Episode list/sublist|List of Degrassi: The Next Generation episodes
| |
| | EpisodeNumber = 105
| |
| | EpisodeNumber2 = 5
| |
| | Title = Eyes Without a Face
| |
| | RTitle = &nbsp;<small>Part One</small>
| |
| | OriginalAirDate = {{start date|2006|12|05}}
| |
| | AltDate = {{start date|2006|10|20}} ([[The N]])
| |
| | ProdCode = 605
| |
| | ShortSummary = Peter, Danny and Derek decide to join the Spirit Squad.
| |
| | LineColor = 432
| |
| }}
| |
| {{Episode list/sublist|List of Degrassi: The Next Generation episodes
| |
| | EpisodeNumber = 106
| |
| | EpisodeNumber2 = 6
| |
| | Title = Eyes Without a Face
| |
| | RTitle = &nbsp;<small>Part Two</small>
| |
| | OriginalAirDate = {{start date|2006|12|12}}
| |
| | AltDate = {{start date|2006|11|3}} (The N)
| |
| | ProdCode = 606
| |
| | ShortSummary = Darcy's relationship with Spinner comes to an end.
| |
| | LineColor = 432
| |
| }}
| |
| {{Episode list/sublist|List of Degrassi: The Next Generation episodes
| |
| | EpisodeNumber = 107
| |
| | EpisodeNumber2 = 7
| |
| | Title = Working for the Weekend
| |
| | OriginalAirDate = {{start date|2006|12|19}}
| |
| | AltDate = {{start date|2006|11|10}} (The N)
| |
| | ProdCode = 607
| |
| | ShortSummary = The results for Spinner's career aptitude test upset him.
| |
| | LineColor = 432
| |
| }}
| |
| |}
| |
| </onlyinclude>
| |
| </pre>
| |
|
| |
| If the following code is on List of ''Degrassi: The Next Generation'' episodes (season 7):
| |
| <pre>
| |
| <onlyinclude>
| |
| {| class="wikitable plainrowheaders" style="width:100%; margin:auto;"
| |
| |-
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="20"|No. in<br />series
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="20"|No. in<br />season
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" |Title
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="120"|Canadian airdate
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="120"|Premiere airdate
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="50"|Production code
| |
| {{Episode list/sublist|List of Degrassi: The Next Generation episodes
| |
| | RowColor = Y
| |
| | EpisodeNumber = 108–109
| |
| | EpisodeNumber2 = 1–2
| |
| | Title = Standing in the Dark
| |
| | OriginalAirDate = {{start date|2008|01|14}}
| |
| | AltDate = {{start date|2007|10|05}} ([[The N]])
| |
| | ProdCode = 701 & 702
| |
| | ShortSummary = The school has merged with nearby Lakehurst High, following a devastating fire there.
| |
| | LineColor = ea0
| |
| }}
| |
| {{Episode list/sublist|List of Degrassi: The Next Generation episodes
| |
| | RowColor = N
| |
| | EpisodeNumber = 110
| |
| | EpisodeNumber2 = 3
| |
| | Title = Love is a Battlefield
| |
| | OriginalAirDate = {{start date|2008|01|21}}
| |
| | AltDate = {{start date|2007|10|12}} (The N)
| |
| | ProdCode = 703
| |
| | ShortSummary = Paige begins to get back on her feet after dropping out of university.
| |
| | LineColor = ea0
| |
| }}
| |
| {{Episode list/sublist|List of Degrassi: The Next Generation episodes
| |
| | RowColor = Y
| |
| | EpisodeNumber = 111
| |
| | EpisodeNumber2 = 4
| |
| | Title = It's Tricky
| |
| | RTitle = <ref name="episode titles">
| |
| | OriginalAirDate = {{start date|2008|01|28}}
| |
| | AltDate = {{start date|2007|10|19}} (The N)
| |
| | ProdCode = 704
| |
| | ShortSummary = Ashley decides she wants to get back into the music industry.
| |
| | LineColor = ea0
| |
| }}
| |
| |}
| |
| </onlyinclude>
| |
| </pre>
| |
|
| |
| And if the following code is on List of ''Degrassi: The Next Generation'' episodes:
| |
| <pre>
| |
| == Season 6 ==
| |
| {{main|List of Degrassi: The Next Generation episodes (season 6)}}
| |
| {{:List of Degrassi: The Next Generation episodes (season 6)}}
| |
| <!-- To edit the episodes in this section, you need to edit the article listed above. -->
| |
|
| |
| == Season 7 ==
| |
| {{main|List of Degrassi: The Next Generation episodes (season 7)}}
| |
| {{:List of Degrassi: The Next Generation episodes (season 7)}}
| |
| <!-- To edit the episodes in this section, you need to edit the article listed above. -->
| |
| </pre>
| |
|
| |
| List of ''Degrassi: The Next Generation'' episodes will appear as follows:
| |
| ;Season 6
| |
| {{main|List of Degrassi: The Next Generation episodes (season 6)}}
| |
| {| class="wikitable plainrowheaders" style="width:100%; margin:auto;"
| |
| |-
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="20"|No. in<br />series
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="20"|No. in<br />season
| |
| ! scope="col" style="background-color: #432; color:#fff;" |Title
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="120"|Canadian airdate
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="120"|Premiere airdate
| |
| ! scope="col" style="background-color: #432; color:#fff;" width="50"|Production code
| |
| {{Episode list/sublist|{{PAGENAME}}
| |
| | EpisodeNumber = 105
| |
| | EpisodeNumber2 = 5
| |
| | Title = Eyes Without a Face
| |
| | RTitle = <small>Part One</small>
| |
| | OriginalAirDate = {{start date|2006|12|05}}
| |
| | AltDate = {{start date|2006|10|20}} ([[The N]])
| |
| | ProdCode = 605
| |
| | ShortSummary = Peter, Danny and Derek decide to join the Spirit Squad.
| |
| | LineColor = 432
| |
| }}
| |
| {{Episode list/sublist|{{PAGENAME}}
| |
| | EpisodeNumber = 106
| |
| | EpisodeNumber2 = 6
| |
| | Title = Eyes Without a Face
| |
| | RTitle = <small>Part Two</small>
| |
| | OriginalAirDate = {{start date|2006|12|12}}
| |
| | AltDate = {{start date|2006|11|3}} (The N)
| |
| | ProdCode = 606
| |
| | ShortSummary = Darcy's relationship with Spinner comes to an end.
| |
| | LineColor = 432
| |
| }}
| |
| {{Episode list/sublist|{{PAGENAME}}
| |
| | EpisodeNumber = 107
| |
| | EpisodeNumber2 = 7
| |
| | Title = Working for the Weekend
| |
| | OriginalAirDate = {{start date|2006|12|19}}
| |
| | AltDate = {{start date|2006|11|10}} (The N)
| |
| | ProdCode = 607
| |
| | ShortSummary = The results for Spinner's career aptitude test upset him.
| |
| | LineColor = 432
| |
| }}
| |
| |}
| |
| <!-- To edit the episodes in this section, you need to edit the article listed above. -->
| |
|
| |
| ;Season 7
| |
| {{main|List of Degrassi: The Next Generation episodes (season 7)}}
| |
| {| class="wikitable plainrowheaders" style="width:100%; margin:auto;"
| |
| |-
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="20"|No. in<br />series
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="20"|No. in<br />season
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" |Title
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="120"|Canadian airdate
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="120"|Premiere airdate
| |
| ! scope="col" style="background-color: #ea0; color:#fff;" width="50"|Production code
| |
| {{Episode list/sublist|{{PAGENAME}}
| |
| | RowColor = Y
| |
| | EpisodeNumber = 108–109
| |
| | EpisodeNumber2 = 1–2
| |
| | Title = Standing in the Dark
| |
| | OriginalAirDate = {{start date|2008|01|14}}
| |
| | AltDate = {{start date|2007|10|05}} ([[The N]])
| |
| | ProdCode = 701 & 702
| |
| | ShortSummary = The school has merged with nearby Lakehurst High, following a devastating fire there.
| |
| | LineColor = ea0
| |
| }}
| |
| {{Episode list/sublist|{{PAGENAME}}
| |
| | RowColor = N
| |
| | EpisodeNumber = 110
| |
| | EpisodeNumber2 = 3
| |
| | Title = Love is a Battlefield
| |
| | OriginalAirDate = {{start date|2008|01|21}}
| |
| | AltDate = {{start date|2007|10|12}} (The N)
| |
| | ProdCode = 703
| |
| | ShortSummary = Paige begins to get back on her feet after dropping out of university.
| |
| | LineColor = ea0
| |
| }}
| |
| {{Episode list/sublist|{{PAGENAME}}
| |
| | RowColor = Y
| |
| | EpisodeNumber = 111
| |
| | EpisodeNumber2 = 4
| |
| | Title = It's Tricky
| |
| | RTitle = <sup>[[WP:Verifiability|[1]]]</sup>
| |
| | OriginalAirDate = {{start date|2008|01|28}}
| |
| | AltDate = {{start date|2007|10|19}} (The N)
| |
| | ProdCode = 704
| |
| | ShortSummary = Ashley decides she wants to get back into the music industry.
| |
| | LineColor = ea0
| |
| }}
| |
| |}
| |
| <!-- To edit the episodes in this section, you need to edit the article listed above. -->
| |
|
| |
|
| == Tips == | | == Tips == |
| Line 533: |
Line 140: |
| == Microformat == | | == Microformat == |
| {{UF-hcal-multi}} | | {{UF-hcal-multi}} |
| For shows where each episode is from a different, single, specific place (for example, [[Time Team]], one of the ''Aux'' fields can contain the [[Geographic coordinate system|coordinates]], applied using {{tl|coord}}. | | For shows where each episode is from a different, single, specific place. |
|
| |
|
| == Episode list templates == | | == Episode list templates == |
| * [[Wikipedia:WikiProject Television/Episode lists]] | | * [[Wikipedia:WikiProject Television/Episode lists]] |
| * [[Template:Episode list]] | | * [[Template:Episode list]] |
| ** [[Template:S-Episode list]]
| |
| * [[Template:Japanese episode list]] | | * [[Template:Japanese episode list]] |
| ** [[Template:S-Japanese episode list]]
| |
| * [[Template:Television needs episode list]]
| |
|
| |
| == Subpages ==
| |
| {{Special:PrefixIndex/Template:Episode list}}
| |
|
| |
| "Hacks" of this template, also known as "forks", are discouraged. Any discussion regarding forks should occur on this template's, not the fork's or article's, talk page.
| |
|
| |
|
| == See also == | | == See also == |
 |
This is a documentation subpage for Template:Episode list. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
This template creates a table row, for use in a list of episodes, primarily for television. The number, and use, of columns a table has, is defined by the beginning wikitext of that table (further explained below), and is not defined by this template. In order for this template to provide a table row for a given article, parameters must either be included, or excluded. An included parameter, although empty, will provide a cell for that field (and thus column), while excluding a parameter will not provide a cell for that field.
Parameters
This is where information from the template is placed when rendered ({{{LineColor}}}, {{{TopColor}}}, and {{{RowColor}}} are not shown, since there's no text to display):
Tips
It may be helpful to include a hidden message that will appear when someone edits the article. Placed above the table headers and under the article section, such as:
==Episodes==
<!-- For help with this template see http://en.wikipedia.org/wiki/Template:Episode_list -->
<onlyinclude>
{| class="wikitable plainrowheaders"
This message won't be visible when normally viewing the article. A message such as this notes where one can get help for the template.
Microformat
The HTML mark up produced by this template includes an hCalendar microformat, which makes the event details parsable by computers, either acting automatically to catalogue article across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to a calendar or diary application. For more information about the use of microformats on Wikipedia, please see the microformat project.
Dates will only be included if you use {{Start date}} or {{End date}} (use the former for single dates).
hCalendar uses HTML classes including:
- attendee
- contact
- description
- dtend
- dtstart
- location
- organiser
- summary
- vevent
Please do not rename or remove these classes; nor collapse nested elements which use them.
For shows where each episode is from a different, single, specific place.
Episode list templates
See also
Notes
- ↑ {{Start date}} emits metadata as part of the parent template's hCalendar microformat. It is only needed once per episode, and may be harmful if used twice or more.