Template:Session: Difference between revisions
No edit summary |
mNo edit summary |
||
| (10 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 41: | 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 46: | Line 82: | ||
"paramOrder": [ | "paramOrder": [ | ||
"campaign", | "campaign", | ||
"chapter", | |||
"sessiongroup", | |||
"gamemaster", | "gamemaster", | ||
"participants", | "participants", | ||
"realtimedate", | |||
"ingamedate", | |||
"pcs", | "pcs", | ||
"sessiontype", | "sessiontype", | ||
| Line 58: | 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 |