| This template uses Lua:
|
This template can be used to add at-a-glance information on TTRPG campaigns.
Usage
{{{name}}} |
---|
|
{{{image}}} {{{caption}}} |
|
Setting | {{{setting}}} |
---|
Start Date | {{{start}}} |
---|
{{{current_end}}} Date | {{{end}}} |
---|
Status | {{{status}}} |
---|
|
Characters | {{{characters}}} |
---|
BBEG | {{{bbeg}}} |
---|
|
First Session | {{{firstsession}}} |
---|
{{{latest_last}}} Session | {{{lastsession}}} |
---|
{{Infobox Campaign
| name =
| tag =
<!-- Images -->
| image =
| caption =
<!-- Status -->
| setting =
| start =
| current_end =
| end =
| status =
<!-- Cast -->
| characters =
| bbeg =
<!--Timeline -->
| firstsession =
| latest_last =
| lastsession =
}}
Parameters
name
- name of the campaign
tag
- tagline of the campaign
image
- image representing the campaign
caption
- caption about the image
setting
- setting the campaign takes place in
start
- the in-game date the campaign started
current_end
- if the campaign has concluded, use end, otherwise use current
end
- in-game date the campaign ended
status
- if the campaign is concluded, on-going, or on-hold
characters
- list of all player characters that appeared in the campaign
bbeg
- the big bad evil guy of the campaign
firstsession
- link to the first session page of this campaign
latest_last
- if the campaign has concluded, use last, otherwise use latest
lastsession
- link to the latest/last session page of this campaign
TemplateData
|
Template parameters Parameter | Description | Type | Status |
---|
Name | name | name of the campaign - Default
- {{PAGENAME}}
| String | optional |
---|
Tag | tag | tagline of the campaign
| String | optional |
---|
Image | image | image representing the campaign
| File | optional |
---|
Caption | caption | caption about the image
| String | optional |
---|
Setting | setting | setting the campaign takes place in
| Page name | optional |
---|
Start | start | the in-game date the campaign started - Example
- {{Convert Date|01-24-1994|Eberron}}
| Template | optional |
---|
Current or End | current_end | if the campaign has concluded, use end, otherwise use current
| String | optional |
---|
End | end | in-game date the campaign ended - Example
- {{Convert Date|01-24-1994|Eberron}}
| Template | optional |
---|
Status | status | if the campaign is concluded, on-going, or on-hold
| String | optional |
---|
Characters | characters | list of all player characters that appeared in the campaign - Example
- {{hlist|[[Player1]]|[[Player2]]|[[Player3]]|[[Player4]]}}
| Template | optional |
---|
BBEG | bbeg | the big bad evil guy of the campaign - Example
- [[BBEG1]]
| Page name | optional |
---|
First Session | firstsession | link to the first session page of this campaign
| Page name | optional |
---|
Latest or Last | latest_last | if the campaign has concluded, use last, otherwise use latest
| String | optional |
---|
Last Session | lastsession | link to the latest/last session page of this campaign
| Page name | optional |
---|
|