Template:Episode List/Documentation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Purpose== Used to create tables for listing episodes of a TV series. Template:Episode List/Header is placed at the top of the table, and the table must be closed by appending <code>|}</code> on the following line. ==Usage== {| class="wikitable" |+ |- ! Parameter !! Description |- | ep || The episode number. |- | title || The title of the episode. |- | runtime || The runtime length of the episode. |- | aired || The original Japanese broadcast date of the episode. |...") |
m (Text replacement - "{{Documentation Footer}}" to "<noinclude>Category:Template Documentation</noinclude>") |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
==Purpose== | ==Purpose== | ||
Used to create tables for listing episodes of a TV series. [[Template:Episode List/Header]] is placed at the top of the table, and the table must be closed by appending <code>|}</code> on the following line. | Used to create tables for listing episodes of a TV series. [[Template:Episode List/Header]] is placed at the top of the table, and the table must be closed by appending <code>|}</code> on the following line. | ||
If a series has been officially dubbed or subbed in English, use [[Template:Episode List EN]] instead. | |||
==Usage== | ==Usage== | ||
Line 10: | Line 12: | ||
| ep || The episode number. | | ep || The episode number. | ||
|- | |- | ||
| title || The title of the episode. | | title || The Japanese title of the episode. | ||
|- | |- | ||
| | | transl || A direct translation or transliteration of the Japanese title. | ||
|- | |- | ||
| aired || The original Japanese broadcast date of the episode. | | aired || The original Japanese broadcast date of the episode. | ||
|- | |- | ||
| descr || A '''brief''' summary of the episode. | | descr || A '''brief''' summary of the episode. No more than a small paragraph long. | ||
|} | |} | ||
Line 22: | Line 24: | ||
<pre> | <pre> | ||
{{Episode List/Header}} | {{Episode List/Header}} | ||
{{Episode List|ep=|title=| | {{Episode List|ep=|title=|transl=|aired=|descr=}} | ||
|} | |} | ||
</pre> | </pre> | ||
<noinclude>[[Category:Template Documentation]]</noinclude> |
Latest revision as of 03:30, 10 October 2023
Purpose
Used to create tables for listing episodes of a TV series. Template:Episode List/Header is placed at the top of the table, and the table must be closed by appending |}
on the following line.
If a series has been officially dubbed or subbed in English, use Template:Episode List EN instead.
Usage
Parameter | Description |
---|---|
ep | The episode number. |
title | The Japanese title of the episode. |
transl | A direct translation or transliteration of the Japanese title. |
aired | The original Japanese broadcast date of the episode. |
descr | A brief summary of the episode. No more than a small paragraph long. |
Code
{{Episode List/Header}} {{Episode List|ep=|title=|transl=|aired=|descr=}} |}