Template:Infobox Item/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 3: Line 3:
{{Lua|Module:Infobox}}
{{Lua|Module:Infobox}}


This template can be used to add at-a-glance information on TTRPG campaigns.
This template can be used to add at-a-glance information on TTRPG items.


== Usage ==
== Usage ==
Line 41: Line 41:


== Parameters ==
== Parameters ==
; <code>name</code>:  
; <code>name</code>: name of the item
; <code>tag</code>:  
; <code>tag</code>: tag line of the item
; <code>image</code>:  
; <code>image</code>: image of the item
; <code>caption</code>:  
; <code>caption</code>: caption of the image
; <code>rarity</code>:  
; <code>rarity</code>: rarity of the item
; <code>type</code>:  
; <code>type</code>: the item type
; <code>attunement</code>:  
; <code>attunement</code>: if the item requires attunement, input yes, otherwise leave blank
; <code>cursed</code>:  
; <code>cursed</code>: if the item is cursed input yes, otherwise leave blank
; <code>value</code>:  
; <code>value</code>: the price the item goes for
; <code>creator</code>:  
; <code>creator</code>: for unique items, who created the item
; <code>location</code>:  
; <code>location</code>: for unique items, where is it currently if known
; <code>firstappears</code>:  
; <code>firstappears</code>: what session did the item first appear in
; <code>lastappears</code>:  
; <code>lastappears</code>: the latest session the item appeared in, if different from first appearance


==TemplateData==
==TemplateData==