Template:Sign
<templatedata> {
"description": "Kanthaus sign template",
"params": {
"title": {
"label": "Title",
"description": "Short and descriptive title",
"type": "string",
"required": true
},
"title-icon": {
"label": "Title icon",
"description": "Icon to support visual filtering of information",
"type": "string",
"required": true
},
"english-text": {
"label": "English text",
"description": "Text in English",
"type": "string",
"required": true
},
"german-text": {
"label": "German text",
"description": "Text in German",
"type": "string",
"required": true
},
"url": {
"label": "URL",
"description": "URL or other information",
"type": "string",
"required": false
},
"location": {
"label": "Location",
"description": "Location where file is stored",
"type": "string",
"required": true
},
"author": {
"label": "Author",
"description": "Your name",
"type": "string",
"required": true
},
"date": {
"label": "Date",
"description": "Current date",
"type": "string",
"required": true
}
}
}