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 (Protected "Template:Episode List/Documentation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 22:56, 19 September 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.

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.