 | This template uses Lua:
|
This template can be used to add at-a-glance information on TTRPG adventures and one-shots.
Usage
{{{name}}} |
---|
|
{{{image}}} {{{caption}}} |
|
Start Date | {{{start}}} |
---|
Date | {{{end}}} |
---|
|
Characters | {{{characters}}} |
---|
Notable NPCs | {{{npcs}}} |
---|
BBEG | {{{bbeg}}} |
---|
|
First Session | {{{firstsession}}} |
---|
Session | {{{lastsession}}} |
---|
Setting | {{{setting}}} |
---|
{{Infobox Adventure
| name =
| tag =
<!-- Images -->
| image =
| caption =
<!-- In Game Dates -->
| setting =
| status =
| start =
| end =
<!-- Characters -->
| characters =
| bbeg =
| npcs =
<!-- First and last/latest session -->
| firstsession =
| lastsession =
}}
Parameters
name
- name of the campaign. If left blank, defaults to page name.
tag
- tag for the campaign, if there is one
image
- image for the campaign
caption
- caption about the image
setting
- the setting the campaign takes place in, this is also used for the dates to convert number dates to full dates
status
- if the campaign is on-going, on-hold, or concluded
start
- the in-game day the campaign started
end
- if status is "Concluded", the in-game day the campaign ended. Otherwise uses the current date from the current dates template.
characters
- list of characters, separated by the {{}} template
bbeg
- the bbeg, if the campaign had one
npcs
- list of notable NPCs
firstsession
- name of the first session
lastsession
- name of the last session. The header changes based on the status.
TemplateData
Expand
|
Template parameters |
Name | name | Name of the adventure. If left blank will default to pagename.
| String | optional |
---|
Tag | tag | Tag line for the adventure.
| String | optional |
---|
Image | image | Image representing the adventure.
| Page name | optional |
---|
Caption | caption | Caption for the image.
| String | optional |
---|
Setting | setting | The setting where the adventure takes place.
| String | required |
---|
Status | status | The status of the adventure; on-going, on-hold, concluded.
| String | required |
---|
Start Date | start | In-game start date of the adventure, in the MM-DD-YYYY form.
| Date | optional |
---|
End Date | end | In-game end date of the adventure, in the MM-DD-YYYY form. If left blank, will use the Current date template to get the current date in the setting.
| Date | optional |
---|
Characters | characters | List of all player characters in the adventure.
| String | optional |
---|
BBEG | bbeg | The BBEG of the adventure, if there was one.
| String | optional |
---|
Notable NPCs | npcs | A list of notable NPCs.
| String | optional |
---|
First Session | firstsession | Title of the first session.
| String | optional |
---|
Last Session | lastsession | Title of the latest/last session.
| String | optional |
---|
|