 | This template uses Lua:
|
This template can be used to add at-a-glance information on individual TTRPG sessions.
Usage
| {{{name}}} |
|---|
|
|
| {{{image}}} {{{caption}}} |
|
| Date Played | {{{irldate}}} |
|---|
| Game Date | {{{gamedate}}} |
|---|
|
| Characters | {{{characters}}} |
|---|
| Notable NPCs | {{{npcs}}} |
|---|
| Notable Locations | {{{locations}}} |
|---|
|
| Previous Session | {{{previoussession}}} |
|---|
| Next Session | {{{nextsession}}} |
|---|
| Setting | {{{setting}}} |
|---|
{{Infobox Session
| name =
| tag =
| adventure =
| campaign =
| image =
| caption =
| irldate =
| gamedate =
| characters =
| npcs =
| locations =
| previoussession =
| nextsession =
| setting =
}}
Parameters
name
- name of the session. If left blank, defaults to page name.
tag
- tag for the session, if there is one
adventure
- what adventure the session is a part of
campaign
- what campaign the session is a part of
setting
- the setting the session takes place in, this is also used for the dates to convert number dates to full dates
image
- image for the session
caption
- caption about the image
irldate
- the IRL date the session was played
gamedate
- the starting in-game date of the session
characters
- list of characters, separated by the {{}} template
npcs
- list of notable npcs in the session
locations
- list of notable locations visited in the session
previoussession
- name of the preceding session
nextsession
- name of the following session
TemplateData
|
|
Template parameters | Parameter | Description | Type | Status |
|---|
| Name | name | Name of the session. If left blank will default to pagename - Auto value
{{PAGENAME}}
| String | optional |
|---|
| Tag | tag | Tag line for the session
| String | optional |
|---|
| Adventure | adventure | the adventure the session is part of
| String | suggested |
|---|
| Campaign | campaign | the campaign the session is part of
| String | suggested |
|---|
| Setting | setting | the setting the session takes place in
| String | suggested |
|---|
| Image | image | relevant image of the session
| File | optional |
|---|
| Caption | caption | caption for the image
| String | optional |
|---|
| Real Life Date | irldate | the real life date the session was played - Example
- 12-23-3456
| Date | optional |
|---|
| In-Game Date | gamedate | the in-game date the session started on - Example
- 01-02-034
| Date | optional |
|---|
| Player Characters | characters | list of all PCs that were in the session
| String | optional |
|---|
| Notable NPCs | npcs | list of notable NPCs from the session
| String | optional |
|---|
| Notable Locations | locations | list of notable locations from the session
| String | optional |
|---|
| Previous Session | previoussession | name of the previous session
| String | optional |
|---|
| Next Session | nextsession | name of the next session
| String | optional |
|---|
|