Template:Session: Difference between revisions
No edit summary |
mNo edit summary |
||
| (11 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
'''Usage''' | '''Usage:''' | ||
<pre> | <pre> | ||
{{Session | {{Session | ||
| campaign = | | campaign = | ||
| gamemaster = | | chapter = | ||
| participants = | | sessiongroup = | ||
| pcs = | | gamemaster = | ||
| sessiontype = | | participants = | ||
| realtimedate = | |||
| ingamedate = | |||
| pcs = | |||
| sessiontype = | |||
| regions = | | regions = | ||
| areas = | | areas = | ||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 44: | Line 46: | ||
"description": "The type of the session, e.g. core, spinoff etc.", | "description": "The type of the session, e.g. core, spinoff etc.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
| Line 62: | Line 57: | ||
"description": "Notable, significant places or landmarks related to the session.", | "description": "Notable, significant places or landmarks related to the session.", | ||
"type": "string" | "type": "string" | ||
}, | |||
"realtimedate": { | |||
"label": "Real-time Date", | |||
"description": "The real time the session was played", | |||
"required": true, | |||
"type": "date" | |||
}, | |||
"ingamedate": { | |||
"label": "In-game Date", | |||
"description": "The in-game time the session was played.", | |||
"type": "string" | |||
}, | |||
"sessiongroup": { | |||
"label": "Session group", | |||
"description": "The non-campaign session collection the session was placed in.", | |||
"type": "string" | |||
}, | |||
"chapter": { | |||
"label": "Chapter", | |||
"description": "Campaign chapter." | |||
} | } | ||
}, | }, | ||
| Line 67: | Line 82: | ||
"paramOrder": [ | "paramOrder": [ | ||
"campaign", | "campaign", | ||
"chapter", | |||
"sessiongroup", | |||
"gamemaster", | "gamemaster", | ||
"participants", | "participants", | ||
"realtimedate", | |||
"ingamedate", | |||
"pcs", | "pcs", | ||
"sessiontype", | "sessiontype", | ||
| Line 79: | Line 98: | ||
<includeonly> | <includeonly> | ||
[[Category: | [[Category:Sessions]] | ||
{{#if:{{{campaign|}}}|[[Category:{{{campaign}}}]]}} | |||
{{#if:{{{sessiongroup|}}}|[[Category:{{{sessiongroup}}}]]}} | |||
{| class="wikitable" style="float:right; width:300px; margin:0 0 1em 1em;" | |||
! colspan="2" | '''Basic information''' | |||
|- | |||
{{#if: {{{campaign|}}} | | |||
{{!}} '''Campaign:''' {{!}}{{!}} {{{campaign|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{chapter|}}} | | |||
{{!}} '''Chapter:''' {{!}}{{!}} {{{chapter|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{sessiongroup|}}} | | |||
{{!}} '''Session group:''' {{!}}{{!}} {{{sessiongroup|}}} | |||
{{!}}- | |||
}} | |||
|- | |||
| '''Game Master:''' || {{{gamemaster|}}} | |||
|- | |||
| '''Session Type:''' || {{{sessiontype|}}} | |||
|- | |||
| '''Participants:''' || {{{participants|}}} | |||
|- | |||
| '''PCs:''' || {{{pcs|}}} | |||
|- | |||
| '''Real-time Date''' || {{{realtimedate|}}} | |||
|- | |||
{{#if: {{{ingametime|}}} | | |||
{{!}} '''In-game Time:''' {{!}}{{!}} {{{ingamedate|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{regions|}}} | | |||
{{!}} '''Regions:''' {{!}}{{!}} {{{regions|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{areas|}}} | | |||
{{!}} '''Areas of interest:''' {{!}}{{!}} {{{areas|}}} | |||
{{!}}- | |||
}} | |||
|} | |||
</includeonly> | </includeonly> | ||
Latest revision as of 18:12, 17 July 2025
Usage:
{{Session
| campaign =
| chapter =
| sessiongroup =
| gamemaster =
| participants =
| realtimedate =
| ingamedate =
| pcs =
| sessiontype =
| regions =
| areas =
}}
Infobox for sessions
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Campaign | campaign | Campaign the session belongs to. | String | optional |
| Chapter | chapter | Campaign chapter. | Unknown | optional |
| Session group | sessiongroup | The non-campaign session collection the session was placed in. | String | optional |
| Game Master | gamemaster | The person or people running the session. | String | required |
| Participants | participants | The people playing the session. | String | required |
| Real-time Date | realtimedate | The real time the session was played | Date | required |
| In-game Date | ingamedate | The in-game time the session was played. | String | optional |
| PCs | pcs | The player characters involved. | String | required |
| Session type | sessiontype | The type of the session, e.g. core, spinoff etc. | String | required |
| Regions | regions | The regions involved in the story - the country, city, land in which the events take place. | String | optional |
| Areas of interest | areas | Notable, significant places or landmarks related to the session. | String | optional |