Difference between revisions of "Template:Book"
Jump to navigation
Jump to search
Sri.senthil (talk | contribs) (Added parserfunctions to display field only if value present.) |
Sri.senthil (talk | contribs) |
||
Line 65: | Line 65: | ||
"label": "Subtitle", | "label": "Subtitle", | ||
"type": "string", | "type": "string", | ||
− | " | + | "suggested": false, |
"description": "Optional subtitle of the book or central theme of the book.", | "description": "Optional subtitle of the book or central theme of the book.", | ||
"aliases": [ | "aliases": [ | ||
Line 92: | Line 92: | ||
"label": "ISBN", | "label": "ISBN", | ||
"type": "string", | "type": "string", | ||
− | " | + | "suggested": false, |
"description": "ISBN - number of the book", | "description": "ISBN - number of the book", | ||
"aliases": [ | "aliases": [ | ||
Line 128: | Line 128: | ||
"label": "Published Year", | "label": "Published Year", | ||
"type": "string", | "type": "string", | ||
− | " | + | "suggested": false, |
"description": "When was the book published?", | "description": "When was the book published?", | ||
"aliases": [ | "aliases": [ |
Latest revision as of 00:03, 9 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 | optional |
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 | optional |