Template:Passive inline: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>{{#cargo_query:
<includeonly>{{#cargo_query:
tables=passives
tables=passives
|fields=name, _pageName = link, {{#if: {{{2|}}} | CONCAT('{{#replace:{{{2}}}|'|\'}}') = altname, }}{{#if: {{{item|}}} | CONCAT("{{#cargo_query:
|fields=name, _pageName = link, icon, CONCAT('{{#replace:{{{2|}}}|'|\'}}') = altname, CONCAT('{{#replace:{{{item|}}}|'|\'}}') = item
tables=item_icon
|fields=icon
|where=_pageName = "{{#replace:{{{item}}}|&#39;|\'}}"
|limit=1
|default=
|format=template
|template=Trim
|more results text=
}}") = icon | icon}}
|where=_pageName = "{{#replace:{{{1}}}|&#39;|\'}}"
|where=_pageName = "{{#replace:{{{1}}}|&#39;|\'}}"
|limit=1
|limit=1
Line 33: Line 24:
To specify an item that grants this passive and to use its icon, use:
To specify an item that grants this passive and to use its icon, use:


{{InfoBlob|<nowiki>{{Pass|Defy Villainy|item=Jhannyl's Gloves}}</nowiki>}}
{{InfoBlob|<nowiki>{{Pass|Defy Villainy|item=Ketheric's Shield}}</nowiki>}}


{{Pass|Defy Villainy|item=Ketheric's Shield}}
{{Pass|Defy Villainy|item=Ketheric's Shield}}

Revision as of 08:24, 10 May 2024

Template documentation
Shortcut

Similar to Template:Passive, but exclusively supports inline usage.

{{Pass|Darkvision}}

Darkvision Darkvision

With an alternative name

{{Pass|Cat's Grace (passive feature)|Catty Grace}}

Catty Grace Catty Grace

To specify an item that grants this passive and to use its icon, use:

{{Pass|Defy Villainy|item=Ketheric's Shield}}

Defy Villainy Defy Villainy

When the passive doesn't exist:

{{Pass|Non-existant passive|It's gone}}

It's gone

See also

Template data

No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
passive name1

no description

Stringrequired
item2

specifies the item for which the icon should be pulled from

Stringoptional