Template:Infobox book: Difference between revisions

From Elgeis Minecraft Server Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
 
Line 18: Line 18:
"label": "Title",
"label": "Title",
"description": "The book title.",
"description": "The book title.",
"example": "The Great Gatsby",
"example": "The Goomlandian Problem",
"required": true
"required": true
},
},
Line 24: Line 24:
"label": "Book Cover",
"label": "Book Cover",
"description": "The front cover of the book.",
"description": "The front cover of the book.",
"suggested": true
"suggested": true,
"example": "cover.png"
},
},
"imagecaption": {
"imagecaption": {
"label": "Image Caption",
"label": "Image Caption",
"description": "The caption of the image/book cover of a non-in-game book cover.",
"description": "The caption of the image/book cover of a non-in-game book cover.",
"example": "Illustrated by Francis Cugat",
"example": "Illustrated by Captin_Roman",
"suggested": true
"suggested": true
},
},
Line 35: Line 36:
"label": "Book Author",
"label": "Book Author",
"description": "The author of the book.",
"description": "The author of the book.",
"example": "F. Scott Fitzgerald",
"example": "fbia34",
"required": true
"required": true
},
},
"datePublished": {
"datePublished": {
"label": "Publication Date",
"label": "Publication Date",
"description": "The date of book publication.",
"description": "The date of book publication. If the exact date is unknown, a month and year will suffice.",
"example": "April 10, 1925",
"example": "April 12, 2020",
"suggested": true
"required": true
},
},
"publisher": {
"publisher": {
Line 59: Line 60:
"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": "Tribal Tales 1",
"suggested": true
"suggested": true
},
},
Line 65: Line 66:
"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": "Tribal Tales 3",
"suggested": true
"suggested": true
}
}
},
},
"description": "Infobox for books",
"description": "Infobox for books and documents of Elgeis.",
"paramOrder": [
"paramOrder": [
"title",
"title",

Latest revision as of 05:45, 15 March 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 and documents of Elgeis.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The book title.

Example
The Goomlandian Problem
Unknownrequired
Book Authorauthor

The author of the book.

Example
fbia34
Unknownrequired
Publication DatedatePublished

The date of book publication. If the exact date is unknown, a month and year will suffice.

Example
April 12, 2020
Unknownrequired
Book Coverimage

The front cover of the book.

Example
cover.png
Unknownsuggested
Image Captionimagecaption

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

Example
Illustrated by Captin_Roman
Unknownsuggested
Book Publisherpublisher

The publisher of the book, not the author.

Example
Gabeford Publishing Company
Unknownsuggested
Book Transcribertranscriber

The transcriber of the book.

Example
Grooge64
Unknownsuggested
Previous Bookprevious

The previous book in a series.

Example
Tribal Tales 1
Unknownsuggested
Next Booknext

The next book in a series.

Example
Tribal Tales 3
Unknownsuggested