Template:Infobox book: Difference between revisions

From Elgeis Minecraft Server Wiki
Jump to navigation Jump to search
Content added Content deleted
imported>FANDOM
m (1 revision: Updates made for portability)
 
mNo edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 6: Line 6:
<data source="datePublished"><label>Published on</label></data>
<data source="datePublished"><label>Published on</label></data>
<data source="publisher"><label>Publisher</label></data>
<data source="publisher"><label>Publisher</label></data>
<data source="transcriber"><label>Transcriber</label></data>
<group layout="horizontal">
<group layout="horizontal">
<header>Publication order</header>
<header>Publication order</header>
Line 11: Line 12:
<data source="next"><label>Next</label></data>
<data source="next"><label>Next</label></data>
</group>
</group>
</infobox><includeonly>[[Category:Books]]</includeonly><noinclude>{{Documentation}}</noinclude>
</infobox><includeonly></includeonly><noinclude>{{Documentation}}<templatedata>
{
"params": {
"title": {
"label": "Title",
"description": "The book title.",
"example": "The Goomlandian Problem",
"required": true
},
"image": {
"label": "Book Cover",
"description": "The front cover of the book.",
"suggested": true,
"example": "cover.png"
},
"imagecaption": {
"label": "Image Caption",
"description": "The caption of the image/book cover of a non-in-game book cover.",
"example": "Illustrated by Captin_Roman",
"suggested": true
},
"author": {
"label": "Book Author",
"description": "The author of the book.",
"example": "fbia34",
"required": true
},
"datePublished": {
"label": "Publication Date",
"description": "The date of book publication. If the exact date is unknown, a month and year will suffice.",
"example": "April 12, 2020",
"required": true
},
"publisher": {
"label": "Book Publisher",
"description": "The publisher of the book, not the author.",
"example": "Gabeford Publishing Company",
"suggested": true
},
"transcriber": {
"label": "Book Transcriber",
"description": "The transcriber of the book.",
"example": "Grooge64",
"suggested": true
},
"previous": {
"label": "Previous Book",
"description": "The previous book in a series.",
"example": "Tribal Tales 1",
"suggested": true
},
"next": {
"label": "Next Book",
"description": "The next book in a series.",
"example": "Tribal Tales 3",
"suggested": true
}
},
"description": "Infobox for books and documents of Elgeis.",
"paramOrder": [
"title",
"author",
"datePublished",
"image",
"imagecaption",
"publisher",
"transcriber",
"previous",
"next"
]
}
</templatedata></noinclude>

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