Template:Episode List/Documentation

Revision as of 22:56, 19 September 2023 by RustyVanBurace (talk | contribs) (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. |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Usage

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.
descr A brief summary of the episode.

Code

{{Episode List/Header}}
{{Episode List|ep=|title=|runtime=|aired=|descr=}}
|}


This is the template documentation page for Template:Episode List. It should be transcluded onto the template page.