Template:Sign: Difference between revisions
Created page with "{{#invoke:MeineVorlage|render | title = {{{1}}} | symbol = {{{2}}} | name_english = {{{3}}} | name_german = {{{4}}} | message_english = {{{5}}} | message_german = {{{6}}} | author = {{{7}}} | location = {{{8}}} | date = {{{9}}} }}" |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | { | ||
"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 | |||
} | |||
} | |||
} |
Revision as of 15:31, 18 January 2025
{
"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 } }
}