Template:Infobox book: Difference between revisions

From Elgeis Minecraft Server Wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 19: Line 19:
"description": "The book title.",
"description": "The book title.",
"example": "The Great Gatsby",
"example": "The Great Gatsby",
"type": "string",
"required": true
"required": true
},
},
Line 25: Line 24:
"label": "Book Cover",
"label": "Book Cover",
"description": "The front cover of the book.",
"description": "The front cover of the book.",
"required": true
"suggested": true
},
},
"imagecaption": {
"imagecaption": {
Line 59: Line 58:
"label": "Previous Book",
"label": "Previous Book",
"description": "The previous book in a series.",
"description": "The previous book in a series.",
"example": "Diary of Wimpy Kid 1"
"example": "Diary of Wimpy Kid 1",
"suggested": true
},
},
"next": {
"next": {
"label": "Next Book",
"label": "Next Book",
"description": "The next book in a series.",
"description": "The next book in a series.",
"example": "Diary of a Wimpy Kid 3"
"example": "Diary of a Wimpy Kid 3",
"suggested": true
}
}
},
},

Revision as of 20:20, 2 February 2021

Description

To use this template, copy the following code and fill in the appropriate fields.

Syntax

{{infobox box
 | title         = 
 | image         = 
 | imagecaption  = 
 | author        = 
 | illustrator   = 
 | datePublished = 
 | publisher     = 
 | transcriber   = 
 | previous      = 
 | next          = 
}}

Sample output

{{infobox book
 | title         = The Goomlandian Problem
 | image         = GP.png
 | imagecaption  = Illustrated by Grooge64
 | author        = fbia34
 | illustrator   = Grooge64
 | datePublished = November 9, 2019
 | publisher     = FBIA Publishing
 | transcriber   = Grooge64
 | previous      = Book One
 | next          = Book Three
}}

Infobox for books

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The book title.

Example
The Great Gatsby
Unknownrequired
Book Coverimage

The front cover of the book.

Unknownsuggested
Image Captionimagecaption

The caption of the image/book cover of a non-in-game book cover.

Example
Illustrated by Francis Cugat
Unknownsuggested
Book Authorauthor

The author of the book.

Example
F. Scott Fitzgerald
Unknownrequired
Publication DatedatePublished

The date of book publication.

Example
April 10, 1925
Unknownsuggested
Book Publisherpublisher

The publisher of the book, not the author.

Example
Charles Scribner's Sons
Unknownoptional
Book Transcribertranscriber

The transcriber of the book.

Example
Grooge64
Unknownsuggested
Previous Bookprevious

The previous book in a series.

Example
Diary of Wimpy Kid 1
Unknownsuggested
Next Booknext

The next book in a series.

Example
Diary of a Wimpy Kid 3
Unknownsuggested