Template:Cite journal/doc
< Template:Cite journal
Revision as of 06:44, 7 May 2021 by Raimond Spekking (talk | contribs)
{
"params":{ "author":{ "label":"Author", "description":"Person. who has written this paper", "example":"John Doe", "type":"string", "required":true, "suggested":true }, "year":{ "label":"Year", "description":"Publshing year", "type":"date", "required":true, "suggested":true }, "title":{ "description":"Title of the paper", "type":"string", "required":true, "suggested":true, "label":"Title" }, "journal":{ "label":"Journal", "description":"Name of the journal", "type":"string", "required":true, "suggested":true }, "volume":{ "label":"Volume", "description":"Volume of the journal", "type":"string", "required":true, "suggested":true }, "issue":{ "label":"Issue", "description":"Issue of the journal", "type":"string", "suggested":true }, "page":{ "label":"Page(s)", "description":"Page or pages in the journal", "type":"wiki-page-name", "required":true, "suggested":true }, "doi":{ "label":"DOI", "description":"DOI", "type":"string", "suggested":true } }, "format":"inline", "description":"Template for adding references from journals", "maps":{ "citoid":{ "title":"book_title", "publisher":"publisher", "date":"year", "place":"place", "ISBN":[ "ISBN" ], "author":"author" } }
}