473
edits
(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> |