Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox book simple/doc

Template page
Revision as of 09:04, 24 April 2026 by Demongrrl (talk | contribs) (Created page with "{{Documentation subpage}} == Usage == This template produces a standard right-aligned infobox summarising key information about a book: its title, cover art, author, and year of publication. === Blank syntax === <pre> {{Infobox book simple | title = | cover = | alt = | caption = | author = | year = }} </pre> === Example === <pre> {{Infobox book simple | title = Frankenstein | cover = Frankenstein 1818 edition title page.jpg | alt = Title page...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a documentation subpage for Infobox book simple.
It contains usage information, categories and other content that is not part of the original template page.

Usage

This template produces a standard right-aligned infobox summarising key information about a book: its title, cover art, author, and year of publication.

Blank syntax

{{Infobox book simple
| title   = 
| cover   = 
| alt     = 
| caption = 
| author  = 
| year    = 
}}

Example

{{Infobox book simple
| title   = Frankenstein
| cover   = Frankenstein 1818 edition title page.jpg
| alt     = Title page of the 1818 edition
| caption = First edition title page (1818)
| author  = [[Mary Shelley]]
| year    = 1818
}}

Parameters

title
The book's title. Defaults to the page name if left blank.
cover
Bare filename of the cover image (e.g. Example.jpg), without the File: prefix.
alt
Alt text for the cover image, for accessibility.
caption
Caption shown beneath the cover (typically describing the edition).
author
Author of the book. May be wikilinked.
year
Year the book was first published (e.g. 1818).

TemplateData

A concise infobox for books, showing title, cover art, author and year of publication.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

The book's title. If left blank, the article title is used.

Default
{{PAGENAME}}
Stringsuggested
Cover art (file name)cover

Bare filename of the book cover image, without the 'File:' prefix.

Example
Frankenstein 1818 edition title page.jpg
Filesuggested
Cover alt textalt

Alternative text for the cover image, used by screen readers.

Stringoptional
Cover captioncaption

A caption shown beneath the cover image, usually describing the edition.

Example
First edition title page (1818)
Stringoptional
Authorauthor

Author of the book. Can be a wikilink, e.g. [[Mary Shelley]].

Contentrequired
Publication yearyear

The year the book was first published.

Example
1818
Numberrequired

See also

  • {{Infobox book}} — the full-featured version with many more fields.