Difference between revisions of "Template:Cite book/doc"
Jump to navigation
Jump to search
[checked revision] | [checked revision] |
(mapping ergänzt) |
|||
Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params":{ | |||
"author":{ | |||
"label":"Author(s)", | |||
"description":"Author(s)", | |||
"type":"string", | |||
"required":true, | |||
"suggested":true | |||
}, | |||
"year":{ | |||
"label":"Year", | |||
"description":"Pusbilishing year", | |||
"type":"date", | |||
"required":true, | |||
"suggested":true | |||
}, | |||
"section_title":{ | |||
"label":"Section title", | |||
"description":"Only to be used if a section is used as citation", | |||
"type":"string", | |||
"suggested":true | |||
}, | |||
"editor":{ | |||
"label":"Editor(s)", | |||
"description":"Editor(s)", | |||
"type":"string", | |||
"suggested":true | |||
}, | |||
"book_title":{ | |||
"label":"Book title", | |||
"description":"The name of the book", | |||
"type":"string", | |||
"required":true, | |||
"suggested":true | |||
}, | |||
"publisher":{ | |||
"label":"Publisher", | |||
"description":"Publishing house of the book", | |||
"type":"string", | |||
"required":true, | |||
"suggested":true | |||
}, | |||
"place":{ | |||
"label":"Place", | |||
"description":"Place where the publishing house has its heardquarter", | |||
"type":"string", | |||
"suggested":true | |||
}, | |||
"ISBN":{ | |||
"label":"ISBN", | |||
"description":"ISBN of the book", | |||
"type":"string", | |||
"required":false, | |||
"suggested":true | |||
} | |||
}, | |||
"paramOrder":[ | |||
"author", | |||
"year", | |||
"section_title", | |||
"editor", | |||
"book_title", | |||
"publisher", | |||
"place", | |||
"ISBN" | |||
], | |||
"format":"inline", | |||
"maps":{ | |||
"citoid":{ | |||
"title":"section_title", | |||
"publisher":"publisher", | |||
"bookTitle":"book_title", | |||
"date":"year", | |||
"place":"place", | |||
"ISBN":[ | |||
"ISBN" | |||
], | |||
"author":"author" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 07:53, 6 May 2021
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Author(s) | author | Author(s) | String | required |
Year | year | Pusbilishing year | Date | required |
Section title | section_title | Only to be used if a section is used as citation | String | suggested |
Editor(s) | editor | Editor(s) | String | suggested |
Book title | book_title | The name of the book | String | required |
Publisher | publisher | Publishing house of the book | String | required |
Place | place | Place where the publishing house has its heardquarter | String | suggested |
ISBN | ISBN | ISBN of the book | String | suggested |