Template:Passive inline: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) (Can now specify the width of the icon) |
||
Line 1: | Line 1: | ||
<includeonly>{{#cargo_query: | <includeonly>{{#cargo_query: | ||
tables=passives | tables=passives | ||
|fields=name, _pageName = link, icon, CONCAT('{{#replace:{{{2|}}}|'|\'}}') = altname, CONCAT('{{#replace:{{{item|}}}|'|\'}}') = item | |fields=name, _pageName = link, icon, CONCAT('{{#replace:{{{2|}}}|'|\'}}') = altname, CONCAT('{{#replace:{{{item|}}}|'|\'}}') = item, CONCAT('{{{w|25}}}') = w | ||
|where=_pageName = "{{#replace:{{{1}}}|'|\'}}" | |where=_pageName = "{{#replace:{{{1}}}|'|\'}}" | ||
|limit=1 | |limit=1 | ||
Line 27: | Line 27: | ||
{{Pass|Defy Villainy|item=Ketheric's Shield}} | {{Pass|Defy Villainy|item=Ketheric's Shield}} | ||
Specify icon width: | |||
{{InfoBlob|<nowiki>{{Pass|High Spellcasting (+1)|item=Armour of Landfall|w=40}}</nowiki>}} | |||
{{Pass|High Spellcasting (+1)|item=Armour of Landfall|w=40}} | |||
When the passive doesn't exist: | When the passive doesn't exist: |
Revision as of 18:36, 15 May 2024
Template documentation
Shortcut
- {{pass}}
Similar to Template:Passive, but exclusively supports inline usage.
{{Pass|Darkvision}}
With an alternative name
{{Pass|Cat's Grace (passive feature)|Catty Grace}}
To specify an item that grants this passive and to use its icon, use:
{{Pass|Defy Villainy|item=Ketheric's Shield}}
Specify icon width:
{{Pass|High Spellcasting (+1)|item=Armour of Landfall|w=40}}
When the passive doesn't exist:
{{Pass|Non-existant passive|It's gone}}
See also
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
passive name | 1 | no description | String | required |
item | 2 | specifies the item for which the icon should be pulled from | String | optional |