Template:Infobox book: Difference between revisions
From The Sextant of Worlds
Jump to navigationJump to search
Stonedreamer (talk | contribs) No edit summary Tag: 2017 source edit |
Stonedreamer (talk | contribs) No edit summary Tag: 2017 source edit |
||
Line 16: | Line 16: | ||
| isbn = {{{isbn|}}} | | isbn = {{{isbn|}}} | ||
}} | }} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { "label": "Name", "description": "Name of the book", "type": "string" }, | |||
"image": { "label": "Image", "description": "Cover image filename", "type": "string" }, | |||
"caption": { "label": "Caption", "description": "Caption for the image", "type": "string" }, | |||
"author": { "label": "Author", "description": "Author(s) of the book", "type": "string" }, | |||
"illustrator": { "label": "Illustrator", "description": "Illustrator(s) of the book", "type": "string" }, | |||
"cover_artist": { "label": "Cover artist", "description": "Cover artist", "type": "string" }, | |||
"country": { "label": "Country", "description": "Country of origin", "type": "string" }, | |||
"language": { "label": "Language", "description": "Original language", "type": "string" }, | |||
"series": { "label": "Series", "description": "Book series", "type": "string" }, | |||
"genre": { "label": "Genre", "description": "Genre(s)", "type": "string" }, | |||
"publisher": { "label": "Publisher", "description": "Publisher", "type": "string" }, | |||
"pub_date": { "label": "Publication date", "description": "Date published", "type": "string" }, | |||
"media_type": { "label": "Media type", "description": "e.g., Print, ebook", "type": "string" }, | |||
"pages": { "label": "Pages", "description": "Number of pages", "type": "number" }, | |||
"isbn": { "label": "ISBN", "description": "ISBN number", "type": "string" } | |||
}, | |||
"description": "Infobox for a book", | |||
"paramOrder": ["name", "image", "caption", "author", "illustrator", "cover_artist", "country", "language", "series", "genre", "publisher", "pub_date", "media_type", "pages", "isbn"] | |||
} | |||
</templatedata> |
Revision as of 00:43, 1 May 2025
Infobox for a book
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the book | String | optional |
Image | image | Cover image filename | String | optional |
Caption | caption | Caption for the image | String | optional |
Author | author | Author(s) of the book | String | optional |
Illustrator | illustrator | Illustrator(s) of the book | String | optional |
Cover artist | cover_artist | Cover artist | String | optional |
Country | country | Country of origin | String | optional |
Language | language | Original language | String | optional |
Series | series | Book series | String | optional |
Genre | genre | Genre(s) | String | optional |
Publisher | publisher | Publisher | String | optional |
Publication date | pub_date | Date published | String | optional |
Media type | media_type | e.g., Print, ebook | String | optional |
Pages | pages | Number of pages | Number | optional |
ISBN | isbn | ISBN number | String | optional |