 | This template uses Lua:
|
This template can be used to add at-a-glance information on TTRPG items.
Usage
| {{{name}}} |
|---|
|
| {{{image}}} {{{caption}}} |
|
| Rarity | [[:Category:{{{rarity}}} Items|{{{rarity}}}]] |
|---|
| Type | [[:Category:{{{type}}}s|{{{type}}}]] |
|---|
| Attunement? | Yes |
|---|
| Cursed? | Yes |
|---|
| Value | {{{value}}} |
|---|
|
| Creator | {{{creator}}} |
|---|
| Current Location | {{{location}}} |
|---|
|
| First Appearance | {{{firstappears}}} |
|---|
| Latest Appearance | {{{lastappears}}} |
|---|
{{Infobox Item
| name =
| tag =
| image =
| caption =
| rarity =
| type =
| attunement =
| cursed =
| value =
| creator =
| location =
| firstappears =
| lastappears =
}}
Parameters
name
- name of the item
tag
- tag line of the item
image
- image of the item
caption
- caption of the image
rarity
- rarity of the item
type
- the item type
attunement
- if the item requires attunement, input yes, otherwise leave blank
cursed
- if the item is cursed input yes, otherwise leave blank
value
- the price the item goes for
creator
- for unique items, who created the item
location
- for unique items, where is it currently if known
firstappears
- what session did the item first appear in
lastappears
- the latest session the item appeared in, if different from first appearance
TemplateData
|
|
Template parameters | Parameter | Description | Type | Status |
|---|
| Name | name | name of the item - Default
- {{PAGENAME}}
| String | optional |
|---|
| Tag | tag | tag line of the item
| String | optional |
|---|
| Image | image | image of the item
| File | suggested |
|---|
| Caption | caption | caption of the image
| String | optional |
|---|
| Rarity | rarity | rarity of the item - Default
- Common
- Example
- Legendary
| String | required |
|---|
| Type | type | the item type - Example
- Trinket
| String | suggested |
|---|
| Attunement | attunement | if the item requires attunement, input yes, otherwise leave blank
| String | optional |
|---|
| Cursed | cursed | if the item is cursed input yes, otherwise leave blank
| String | optional |
|---|
| Value | value | the price the item goes for
| String | suggested |
|---|
| Creator | creator | who created the item
| String | optional |
|---|
| Location | location | for unique items, where is it currently if known
| String | optional |
|---|
| First Appearance | firstappears | what session did the item first appear in
| String | optional |
|---|
| Latest Appearance | lastappears | the latest session the item appeared in, if different from first appearance
| Unknown | optional |
|---|
|