Actions

Template

Template:Book cover table

From The Canon of Nora Wiki

Revision as of 03:35, 23 June 2026 by AJRyan (talk | contribs) (Created page with "<noinclude> == Template:Book cover table == Displays one series' covers as a compact three-row table: a series-title header spanning all four columns, a row of four cover images, and a row of four title links underneath. Designed for series with exactly four books (trilogies can leave the fourth column blank; series with more than four books need a second table or an expanded version of this template). === Usage === <pre> {{Book cover table | series = The Bride Quartet...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Book cover table

Displays one series' covers as a compact three-row table: a series-title header spanning all four columns, a row of four cover images, and a row of four title links underneath. Designed for series with exactly four books (trilogies can leave the fourth column blank; series with more than four books need a second table or an expanded version of this template).

Usage

{{Book cover table
| series = The Bride Quartet
| title1 = Vision in White   | cover1 = VisionInWhite.jpg
| title2 = Bed of Roses       | cover2 = BedOfRoses.jpg
| title3 = Savor the Moment   | cover3 = SavorTheMoment.jpg
| title4 = Happy Ever After   | cover4 = HappyEverAfter.jpg
| width  = 140px
}}

Parameters

  • series — the series name, shown as the header row spanning all four columns. Optional; if omitted, the header row is skipped entirely.
  • titleN (1–4) — the book's page title, used as the wikilink target for both the cover and the caption underneath it. Required for each column you want filled in; leave a slot's titleN blank to leave that column empty (useful for trilogies).
  • coverN (1–4) — filename of the uploaded cover image (no File: prefix). If omitted but titleN is set, that cell falls back to a plain text link instead of an image — handy for backfilling cover art later without breaking the table.
  • width — optional, image width applied to every cover. Defaults to 120px.