Template:Infobox Campaign/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 41: | Line 41: | ||
== Parameters == | == Parameters == | ||
; <code>name</code>: name of the campaign. If left blank, defaults to page name. | ; <code>name</code>: name of the campaign. If left blank, defaults to page name. | ||
; <code>tag</code>: | ; <code>tag</code>: tag for the campaign, if there is one | ||
; <code>image</code>: | ; <code>image</code>: image for the campaign | ||
; <code>caption</code>: | ; <code>caption</code>: caption about the image | ||
; <code>setting</code>: | ; <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>start</code>: | ; <code>start</code>: the in-game day the campaign started | ||
; <code>end</code>: | ; <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>status</code>: | ; <code>status</code>: if the campaign is on-going, on-hold, or concluded | ||
; <code>characters</code>: | ; <code>characters</code>: list of characters, separated by the {{}} template | ||
; <code>bbeg</code>: | ; <code>bbeg</code>: the bbeg, if the campaign had one | ||
; <code>firstsession</code>: | ; <code>firstsession</code>: name of the first session | ||
; <code>lastsession</code>: | ; <code>lastsession</code>: name of the last session. The header changes based on the status. | ||
Revision as of 09:49, 21 May 2022
| This is a documentation subpage for Template:Infobox Campaign. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
Usage
| {{{name}}} | |
|---|---|
| {{{tag}}} | |
| {{{image}}} {{{caption}}} | |
| Status | |
| Setting | {{{setting}}} |
| Start Date | {{{start}}} |
| Date | {{{end}}} |
| Status | {{{status}}} |
| Cast | |
| Characters | {{{characters}}} |
| BBEG | {{{bbeg}}} |
| Timeline | |
| First Session | {{{firstsession}}} |
| Session | {{{lastsession}}} |
{{Infobox Campaign
| name =
| tag =
<!-- Images -->
| image =
| caption =
<!-- In Game Dates -->
| setting =
| start =
| end =
| status =
<!-- Characters -->
| characters =
| bbeg =
<!-- 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
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.
status- if the campaign is on-going, on-hold, or concluded
characters- list of characters, separated by the {{}} template
bbeg- the bbeg, if the campaign had one
firstsession- name of the first session
lastsession- name of the last session. The header changes based on the status.