Template:Item location table row: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
<td style="text-align: center; vertical-align: middle;">{{#if: {{{name|}}} |
<td style="text-align: center; vertical-align: middle;">{{#if: {{{name|}}} |
{{ItemIcon Internal
{{ItemIcon Internal
|{{{icon|}}}{{{weapons icon|}}}
|{{{icon|}}}
|50
|50
|{{#replace:{{{rarity|}}}{{{weapons rarity|}}}|<nowiki> </nowiki>|-}}
|{{#replace:{{{rarity|}}}|<nowiki> </nowiki>|-}}
|true
|true
|{{{page}}}
|{{{page}}}
|missing=true}}<br>
|missing=true}}<br>
[[{{{page}}} | <span style="color: {{#switch: {{{rarity}}}{{{weapons rarity|}}}
[[{{{page}}} | <span style="color: {{#switch: {{{rarity}}}
| common = #FFFFFF
| common = #FFFFFF
| uncommon = #01BD39
| uncommon = #01BD39
Line 17: Line 17:
| legendary = #B7861D
| legendary = #B7861D
| story = #FF5901
| story = #FF5901
}};">{{{name|}}}{{{weapons name|}}}</span> ]]}}{{#if: {{{weapons name|}}} |
}};">{{{name|}}}</span> ]]}}{{#if: {{{weapons name|}}} |
{{ItemIcon Internal
{{ItemIcon Internal
|{{{weapons icon|}}}
|{{{weapons icon|}}}
Line 107: Line 107:
}}
}}
{{Item location table row
{{Item location table row
| rarity=very rare
| weapons rarity=very rare
| icon=Potent Robe Unfaded Icon.png
| weapons icon=Potent Robe Unfaded Icon.png
| weapons name=Potent Robe
| page=Potent Robe
| page=Potent Robe
| name=Potent Robe
| passives = Gregarious Caster, Well-Liked and Well-Fortified
| passives = Gregarious Caster, Well-Liked and Well-Fortified
| special = * {{Armour Class}} +1
| special = * {{Armour Class}} +1

Revision as of 06:53, 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

Steel Watcher Helmet

Can be found on a table on the ground floor.

Steel Watch Foundry
X: -275 Y: -134


bb

Potent Robe

Rewarded by Alfira for successfully completing Rescue the Tieflings in Act Two

Last Light Inn
X: -64 Y: -141

template data

Template to fill the rows of the item location table. It is intended to use inside wikitable with appropriate columns.

Template parameters

ParameterDescriptionTypeStatus
pagepage

Page of the item to link to.

Stringrequired
namename

Name of the item

Stringrequired
rarityrarity

Rarity of the item

Suggested values
common uncommon rare very rare legendary story
Stringoptional
iconicon

File name of the icon of this item

Stringoptional
passivespassives

List of passives granted by this item

Stringoptional
specialspecial

Any special features of this item

Stringoptional
descriptiondescription

A description of where to find this item for this location

Stringoptional
locationlocation

Name of the location where this item can be found.

Stringoptional
xx

X-coordinate of this item in the location

Numberoptional
yy

Y-coordinate of this item in the location

Numberoptional