 | 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}}} |
|---|
| {{{current_end}}} Date | {{{end}}} |
|---|
|
| Characters | {{{characters}}} |
|---|
| Notable NPCs | {{{npcs}}} |
|---|
| BBEG | {{{bbeg}}} |
|---|
|
| First Session | {{{firstsession}}} |
|---|
| {{{latest_last}}} Session | {{{lastsession}}} |
|---|
{{Infobox Adventure
| name =
| tag =
| image =
| caption =
| start =
| current_end =
| end =
| characters =
| bbeg =
| npcs =
| firstsession =
| latest_last =
| lastsession =
}}
Parameters
name
- name of the adventure
tag
- tagline of the adventure
image
- image that represents the adventure
caption
- caption about the image
start
- in-game date the adventure started
current_end
- depending on if the adventure is concluded, on-going, or on-hold
end
- in-game date the adventure ended/currently is on
characters
- list of all characters that were part of the adventure
npcs
- list of notable NPCs from the adventure
bbeg
- big bad evil guy of the adventure
firstsession
- link to the first session of the adventure
latest_last
- depending on if the adventure is concluded, on-going, or on-hold
lastsession
- link to the latest/last session of the adventure
TemplateData
|
|
Template parameters | Parameter | Description | Type | Status |
|---|
| Name | name | name of the adventure
| String | required |
|---|
| Tag | tag | tagline of the adventure
| String | optional |
|---|
| Image | image | image that represents the adventure
| File | optional |
|---|
| Caption | caption | caption about the image
| String | optional |
|---|
| Start | start | in-game date the adventure started - Example
- {{Convert Date|01-24-1994|Eberron}}
| Template | optional |
|---|
| Current or End | current_end | depending on if the adventure is concluded, on-going, or on-hold
| String | optional |
|---|
| End | end | in-game date the adventure ended/currently is on - Example
- {{Convert Date|01-24-1994|Eberron}}
| Template | optional |
|---|
| Characters | characters | list of all characters that were part of the adventure - Example
- {{hlist|[[Player1]]|[[Player2]]}}
| Template | optional |
|---|
| NPCs | npcs | list of notable NPCs from the adventure - Example
- {{hlist|[[NPC1]]|[[NPC2]]|[[NPC3]]}}
| Template | optional |
|---|
| BBEG | bbeg | big bad evil guy of the adventure
| Page name | optional |
|---|
| First Session | firstsession | link to the first session of the adventure
| Page name | optional |
|---|
| Latest or Last | latest_last | depending on if the adventure is concluded, on-going, or on-hold
| String | optional |
|---|
| Last Session | lastsession | link to the latest/last session of the adventure
| Page name | optional |
|---|
|