Template:Passive inline/Format: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) m (nowrap) |
||
Line 1: | Line 1: | ||
<includeonly | <includeonly>{{IconLink|{{#if: {{{icon|}}} | {{{icon}}} | {{#if: {{{item|}}} | {{#cargo_query: tables = item_icon | ||
| fields = icon | | fields = icon | ||
| where = _pageName = "{{{item}}}" | | where = _pageName = "{{{item}}}" | ||
| format = template | | format = template | ||
| template = trim | | template = trim | ||
}} | Generic Feature Icon.webp }} }}|{{{link}}}|{{#if: {{{altname|}}} | {{{altname}}} | {{{name|{{{link}}}}}} }}|w={{{w|25}}}|h={{{w|25}}}}} | }} | Generic Feature Icon.webp }} }}|{{{link}}}|{{#if: {{{altname|}}} | {{{altname}}} | {{{name|{{{link}}}}}} }}|w={{{w|25}}}|h={{{w|25}}}|nowrap=y}}</includeonly><noinclude> | ||
Meant to be used with a Cargo query. Preview: | Meant to be used with a Cargo query. Preview: | ||
Revision as of 05:44, 30 July 2024
Meant to be used with a Cargo query. Preview:
Usage:
{{Passive inline/Format | name = High Spellcasting | link = High Spellcasting +1 | altname = }}
Result:
{{Passive inline/Format | name = Winter's Clutches | link = Winter's Clutches (passive feature) | altname = }}
Result:
Usage:
{{Passive inline/Format | name = Sparkswall Armour | link = Sparkswall Armour | icon = | altname = Sparky Feature }}
Result:
{{Passive inline/Format | name = Arcane Battery | link = Arcane Battery | icon = Arcane Battery Icon.webp }}
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
link | link | The page of the passive feature. | String | required |
icon | icon | The icon of the passive feature. If not specified, will default to Generic Feature Icon.webp | File | optional |
name | name | Display name for the passive feature link | String | optional |
altname | altname | Alternative display name that will override the name | String | optional |
item | item | If an item icon is to be shown instead, specify it here. | String | optional |