Difference between revisions of "Template:Book"
Jump to navigation
Jump to search
Sri.senthil (talk | contribs) |
Sri.senthil (talk | contribs) |
||
Line 33: | Line 33: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
− | + | "description": "Details about books published.", | |
− | + | "params": { | |
− | + | "coverImageUrl": { | |
− | + | "label": "Cover Image Url", | |
− | + | "type": "string", | |
− | + | "required": false, | |
− | + | "description": "The url of cover image of the book.", | |
− | + | "aliases": [ | |
− | + | "1" | |
− | + | ] | |
− | + | }, | |
− | + | "author": { | |
− | + | "label": "Author/Creator", | |
− | + | "type": "string", | |
− | + | "required": true, | |
− | + | "description": "Name of the Author or the Creator.", | |
− | + | "aliases": [ | |
− | + | "2" | |
− | + | ] | |
− | + | }, | |
− | + | "bookTitle": { | |
− | + | "label": "Book Title", | |
− | + | "type": "string", | |
− | + | "required": true, | |
− | + | "description": "Name or Title of the book.", | |
− | + | "aliases": [ | |
− | + | "3" | |
− | + | ] | |
− | + | }, | |
− | + | "subtitle": { | |
− | + | "label": "Subtitle", | |
− | + | "type": "string", | |
− | + | "required": false, | |
− | + | "description": "Optional subtitle of the book or central theme of the book.", | |
− | + | "aliases": [ | |
− | + | "4" | |
− | + | ] | |
− | + | }, | |
− | + | "downloadUrl": { | |
− | + | "label": "Download at", | |
− | + | "type": "string", | |
− | + | "required": false, | |
− | + | "description": "The url to download the book, if any.", | |
− | + | "aliases": [ | |
− | + | "5" | |
− | + | ] | |
− | + | }, | |
− | + | "edition": { | |
− | + | "label": "Edition", | |
− | + | "type": "string", | |
− | + | "required": false, | |
− | + | "description": "Edition or Revision number", | |
− | + | "aliases": [ | |
− | + | "6" | |
− | + | ] | |
− | + | }, | |
− | + | "isbn": { | |
− | + | "label": "ISBN", | |
− | + | "type": "string", | |
− | + | "required": true, | |
− | + | "description": "ISBN - number of the book", | |
− | + | "aliases": [ | |
− | + | "7" | |
− | + | ] | |
− | + | }, | |
− | + | "language": { | |
− | + | "label": "Language", | |
− | + | "type": "string", | |
− | + | "required": true, | |
− | + | "description": "Language of the book.", | |
− | + | "aliases": [ | |
− | + | "8" | |
− | + | ] | |
− | + | }, | |
− | + | "pageCount": { | |
− | + | "label": "Page Count", | |
− | + | "type": "number", | |
− | + | "required": true, | |
− | + | "description": "Number of pages in the book.", | |
− | + | "aliases": [ | |
+ | "9" | ||
+ | ] | ||
+ | }, | ||
+ | "publishedBy": { | ||
+ | "label": "Published By", | ||
+ | "type": "string", | ||
+ | "required": true, | ||
+ | "description": "Name of the publisher.", | ||
+ | "aliases": [ | ||
+ | "10" | ||
+ | ] | ||
+ | }, | ||
+ | "publishedYear": { | ||
+ | "label": "Published Year", | ||
+ | "type": "string", | ||
+ | "required": true, | ||
+ | "description": "When was the book published?", | ||
+ | "aliases": [ | ||
+ | "11" | ||
+ | ] | ||
+ | } | ||
+ | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 02:20, 1 September 2020
Details about books published.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Cover Image Url | coverImageUrl 1 | The url of cover image of the book. | String | optional |
Author/Creator | author 2 | Name of the Author or the Creator. | String | required |
Book Title | bookTitle 3 | Name or Title of the book. | String | required |
Subtitle | subtitle 4 | Optional subtitle of the book or central theme of the book. | String | optional |
Download at | downloadUrl 5 | The url to download the book, if any. | String | optional |
Edition | edition 6 | Edition or Revision number | String | optional |
ISBN | isbn 7 | ISBN - number of the book | String | required |
Language | language 8 | Language of the book. | String | required |
Page Count | pageCount 9 | Number of pages in the book. | Number | required |
Published By | publishedBy 10 | Name of the publisher. | String | required |
Published Year | publishedYear 11 | When was the book published? | String | required |