Citoid/MediaWiki:Citoid-template-type-map.json: Difference between revisions

From Climate Change AI Wiki
Content added Content deleted
(Created page with "{ "artwork": "Citation", "audioRecording": "Citation", "bill": "Citation", "blogPost": "Cite web", "book": "Cite book", "bookSection": "Cite journal",...")
 
No edit summary
Line 1: Line 1:
[
{
{
"artwork": "Citation",
"audioRecording": "Citation",
"name": "web",
"bill": "Citation",
"icon": "ref-cite-web",
"blogPost": "Cite web",
"template": "Cite web"
"book": "Cite book",
},
{
"bookSection": "Cite journal",
"case": "Citation",
"name": "book",
"computerProgram": "Citation",
"icon": "ref-cite-book",
"conferencePaper": "Cite journal",
"template": "Cite book"
},
"dictionaryEntry": "Cite journal",
{
"document": "Citation",
"email": "Cite web",
"name": "news",
"encyclopediaArticle": "Cite journal",
"icon": "ref-cite-news",
"film": "Citation",
"template": "Cite news"
},
"forumPost": "Cite web",
{
"hearing": "Citation",
"instantMessage": "Citation",
"name": "journal",
"interview": "Citation",
"icon": "ref-cite-journal",
"journalArticle": "Cite journal",
"template": "Cite journal"
}
"letter": "Citation",
]
"magazineArticle": "Cite news",
"manuscript": "Cite book",
"map": "Citation",
"newspaperArticle": "Cite news",
"patent": "Citation",
"podcast": "Citation",
"presentation": "Cite journal",
"radioBroadcast": "Citation",
"report": "Cite journal",
"statute": "Citation",
"thesis": "Citation",
"tvBroadcast": "Citation",
"videoRecording": "Citation",
"webpage": "Cite web"
}

Revision as of 17:07, 27 August 2020

[

   {
       "name": "web",
       "icon": "ref-cite-web",
       "template": "Cite web"
   },
   {
       "name": "book",
       "icon": "ref-cite-book",
       "template": "Cite book"
   },
   {
       "name": "news",
       "icon": "ref-cite-news",
       "template": "Cite news"
   },
   {
       "name": "journal",
       "icon": "ref-cite-journal",
       "template": "Cite journal"
   }

]