Template:Book: Difference between revisions
No edit summary |
(Adding template category: Reference Templates) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{{last|}}}{{#if:{{{last|}}}|,|}} {{{first|}}}{{#if:{{{last2|}}}| and {{{first2|}}} {{{last2|}}}|}}. {{#if:{{{year|}}}|{{{year|}}}.|}} {{#if:{{{url|}}}|[{{{url|}}} {{{title|}}}]|{{{title|}}}|}}<br/> {{#if:{{{place|}}}|{{{place|}}}:|}} {{#if:{{{publisher|}}}|{{{publisher|}}}.|}} {{#if:{{{isbn|}}}|ISBN {{{isbn|}}}|}}</includeonly> |
<includeonly>{{{last|}}}{{#if:{{{last|}}}|,|}} {{{first|}}}{{#if:{{{last2|}}}| and {{{first2|}}} {{{last2|}}}|}}. {{#if:{{{year|}}}|{{{year|}}}.|}} {{#if:{{{url|}}}|[{{{url|}}} {{{title|}}}]|{{{title|}}}|}}<br/> {{#if:{{{place|}}}|{{{place|}}}:|}} {{#if:{{{publisher|}}}|{{{publisher|}}}.|}} {{#if:{{{isbn|}}}|ISBN {{{isbn|}}}.|}}</includeonly> |
||
<noinclude><pre>Okuda, Michael, and Denise Okuda. 1993. Star trek chronology: The |
<noinclude><pre>Okuda, Michael, and Denise Okuda. 1993. Star trek chronology: The |
||
history of the future. New York: Pocket Books. |
history of the future. New York: Pocket Books. |
||
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>[[Category: Reference Templates]]</noinclude> |
Latest revision as of 10:58, 16 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 |