Template:Item location table row: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 37: Line 37:
<td>
<td>
{{#if: {{{passives|}}} |
{{#if: {{{passives|}}} |
{{#invoke: ParseList | main | {{{passives}}} | useTemplate = Passive | type = htmlList }}
{{#invoke: ParseList | main | {{{passives}}} | useTemplate = Passive minimal | type = htmlList }}
}}{{#if: {{{weapons passives|}}} |
}}{{#if: {{{weapons passives|}}} |
{{#invoke: ParseList | main | {{{weapons passives}}} | useTemplate = Passive | type = htmlList }}
{{#invoke: ParseList | main | {{{weapons passives}}} | useTemplate = Passive minimal | type = htmlList }}
}}{{#if: {{{passives main hand|}}} | {{blank}}
}}{{#if: {{{passives main hand|}}} | {{blank}}
Main Hand Only
Main Hand Only
{{#invoke: ParseList | main | {{{passives main hand}}} | useTemplate = Passive | type = htmlList }}
{{#invoke: ParseList | main | {{{passives main hand}}} | useTemplate = Passive minimal | type = htmlList }}
}}{{#if: {{{passives off hand|}}} | {{blank}}
}}{{#if: {{{passives off hand|}}} | {{blank}}
Off-Hand Only
Off-Hand Only
{{#invoke: ParseList | main | {{{passives off hand}}} | useTemplate = Passive | type = htmlList }}
{{#invoke: ParseList | main | {{{passives off hand}}} | useTemplate = Passive minimal | type = htmlList }}
}}{{#if: {{{special|}}} | {{blank}}
}}{{#if: {{{special|}}} | {{blank}}
{{{special}}}
{{{special}}}
Line 51: Line 51:
{{{weapons special}}}
{{{weapons special}}}
}}{{#if: {{{special weapon actions|}}} | {{blank}}
}}{{#if: {{{special weapon actions|}}} | {{blank}}
{{#invoke: ParseList | main | {{{special weapon actions}}} | useTemplate = WeaponAction | type = htmlList }}
{{#invoke: ParseList | main | {{{special weapon actions}}} | useTemplate = WeaponAction | type = none }}
}}
}}
</td>
</td>

Latest revision as of 09:38, 22 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

  • The wearer can see in the dark up to 12 m / 40 ft and cannot be Blinded Blinded.

Can be found on a table on the ground floor.

Steel Watch Foundry
X: -275 Y: -134


Gleamdance Dagger

  • This object shines with a glowing light in a radius of 6 m / 20 ft.

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