Template:Passive inline: Difference between revisions
Jump to navigation
Jump to search
(Cleanup.) |
HiddenDragon (talk | contribs) (Inline template is now cargo'd, and can specify an alt name) |
||
Line 1: | Line 1: | ||
<includeonly>{{#if: {{{item|}}} | | <includeonly>{{#cargo_query: | ||
{{#cargo_query: | tables=passives | ||
|fields=name, _pageName = link, {{#if: {{{2|}}} | CONCAT('{{#replace:{{{2}}}|'|\'}}') = altname, }}{{#if: {{{item|}}} | CONCAT('{{#cargo_query: | |||
tables=item_icon | tables=item_icon | ||
|fields= | |fields=icon | ||
|where= | |where=_pageName = "{{#replace:{{{item}}}|'|\'}}" | ||
|limit=1 | |limit=1 | ||
| | |default= | ||
| | |format=template | ||
|template=Trim | |||
|more results text= | |more results text= | ||
}}') = icon | icon}} | |||
|where=_pageName = "{{#replace:{{{1}}}|'|\'}}" | |||
|limit=1 | |||
|format=template | |format=template | ||
|template= | |template=Passive inline/Format | ||
|named args=yes | |||
| | |default=[[{{{1}}}|{{{2|{{{1}}}}}}]] | ||
|more results text= | |||
}}</includeonly><noinclude>{{documentation|content={{shortcut|pass}} | |||
Similar to [[Template:Passive]], but exclusively supports inline usage. | Similar to [[Template:Passive]], but exclusively supports inline usage. | ||
{{InfoBlob|<nowiki>{{Pass| | {{InfoBlob|<nowiki>{{Pass|Darkvision}}</nowiki>}} | ||
{{Pass| | {{Pass|Darkvision}} | ||
With an alternative name | |||
{{InfoBlob|<nowiki>{{Pass|Cat's Grace (passive feature)|Catty Grace}}</nowiki>}} | |||
{{Pass|Cat's Grace (passive feature)|Catty Grace}} | |||
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: | ||
Line 33: | Line 36: | ||
{{Pass|Defy Villainy|item=Jhannyl's Gloves}} | {{Pass|Defy Villainy|item=Jhannyl's Gloves}} | ||
When the passive doesn't exist: | |||
{{InfoBlob|<nowiki>{{Pass|Non-existant passive|It's gone}}</nowiki>}} | |||
{{Pass|Non-existant passive|It's gone}} | |||
== See also == | == See also == |
Revision as of 20:11, 9 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=Jhannyl's Gloves}}
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 |