More actions
Created blank page |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- | |||
Infobox | |||
--> | |||
<includeonly>{{Infobox| | |||
|bodyclass = mw-collapsible floatright | |||
|header1 = {{{name}}} | |||
|rowclass1 = infobox-title | |||
|image3 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|[[File:PlaceholderImage.jpg|400px]]}} | |||
|imagerowclass3 = infobox-image | |||
|label4 = Session Number | |||
|data4 = {{{session_num|}}} | |||
|rowclass4 = infobox-data infobox-col1 | |||
|label5 = Date | |||
|data5 = {{{date|}}} | |||
|rowclass5 = infobox-data infobox-col1 | |||
|label6 = Attendees | |||
|data6 = {{{attendees|}}} | |||
|rowclass6 = infobox-data infobox-col1 | |||
|label7 = Runtime (hrs) | |||
|data7 = {{{runtime|}}} | |||
|rowclass7 = infobox-data infobox-col1 | |||
|label8 = Recording | |||
|data8 = {{#if:{{{recording|}}}|[[File:{{{recording}}}]]|[[File:PlaceholderRecording.mp3]]}} | |||
|rowclass8 = infobox-data infobox-col1 | |||
|header9 = {{#if:{{{affiliations|}}}|Key Connections}} | |||
|rowclass9 = infobox-header | |||
|data10 = {{{affiliations}}} | |||
|rowclass10 = infobox-data infobox-col1 | |||
|header11 = {{#if:{{{next_session|}}}{{{prev_session|}}}|Other Sessions}} | |||
|rowclass11 = infobox-header | |||
|label12 = Previous Session | |||
|data12 = {{{prev_session|}}} | |||
|rowclass12 = infobox-data infobox-col2 | |||
|label13 = Next Session | |||
|data13 = {{{next_session|}}} | |||
|rowclass13 = infobox-data infobox-col2 | |||
|data30 = | |||
}}</includeonly> | |||
<!-- | |||
Short description | |||
--> | |||
<includeonly>{{Short description|Session #{{{session_num}}}{{#if:{{{name}}}| - {{{name}}}}} - {{{date}}}}}</includeonly> | |||
<!-- | |||
Categorization | |||
--> | |||
<includeonly> | |||
[[Category:Session]] | |||
</includeonly> | |||
<noinclude> | |||
{{/doc}} | |||
<!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> | |||
</noinclude> |
Latest revision as of 21:40, 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 |
Key Connections | affiliations | Links to important pages from this session | String | optional |
Next Session | next_session | no description | String | optional |
Previous Session | prev_session | no description | String | optional |