Template:Infobox book: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 5:
<data source="illustrator"><label>Illustrator</label></data>
<data source="datePublished"><label>Published on</label></data>
<data source="publisher"><label>Publisher</label></data>
<data source="transcriber"><label>Transcriber</label></data>
<group layout="horizontal">
Line 11 ⟶ 12:
<data source="next"><label>Next</label></data>
</group>
</infobox><includeonly></includeonly><noinclude>{{Documentation}}</noincludetemplatedata>
{
"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>