Template:PAS: Difference between revisions
Jump to navigation
Jump to search
TTactician
To specify an item that grants this passive and to use its icon, use:
HHonour{{PAS|Defy Villainy|item=Jhannyl's Gloves}}
Defy Villainy
If you need a custom iconlink use:
{{PAS|Balance|Leather Armour +2|custom=Leather Armour PlusTwo Icon.png}}
HiddenDragon (talk | contribs) (HiddenDragon moved page Template:PAS to Template:Passive list) Tag: New redirect |
HiddenDragon (talk | contribs) (Add documentation template) Tags: Removed redirect Reverted |
||
Line 1: | Line 1: | ||
# | <includeonly><includeonly>{{#lvardef:}}<dd>{{#if:{{{custom|}}}|{{SmIconLink|{{{custom}}}|{{{2}}}|{{{1}}}}}|{{#if:{{{item|}}}|{{#cargo_query: | ||
tables=item_icon | |||
|fields=TRIM(icon),CONCAT('25'),CONCAT(''),CONCAT('No'),CONCAT('{{#replace:{{{item}}}|'|\'}}') | |||
|where=item_icon._pageName='{{#replace:{{{item}}}|'|\'}}' | |||
|limit=1 | |||
|order by=item_icon._pageName | |||
|default={{ItemIcon Internal|Generic Feature Icon.webp|25|||{{{item}}}}} | |||
|more results text= | |||
|format=template | |||
|template=ItemIcon Internal | |||
}} [[{{{1}}}|{{{2|{{{1}}}}}}]]|{{IconLink | |||
| {{#replace:{{#replace:{{#replace:{{#replace:{{{1}}}|:|}}|/|<nowiki/> <nowiki/>}}|(|<nowiki/> <nowiki/>}}|)|<nowiki/> <nowiki/>}} Icon.webp | |||
| {{{1}}} | |||
| {{{2|{{{1}}} }}} | |||
| size = {{{w|24}}} | |||
| w = {{{w|}}} | |||
| h = {{{h|}}} | |||
| gap = {{{gap|}}} | |||
| block = true | |||
}}}}}}{{#if:{{{t|}}}|{{Tactician}}|}}{{#if:{{{honour|}}}|{{Honour}}|}}</dd></includeonly><noinclude>{{documentation|content= | |||
A version of [[Template:SAI]] that adds {{InfoBlob|<nowiki><dd></nowiki>}}-list around it. | |||
Useful for '''PAS'''-sive features on infoboxes. | |||
Example: | |||
{{InfoBlob|<nowiki>{{PAS|Opportunity Attack}}{{PAS|Fey Ancestry}}{{PAS|Evasion|t=1}}{{PAS|Darkvision (passive feature)|Darkvision|honour=1}}</nowiki>}} | |||
{{PAS|Opportunity Attack}}{{PAS|Fey Ancestry}}{{PAS|Evasion|t=1}}{{PAS|Darkvision|honour=1}} | |||
To specify an item that grants this passive and to use its icon, use: | |||
{{InfoBlob|<nowiki>{{PAS|Defy Villainy|item=Jhannyl's Gloves}}</nowiki>}} | |||
{{PAS|Defy Villainy|item=Jhannyl's Gloves}} | |||
If you need a custom iconlink use: | |||
{{InfoBlob|<nowiki>{{PAS|Balance|Leather Armour +2|custom=Leather Armour PlusTwo Icon.png}}</nowiki>}} | |||
{{PAS|Balance|Leather Armour +2|custom=Leather Armour PlusTwo Icon.png}} | |||
== See also == | |||
* {{t link|passive}} | |||
* {{t link|passive inline}} | |||
== Template data == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "passive name", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "item", | |||
"description": "specifies the item for which the icon should be pulled from", | |||
"type": "string" | |||
} | |||
}, | |||
"format": "inline" | |||
} | |||
</templatedata>}}</noinclude> |
Revision as of 21:15, 4 January 2024
Template documentation
A version of Template:SAI that adds <dd>-list around it.
Useful for PAS-sive features on infoboxes.
Example:
{{PAS|Opportunity Attack}}{{PAS|Fey Ancestry}}{{PAS|Evasion|t=1}}{{PAS|Darkvision (passive feature)|Darkvision|honour=1}}
See also
- {{passive}}
- {{passive inline}}
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 |