1.075 Bytes hinzugefügt
, 09:10, 30. Jun. 2021
<templatedata>
{
"params": {
"Author": {
"label": "Author",
"description": "Author of the online publication",
"type": "string",
"suggested": true
},
"year": {
"label": "Year",
"description": "Year of the online publication",
"type": "date",
"required": true,
"suggested": true
},
"title": {
"label": "Title",
"description": "Title of the online publication",
"type": "string",
"required": true,
"suggested": true
},
"e-pub date": {
"label": "E-Pub date",
"description": "Date of the online publication",
"type": "date",
"required": true,
"suggested": true
},
"date accessed": {
"label": "Date accessed",
"description": "Date when the online publication was accesse",
"type": "date",
"required": true,
"suggested": true
},
"url": {
"label": "URL",
"description": "URL",
"type": "url",
"required": true,
"suggested": true
}
},
"maps":{
"citoid":{
"author":"Author",
"title":"title",
"url":"url"
}
}
}
</templatedata>