Template:Sign: Difference between revisions

From Kanthaus wiki
Lb34 (talk | contribs)
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}}} }}"
 
Lb34 (talk | contribs)
No edit summary
Line 1: Line 1:
{{#invoke:MeineVorlage|render
{
| title = {{{1}}}
    "description": "Kanthaus sign template",
| symbol = {{{2}}}
    "params": {
| name_english = {{{3}}}
        "title": {
| name_german = {{{4}}}
            "label": "Title",
| message_english = {{{5}}}
            "description": "Short and descriptive title",
| message_german = {{{6}}}
            "type": "string",
| author = {{{7}}}
            "required": true
| location = {{{8}}}
        },
| date = {{{9}}}
        "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
       }
   }

}