Template:Passive inline/Format: 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><span style="white-space: nowrap">{{IconLink|{{#if: {{{icon|}}} | {{{icon}}} | Generic Feature Icon.webp}}|{{{link}}}|{{{altname|{{{name|{{{link}}}}}}}}}|w={{{w|25}}}|h={{{w|25}}}}}</span></includeonly><noinclude>
<includeonly><span style="white-space: nowrap">{{IconLink|{{#if: {{{icon|}}} | {{{icon}}} | {{#if: {{{item|}}} | {{#cargo_query: tables = item_icon
      | fields = icon
      | where = _pageName = "{{{item}}}"
      | format = template
      | template = trim
      }} | Generic Feature Icon.webp }} }}|{{{link}}}|{{#if: {{{altname|}}} | {{{altname}}} | {{{name|{{{link}}}}}} }}|w={{{w|25}}}|h={{{w|25}}}}}</span></includeonly><noinclude>
Meant to be used with a Cargo query.  Preview:
Meant to be used with a Cargo query.  Preview:


Line 7: Line 12:
| name = High Spellcasting
| name = High Spellcasting
| link = High Spellcasting +1
| link = High Spellcasting +1
| altname =
}}</pre>
}}</pre>


Line 13: Line 19:
| name = High Spellcasting
| name = High Spellcasting
| link = High Spellcasting +1
| link = High Spellcasting +1
| altname =
}}
----
<pre>
{{Passive inline/Format
| name = Winter's Clutches
| link = Winter's Clutches (passive feature)
| altname =
}}</pre>
Result:
{{Passive inline/Format
| name = Winter's Clutches
| link = Winter's Clutches (passive feature)
| altname =
}}
}}


Line 65: Line 87:
         "altname": {
         "altname": {
             "description": "Alternative display name that will override the name",
             "description": "Alternative display name that will override the name",
            "type": "string"
        },
        "item": {
            "description": "If an item icon is to be shown instead, specify it here.",
             "type": "string"
             "type": "string"
         }
         }

Latest revision as of 20:24, 13 May 2024

Meant to be used with a Cargo query. Preview:

Usage:

{{Passive inline/Format
| name = High Spellcasting
| link = High Spellcasting +1
| altname =
}}

Result: High Spellcasting High Spellcasting


{{Passive inline/Format
| name = Winter's Clutches
| link = Winter's Clutches (passive feature)
| altname =
}}

Result: Winter's Clutches Winter's Clutches


Usage:

{{Passive inline/Format
| name = Sparkswall Armour
| link = Sparkswall Armour
| icon =
| altname = Sparky Feature
}}

Result: Sparky Feature Sparky Feature


{{Passive inline/Format
| name = Arcane Battery
| link = Arcane Battery
| icon = Arcane Battery Icon.webp
}}

Arcane Battery Arcane Battery

Template data

No description.

Template parameters

ParameterDescriptionTypeStatus
linklink

The page of the passive feature.

Stringrequired
iconicon

The icon of the passive feature. If not specified, will default to Generic Feature Icon.webp

Fileoptional
namename

Display name for the passive feature link

Stringoptional
altnamealtname

Alternative display name that will override the name

Stringoptional
itemitem

If an item icon is to be shown instead, specify it here.

Stringoptional