More actions
No edit summary |
No edit summary |
||
| (3 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 56: | Line 55: | ||
"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 |