Template:Chapter List/Documentation

Revision as of 23:31, 19 September 2023 by RustyVanBurace (talk | contribs) (Created page with "==Purpose== Used to create tables for listing chapters of a book or manga. Template:Chapter 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 |- | ch || The chapter number. |- | title || The title of the chapter. |- | descr || A '''brief''' summary of the chapter. |} ===Code=== <pre> {{Chapter List/Header}} {{Chapter List|ch...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Used to create tables for listing chapters of a book or manga. Template:Chapter 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
ch The chapter number.
title The title of the chapter.
descr A brief summary of the chapter.

Code

{{Chapter List/Header}}
{{Chapter List|ch=|title=|descr=}}
|}


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