Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Session/doc: Difference between revisions

Template page
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
(One intermediate revision 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 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 49: Line 55:
"description": "Session information!",
"description": "Session information!",
"paramOrder": [
"paramOrder": [
"name",
"image",
"session_num",
"session_num",
"date",
"date",
"name",
"image",
"attendees",
"attendees",
"runtime",
"runtime",
"recording",
"recording",
"next_session",
"next_session",
"prev_session"
"prev_session",
"affiliations"
]
]
}
}
</templatedata>
</templatedata>

Revision as of 12:43, 23 May 2025

Session information!

Template parameters

ParameterDescriptionTypeStatus
Namename

Name of the session

Stringoptional
Imageimage

no description

Fileoptional
Session Numbersession_num

Number of the session

Numberrequired
Datedate

The date the session was played

Daterequired
Attendeesattendees

Everyone that was there in person

Stringoptional
Runtimeruntime

Runtime of the session

Stringoptional
Recordingrecording

The recording of the session

Fileoptional
Next Sessionnext_session

no description

Stringoptional
Previous Sessionprev_session

no description

Stringoptional
Key Connectionsaffiliations

Links to important pages from this session

Stringoptional