4,599
edits
(Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Infobox|Module:Date Stuff}} This template can be used to add at-a-glance information on TTRPG adventures and one-shots. == Usage == {{Parameter names example | name | tag | image | caption | setting | status | start | end | characters | bbeg | npcs | firstsession | lastsession }}") |
No edit summary |
||
Line 20: | Line 20: | ||
| lastsession | | lastsession | ||
}} | }} | ||
<pre style="overflow:auto;"> | |||
{{Infobox Campaign | |||
| name = | |||
| tag = | |||
<!-- Images --> | |||
| image = | |||
| caption = | |||
<!-- In Game Dates --> | |||
| setting = | |||
| status = | |||
| start = | |||
| end = | |||
<!-- Characters --> | |||
| characters = | |||
| bbeg = | |||
| npcs = | |||
<!-- First and last/latest session --> | |||
| firstsession = | |||
| lastsession = | |||
}} | |||
</pre> | |||
== Parameters == | |||
; <code>name</code>: name of the campaign. If left blank, defaults to page name. | |||
; <code>tag</code>: tag for the campaign, if there is one | |||
; <code>image</code>: image for the campaign | |||
; <code>caption</code>: caption about the image | |||
; <code>setting</code>: the setting the campaign takes place in, this is also used for the dates to convert number dates to full dates | |||
; <code>status</code>: if the campaign is on-going, on-hold, or concluded | |||
; <code>start</code>: the in-game day the campaign started | |||
; <code>end</code>: if status is "Concluded", the in-game day the campaign ended. Otherwise uses the current date from the current dates template. | |||
; <code>characters</code>: list of characters, separated by the {{}} template | |||
; <code>bbeg</code>: the bbeg, if the campaign had one | |||
; <code>npcs</code>: list of notable NPCs | |||
; <code>firstsession</code>: name of the first session | |||
; <code>lastsession</code>: name of the last session. The header changes based on the status. |