More actions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
"label": "Session Number", | "label": "Session Number", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"description": "Number of the session" | |||
}, | }, | ||
"attendees": { | "attendees": { | ||
Line 44: | Line 45: | ||
"prev_session": { | "prev_session": { | ||
"label": "Previous Session", | "label": "Previous Session", | ||
"type": "string" | |||
}, | |||
"affiliations": { | |||
"label": "Key Connections", | |||
"description": "Links to important pages from this session", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 57: | Line 63: | ||
"recording", | "recording", | ||
"next_session", | "next_session", | ||
"prev_session" | "prev_session", | ||
"affiliations" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 12:43, 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 | Number of the session | 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 |
Key Connections | affiliations | Links to important pages from this session | String | optional |