Template:Infobox Adventure/doc: Difference between revisions

Jump to navigation Jump to search
no edit summary
(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
 
(14 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Lua|Module:Infobox|Module:Date Stuff}}
{{Lua|Module:Infobox|Module:Date Stuff}}
This template can be used to add at-a-glance information on TTRPG adventures and one-shots.
This template can be used to add at-a-glance information on TTRPG adventures and one-shots.
== Usage ==
== Usage ==
{{Parameter names example
{{Parameter names example
Line 10: Line 9:
| image
| image
| caption
| caption
| setting
| status
| start
| start
| current_end
| end
| end
| characters
| characters
| npcs
| bbeg
| bbeg
| npcs
| firstsession
| firstsession
| latest_last
| lastsession
| lastsession
| setting
}}
<pre style="overflow:auto;">
{{Infobox Adventure
| name        =
| tag          =
<!-- Images  -->
| image        =
| caption      =
<!--  Dates  -->
| start        =
| current_end  =
| end          =
<!--  Cast  -->
| characters  =
| bbeg        =
| npcs        =
<!--Timeline -->
| firstsession =
| latest_last  =
| lastsession  =
<!-- Setting -->
| setting      =
}}
}}
</pre>
== Parameters ==
; <code>name</code>: name of the adventure
; <code>tag</code>: tagline of the adventure
; <code>image</code>: image that represents the adventure
; <code>caption</code>: caption about the image
; <code>start</code>: in-game date the adventure started
; <code>current_end</code>: depending on if the adventure is concluded, on-going, or on-hold
; <code>end</code>: in-game date the adventure ended/currently is on
; <code>characters</code>: list of all characters that were part of the adventure
; <code>npcs</code>: list of notable NPCs from the adventure
; <code>bbeg</code>: big bad evil guy of the adventure
; <code>firstsession</code>: link to the first session of the adventure
; <code>latest_last</code>: depending on if the adventure is concluded, on-going, or on-hold
; <code>lastsession</code>: link to the latest/last session of the adventure
==TemplateData==
{{Collapse top|title=[[Stiles.casa Wiki:TemplateData|TemplateData]] documentation used by [[Stiles.casa Wiki:VisualEditor|VisualEditor]] and other tools}}
{{TemplateData header|noheader=1}}
<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "name of the adventure",
"type": "string",
"required": true
},
"tag": {
"label": "Tag",
"description": "tagline of the adventure",
"type": "string"
},
"image": {
"label": "Image",
"description": "image that represents the adventure",
"type": "wiki-file-name"
},
"caption": {
"label": "Caption",
"description": "caption about the image",
"type": "string"
},
"start": {
"label": "Start",
"description": "in-game date the adventure started",
"example": "{{Convert Date|01-24-1994|Eberron}}",
"type": "wiki-template-name"
},
"current_end": {
"label": "Current or End",
"description": "depending on if the adventure is concluded, on-going, or on-hold",
"type": "string"
},
"end": {
"label": "End",
"description": "in-game date the adventure ended/currently is on",
"example": "{{Convert Date|01-24-1994|Eberron}}",
"type": "wiki-template-name"
},
"characters": {
"label": "Characters",
"description": "list of all characters that were part of the adventure",
"example": "{{hlist|[[Player1]]|[[Player2]]}}",
"type": "wiki-template-name"
},
"npcs": {
"label": "NPCs",
"description": "list of notable NPCs from the adventure",
"example": "{{hlist|[[NPC1]]|[[NPC2]]|[[NPC3]]}}",
"type": "wiki-template-name"
},
"bbeg": {
"label": "BBEG",
"description": "big bad evil guy of the adventure",
"type": "wiki-page-name"
},
"firstsession": {
"label": "First Session",
"description": "link to the first session of the adventure",
"type": "wiki-page-name"
},
"latest_last": {
"label": "Latest or Last",
"description": "depending on if the adventure is concluded, on-going, or on-hold",
"type": "string"
},
"lastsession": {
"label": "Last Session",
"description": "link to the latest/last session of the adventure",
"type": "wiki-page-name"
}
}
}
</templatedata>
{{Collapse bottom}}
<includeonly>{{basepage subpage|
<!-- Categories below this line, please; interwikis at Wikidata -->
{{DEFAULTSORT:Infobox Adventure}}
}}</includeonly>

Navigation menu