Template:BookInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | |||
<infobox> | <infobox> | ||
<title source="title"> | <title source="title"> | ||
Line 35: | Line 36: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 42: | Line 45: | ||
"label": "Title", | "label": "Title", | ||
"type": "string", | "type": "string", | ||
"required": | "required": false, | ||
"description": "Title of the book" | "description": "Title of the book" | ||
}, | }, | ||
Line 65: | Line 68: | ||
"publisher": { | "publisher": { | ||
"label": "Publisher", | "label": "Publisher", | ||
"type": " | "type": "wiki-page-name", | ||
"required": true, | "required": true, | ||
"description": "name of the publisher of the book" | "description": "name of the publisher of the book" | ||
Line 78: | Line 81: | ||
"label": "ISBN", | "label": "ISBN", | ||
"type": "wiki-template-name", | "type": "wiki-template-name", | ||
"required": | "required": false, | ||
"description": "the ISBN-10/ISBN-13 of the book" | "description": "the ISBN-10/ISBN-13 of the book", | ||
"example": "{{ISBNT|1-55560-144-8}}" | |||
}, | }, | ||
"pages": { | "pages": { | ||
Line 87: | Line 91: | ||
"description": "How many pages does the book have" | "description": "How many pages does the book have" | ||
}, | }, | ||
" | "edition": { | ||
"label": "Edition", | "label": "Edition", | ||
"type": " | "type": "wiki-page-name", | ||
"required": true, | "required": true, | ||
"description": "Which edition was the book made for" | "description": "Which edition was the book made for" | ||
Line 108: | Line 112: | ||
} | } | ||
</templatedata> | </templatedata> | ||
{{documentation}} | {{documentation}} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 23:47, 3 February 2025
Infobox used for publications of books
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the book | String | optional |
Image | image | Image of the book's cover | File | suggested |
Authors | authors | Authors listed on the book | String | suggested |
Artists | artists | Any artists listed in the book | String | suggested |
Publisher | publisher | name of the publisher of the book | Page name | required |
Publication Date | publication_date | Date the book was published | Date | required |
ISBN | isbn | the ISBN-10/ISBN-13 of the book
| Template | optional |
Pages | pages | How many pages does the book have | String | suggested |
Edition | edition | Which edition was the book made for | Page name | required |
Type | type | What category of book is this | String | suggested |
In Universe Date | universedate | The date in universe that the book takes place | Date | suggested |