Template:Infobox book: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 18:
"label": "Title",
"description": "The book title.",
"example": "The GreatGoomlandian GatsbyProblem",
"required": true
},
Line 24:
"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 Francis CugatCaptin_Roman",
"suggested": true
},
Line 35 ⟶ 36:
"label": "Book Author",
"description": "The author of the book.",
"example": "F. Scott Fitzgeraldfbia34",
"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 1012, 19252020",
"suggestedrequired": true
},
"publisher": {
"label": "Book Publisher",
"description": "The publisher of the book, not the author.",
"example": "CharlesGabeford Scribner'sPublishing SonsCompany",
"suggested": true
},
"transcriber": {
Line 58 ⟶ 60:
"label": "Previous Book",
"description": "The previous book in a series.",
"example": "DiaryTribal of Wimpy KidTales 1",
"suggested": true
},
Line 64 ⟶ 66:
"label": "Next Book",
"description": "The next book in a series.",
"example": "DiaryTribal of a Wimpy KidTales 3",
"suggested": true
}
},
"description": "Infobox for books and documents of Elgeis.",
"paramOrder": [
"title",
"author",
"datePublished",
"image",
"imagecaption",
"publisher",
"transcriber",
"previous",
"next"
]
}
</templatedata></noinclude>