Template:Book: Difference between revisions

From The Reed and Rite
Line 110: Line 110:
| style="text-align: center;" | <code>followed_by</code> || What book came after the book, if applicable.  
| style="text-align: center;" | <code>followed_by</code> || What book came after the book, if applicable.  
|}
|}
* `title` (required): The book's title.
* `image`: Filename of the book cover image (e.g., `File:Example.jpg`).
* `caption`: Caption for the image.
* `author`: Author of the book.
* `audio_read_by`: The narrator of the audiobook (if applicable).
* `series`: Series the book belongs to.
* 'period covered': Period of time covered in book.
* `publication_date`: Date the book was published.
* `publication_place`: Place where the book was published.
* `publisher`: The book's publisher.
* `media_type`: The format (e.g., Hardcover, Paperback, eBook, Audiobook).
* `pages`: Number of pages in the book.
* `genre`: The book's genre.
* `isbn`: The ISBN of the book.
* `preceded_by`: Previous book in the series (if applicable).
* `followed_by`: Next book in the series (if applicable).


== Articles using Template ==
== Articles using Template ==

Revision as of 19:38, 20 April 2025

Description

This template should be used on book pages to add an infobox in the upper right hand corner the article.

Usage

This template has several parameters that can be used.

Note: Only parameters that are provided will appear in the infobox. Not all parameters are required for each character.
You Type You Get
{{book
|title=Example InfoBox
|image=Emma - Volume 1.jpg
|caption=Caption Here
|author=Author's Name
|cover_artist=Artist's Name
|audio_by=Reader's Name(s)
|series=Series Name
|period covered=Time Period
|publication_date=Date Here
|publication_place=Location Here
|publisher=Publisher Here
|media_type=Format Here
|pages=Number of Pages
|genre=Genre Here
|isbn=ISBN Here
|preceded_by=Title Here
|followed_by=Title Here
}}

Example Book Infobox
Caption Here
Caption Here
Caption Here
AuthorAuthor's Name
Cover ArtistArtist's Name
Audio ByReader's Name(s)
SeriesSeries Title
Publication DateDate Here
Publication PlaceLocation Here
PublisherPublisher Here
Media TypeFormat Here
PagesNumber of Pages
GenreGenre Here
ISBNISBN Here
Preceded ByTitle Here
Followed ByTitle Here

Parameters

Parameter Description
name The book's title.
image Filename of the book's cover image (e.g., 'Example.jpg`).
caption Caption for the image.
author The author's name.
cover_artist The name of the artist who created/designed the cover.
audio_by The name(s) of who read the audiobook.
series The series the book is from, if applicable. Use abbreviation(s) from Template:B.
publication_date The date of publication of first edition.
publication_place The country where the book was first published.
publisher The name of the publisher. (e.g., Rhysdon Press)
media_type The forms in which the book has been published. (e.g., Paperback, Hardcover, ebook, audiobook, etc.)
pages The number of pages in the first edition.
genre The genre of the book.
isbn The ISBN number of the first edition.
preceded_by What book came before the book, if applicable.
followed_by What book came after the book, if applicable.

Articles using Template