More actions
Created page with " <templatedata> { "params": { "session_num": { "label": "Session Number", "type": "number", "required": true }, "attendees": { "label": "Attendees", "description": "Everyone that was there in person", "type": "string" }, "date": { "label": "Date", "description": "The date the session was played", "type": "date", "required": true }, "recording": { "label": "Recording", "description": "The recording of the session", "ty..." |
No edit summary |
||
| Line 49: | Line 49: | ||
"description": "Session information!", | "description": "Session information!", | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | |||
"image", | |||
"session_num", | "session_num", | ||
"date", | "date", | ||
"attendees", | "attendees", | ||
"runtime", | "runtime", | ||
Revision as of 12:25, 23 May 2025
Session information!
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the session | String | optional |
| Image | image | no description | File | optional |
| Session Number | session_num | no description | Number | required |
| Date | date | The date the session was played | Date | required |
| Attendees | attendees | Everyone that was there in person | String | optional |
| Runtime | runtime | Runtime of the session | String | optional |
| Recording | recording | The recording of the session | File | optional |
| Next Session | next_session | no description | String | optional |
| Previous Session | prev_session | no description | String | optional |