Template:Book: Difference between revisions
No edit summary |
(Adding templatedata) |
||
Line 14: | Line 14: | ||
| url = |
| url = |
||
| isbn = |
| isbn = |
||
}</nowiki></pre>< |
}</nowiki></pre><templatedata> |
||
{ |
|||
"params": { |
|||
"last": { |
|||
"label": "Last Name", |
|||
"description": "Author's Last Name", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"first": { |
|||
"label": "First Name", |
|||
"description": "Author's First Name", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"last2": { |
|||
"label": "Last Name 2", |
|||
"description": "Second Author's Last Name", |
|||
"type": "string" |
|||
}, |
|||
"first2": { |
|||
"label": "First Name 2", |
|||
"description": "Second Author's First Name", |
|||
"type": "string" |
|||
}, |
|||
"year": { |
|||
"label": "Year", |
|||
"description": "Year of publication", |
|||
"type": "number", |
|||
"required": true |
|||
}, |
|||
"url": { |
|||
"label": "URL", |
|||
"description": "Link to content", |
|||
"type": "url" |
|||
}, |
|||
"title": { |
|||
"label": "Title", |
|||
"description": "Book Title", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"place": { |
|||
"label": "Place", |
|||
"description": "Place published", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"publisher": { |
|||
"label": "Publisher", |
|||
"description": "Publisher name", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"isbn": { |
|||
"label": "ISBN", |
|||
"description": "ISBN Number", |
|||
"type": "string", |
|||
"suggested": true |
|||
} |
|||
}, |
|||
"description": "Reference: Book" |
|||
} |
|||
</templatedata></noinclude> |
Revision as of 22:33, 15 January 2022
Okuda, Michael, and Denise Okuda. 1993. Star trek chronology: The history of the future. New York: Pocket Books. {book | last = | first = | last2 = | first2 = | year = | title = | place = | publisher = | url = | isbn = }
Reference: Book
Parameter | Description | Type | Status | |
---|---|---|---|---|
Last Name | last | Author's Last Name | String | required |
First Name | first | Author's First Name | String | required |
Last Name 2 | last2 | Second Author's Last Name | String | optional |
First Name 2 | first2 | Second Author's First Name | String | optional |
Year | year | Year of publication | Number | required |
URL | url | Link to content | URL | optional |
Title | title | Book Title | String | required |
Place | place | Place published | String | required |
Publisher | publisher | Publisher name | String | required |
ISBN | isbn | ISBN Number | String | suggested |