Widget:ICSGenerator/doc: Difference between revisions
Jump to navigation
Jump to search
Initial setup |
Parameter documentation |
||
Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
" | "title": { | ||
"label": "Title of the event", | |||
"description": "The general title of the event. This is the text that will be shown in a calendar. Keep it short.", | |||
"example": "Shattered Connexion", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"start": { | |||
"label": "Event start", | |||
"description": "The start date of the event.", | |||
"example": "2021-08-12T04:00:00+07", | |||
"type": "date", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"end": { | |||
"label": "Event end", | |||
"description": "The ending of the event.", | |||
"example": "2021-08-26T10:00:00+07", | |||
"type": "date", | |||
"required": true, | |||
"suggested": true | |||
} | |||
}, | }, | ||
"description": "Creates a download link for an ICS file (event date container)." | "description": "Creates a download link for an ICS file (event date container).", | ||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 18:11, 17 February 2022
Creates a download link for an ICS file (event date container).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title of the event | title | The general title of the event. This is the text that will be shown in a calendar. Keep it short.
| String | required |
Event start | start | The start date of the event.
| Date | required |
Event end | end | The ending of the event.
| Date | required |
Usage
See the template's testcases:
Template:ICSGenerator/doc/testcases
See also