Template:BookInfo: Difference between revisions
Jump to navigation
Jump to search
(Infobox created with infobox builder.) |
No edit summary |
||
(28 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly> | ||
{{#invoke:Infobox|infoboxTemplate | |||
| title = {{{title|{{PAGENAME}}}}} | |||
| image = {{#if:{{{image|}}}|[[File:{{{image|}}}|center|200px]]}} | |||
| header1 = Credits | |||
| label2 = Authors | |||
| data2 = {{{authors|}}} | |||
| label3 = Artists | |||
| data3 = {{{artists|}}} | |||
| header4 = Publication Information | |||
| label5 = Publisher | |||
| data5 = {{{publisher|}}} | |||
| label6 = Publication Date | |||
| data6 = {{{publication_date|}}} | |||
| label7 = ISBN | |||
| data7 = {{{isbn|}}} | |||
| label8 = Pages | |||
| data8 = {{{pages|}}} | |||
| header9 = Meta-information | |||
| label10 = Edition | |||
| data10 = {{#if:{{{edition2|}}}|[[{{{edition}}}]], [[{{{edition2}}}]]|[[{{{edition}}}]]}} | |||
| label11 = Type | |||
| data11 = {{{type|}}} | |||
| label12 = In Universe Date | |||
| data12 = {{{universedate|}}} | |||
}} | |||
[[Category:Books]] | |||
{{#if:{{{edition|}}}|[[Category:{{{edition}}}]]}} | |||
</ | {{#if:{{{edition2|}}}|[[Category:{{{edition2}}}]]}} | ||
</includeonly> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Infobox used for publications of books", | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"type": "string", | |||
"required": false, | |||
"description": "Title of the book" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name", | |||
"suggested": true, | |||
"description": "Image of the book's cover" | |||
}, | |||
"authors": { | |||
"label": "Authors", | |||
"type": "string", | |||
"suggested": true, | |||
"description": "Authors listed on the book" | |||
}, | |||
"artists": { | |||
"label": "Artists", | |||
"type": "string", | |||
"suggested": true, | |||
"description": "Any artists listed in the book" | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"description": "name of the publisher of the book" | |||
}, | |||
"publication_date": { | |||
"label": "Publication Date", | |||
"type": "date", | |||
"required": true, | |||
"description": "Date the book was published" | |||
}, | |||
"isbn": { | |||
"label": "ISBN", | |||
"type": "wiki-template-name", | |||
"required": false, | |||
"description": "the ISBN-10/ISBN-13 of the book", | |||
"example": "{{ISBNT|1-55560-144-8}}" | |||
}, | |||
"pages": { | |||
"label": "Pages", | |||
"type": "string", | |||
"suggested": true, | |||
"description": "How many pages does the book have" | |||
}, | |||
"edition": { | |||
"label": "Edition", | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"description": "Which edition was the book made for" | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"type": "string", | |||
"suggested": true, | |||
"description": "What category of book is this" | |||
}, | |||
"universedate": { | |||
"label": "In Universe Date", | |||
"type": "date", | |||
"suggested": true, | |||
"description": "The date in universe that the book takes place" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
{{documentation}} | |||
</pre> | |||
</noinclude> |
Latest revision as of 21:59, 26 May 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 |