Template:Session: Difference between revisions
No edit summary |
mNo edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
'''Usage:''' | |||
<pre> | |||
{{Session | |||
| campaign = | |||
| chapter = | |||
| sessiongroup = | |||
| gamemaster = | |||
| participants = | |||
| realtimedate = | |||
| ingamedate = | |||
| pcs = | |||
| sessiontype = | |||
| regions = | |||
| areas = | |||
}} | |||
</pre> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 57: | Line 73: | ||
"description": "The non-campaign session collection the session was placed in.", | "description": "The non-campaign session collection the session was placed in.", | ||
"type": "string" | "type": "string" | ||
}, | |||
"chapter": { | |||
"label": "Chapter", | |||
"description": "Campaign chapter." | |||
} | } | ||
}, | }, | ||
| Line 62: | Line 82: | ||
"paramOrder": [ | "paramOrder": [ | ||
"campaign", | "campaign", | ||
"chapter", | |||
"sessiongroup", | "sessiongroup", | ||
"gamemaster", | "gamemaster", | ||
| Line 77: | Line 98: | ||
<includeonly> | <includeonly> | ||
[[Category:Sessions]] | |||
{{#if:{{{campaign|}}}|[[Category:{{{campaign}}}]]}} | |||
{{#if:{{{sessiongroup|}}}|[[Category:{{{sessiongroup}}}]]}} | |||
{| class="wikitable" style="float:right; width:300px; margin:0 0 1em 1em;" | {| class="wikitable" style="float:right; width:300px; margin:0 0 1em 1em;" | ||
! colspan="2" | '''Basic information''' | ! colspan="2" | '''Basic information''' | ||
| Line 82: | Line 106: | ||
{{#if: {{{campaign|}}} | | {{#if: {{{campaign|}}} | | ||
{{!}} '''Campaign:''' {{!}}{{!}} {{{campaign|}}} | {{!}} '''Campaign:''' {{!}}{{!}} {{{campaign|}}} | ||
{{!}}- | |||
}} | |||
{{#if: {{{chapter|}}} | | |||
{{!}} '''Chapter:''' {{!}}{{!}} {{{chapter|}}} | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
| Line 112: | Line 140: | ||
}} | }} | ||
|} | |} | ||
</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 |