Template:Episode List/Documentation: Difference between revisions

Jump to navigation Jump to search
m (Protected "Template:Episode List/Documentation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
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.
|-
|-
| runtime || The runtime length 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=|runtime=|aired=|descr=}}
{{Episode List|ep=|title=|transl=|aired=|descr=}}
|}
|}
</pre>
</pre>
{{Documentation Footer}}
{{Documentation Footer}}

Revision as of 17:43, 26 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.

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=}}
|}


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