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 |
||
(4 intermediate revisions by the same user not shown) | |||
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 27: | Line 28: | ||
"label": "Name", | "label": "Name", | ||
"description": "Name of the session", | "description": "Name of the session", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"image": { | "image": { | ||
Line 38: | Line 40: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "affiliations": { | ||
"label": " | "label": "Key Connections", | ||
" | "description": "Links to important pages from this session", | ||
"type": "string" | "type": "string" | ||
} | } | ||
Line 49: | Line 48: | ||
"description": "Session information!", | "description": "Session information!", | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | |||
"image", | |||
"session_num", | "session_num", | ||
"date", | "date", | ||
"attendees", | "attendees", | ||
"runtime", | "runtime", | ||
"recording", | "recording", | ||
" | "affiliations" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 19:24, 30 May 2025
Session information!
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the session | String | required |
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 |
Key Connections | affiliations | Links to important pages from this session | String | optional |