Template:Item location table row: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) mNo edit summary |
||
Line 17: | Line 17: | ||
| legendary = #B7861D | | legendary = #B7861D | ||
| story = #FF5901 | | story = #FF5901 | ||
}};">{{{name|}}}</span> ]] | }};">{{{name|}}}</span> ]]}}{{#if: {{{weapons name|}}} | | ||
{{ItemIcon Internal | {{ItemIcon Internal | ||
|{{{weapons icon|}}} | |{{{weapons icon|}}} | ||
Line 24: | Line 24: | ||
|true | |true | ||
|{{{page}}} | |{{{page}}} | ||
|missing=true}}<br> | |missing=true}}<br> | ||
[[{{{page}}} | <span style="color: {{#switch: {{{weapons rarity|}}} | [[{{{page}}} | <span style="color: {{#switch: {{{weapons rarity|}}} | ||
| common = #FFFFFF | | common = #FFFFFF | ||
Line 107: | Line 107: | ||
}} | }} | ||
{{Item location table row | {{Item location table row | ||
| weapons rarity=very rare | | weapons rarity=very rare | ||
| weapons icon= | | weapons icon=Dagger PlusTwo Unfaded Icon.png | ||
| weapons name= | | weapons name=Gleamdance Dagger | ||
| page= | | page=Gleamdance Dagger | ||
| passives = | | passives = Gleamdance Dagger: Glowing | ||
| special = * {{Armour Class}} +1 | | special = * {{Armour Class}} +1 | ||
| description=Rewarded by [[Alfira]] for successfully completing [[Rescue the Tieflings]] in [[Act Two]] | | description=Rewarded by [[Alfira]] for successfully completing [[Rescue the Tieflings]] in [[Act Two]] |
Revision as of 06:14, 20 August 2024
Example:
{{Item location table row | rarity=rare | icon=Steelwatcher Helmet Unfaded Icon.png | page=Steelwatcher Helmet | name=Steel Watcher Helmet | passives = Artificial Sight | special = * {{Advantage}} on [[Constitution]] [[saving throws]] | description=Can be found on a table on the ground floor. | location=Steel Watch Foundry | x=-275 | y=-134 }} {{Item location table row | rarity=very rare | icon=Potent Robe Unfaded Icon.png | page=Potent Robe | name=Potent Robe | passives = Gregarious Caster, Well-Liked and Well-Fortified | special = * {{Armour Class}} +1 | description=Rewarded by [[Alfira]] for successfully completing [[Rescue the Tieflings]] in [[Act Two]] | location=Last Light Inn | x=-64 | y=-141 }}
Result:
Item Name | Item Effect | Where to Find | Location |
---|---|---|---|
|
Can be found on a table on the ground floor. |
Steel Watch Foundry |
|
|
Rewarded by Alfira for successfully completing Rescue the Tieflings in Act Two |
Last Light Inn |
template data
Template to fill the rows of the item location table. It is intended to use inside wikitable with appropriate columns.
Parameter | Description | Type | Status | |
---|---|---|---|---|
page | page | Page of the item to link to. | String | required |
name | name | Name of the item | String | required |
rarity | rarity | Rarity of the item
| String | optional |
icon | icon | File name of the icon of this item | String | optional |
passives | passives | List of passives granted by this item | String | optional |
special | special | Any special features of this item | String | optional |
description | description | A description of where to find this item for this location | String | optional |
location | location | Name of the location where this item can be found. | String | optional |
x | x | X-coordinate of this item in the location | Number | optional |
y | y | Y-coordinate of this item in the location | Number | optional |