4,599
edits
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata --> | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata --> | ||
{{Lua|Module:Infobox}} | {{Lua|Module:Infobox}} | ||
This template can be used to add at-a-glance information on TTRPG items. | This template can be used to add at-a-glance information on TTRPG items. | ||
== Usage == | == Usage == | ||
{{Parameter names example | {{Parameter names example | ||
Line 21: | Line 19: | ||
| lastappears | | lastappears | ||
}} | }} | ||
<pre style="overflow:auto;"> | <pre style="overflow:auto;"> | ||
{{Infobox Item | {{Infobox Item | ||
| name = | | name = | ||
| tag = | | tag = | ||
| image = | <!-- Images --> | ||
| caption = | | image = | ||
| rarity = | | caption = | ||
| type = | <!-- 5e Stats --> | ||
| attunement = | | rarity = | ||
| cursed = | | type = | ||
| value = | | attunement = | ||
| creator = | | cursed = | ||
| location = | | value = | ||
| firstappears = | <!-- Unique --> | ||
| lastappears = | | creator = | ||
| location = | |||
<!--Appearances--> | |||
| firstappears = | |||
| lastappears = | |||
}} | }} | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
; <code>name</code>: name of the item | ; <code>name</code>: name of the item | ||
Line 54: | Line 54: | ||
; <code>firstappears</code>: what session did the item first appear in | ; <code>firstappears</code>: what session did the item first appear in | ||
; <code>lastappears</code>: the latest session the item appeared in, if different from first appearance | ; <code>lastappears</code>: the latest session the item appeared in, if different from first appearance | ||
==TemplateData== | ==TemplateData== | ||
{{Collapse top|title=[[Stiles.casa Wiki:TemplateData|TemplateData]] documentation used by [[Stiles.casa Wiki:VisualEditor|VisualEditor]] and other tools}} | {{Collapse top|title=[[Stiles.casa Wiki:TemplateData|TemplateData]] documentation used by [[Stiles.casa Wiki:VisualEditor|VisualEditor]] and other tools}} | ||
Line 137: | Line 136: | ||
</templatedata> | </templatedata> | ||
{{Collapse bottom}} | {{Collapse bottom}} | ||
<includeonly>{{basepage subpage| | <includeonly>{{basepage subpage| | ||
<!-- Categories below this line, please; interwikis at Wikidata --> | <!-- Categories below this line, please; interwikis at Wikidata --> | ||
{{DEFAULTSORT:Infobox Item}} | {{DEFAULTSORT:Infobox Item}} | ||
}}</includeonly> | }}</includeonly> |