Template:Passive inline: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) (Add documentation template) |
HiddenDragon (talk | contribs) (Updated doc) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#cargo_query: | |||
tables= | tables=passives | ||
|fields= | |fields=name, _pageName = link, icon, CONCAT('{{#replace:{{{2|}}}|'|\'}}') = altname, CONCAT('{{#replace:{{{item|}}}|'|\'}}') = item, CONCAT('{{{w|25}}}') = w | ||
|where= | |where=_pageName = "{{#replace:{{{1}}}|'|\'}}" OR _pageName = "{{#replace:{{{1}}}|'|\'}} (passive feature)" | ||
|limit=1 | |limit=1 | ||
| | |format=template | ||
|default={{ | |template=Passive inline/Format | ||
|named args=yes | |||
|default=[[{{{1}}}|{{{2|{{{1}}}}}}]]{{Main namespace only|[[Category:Pages with unknown passives]]}} | |||
|more results text= | |more results text= | ||
}}</includeonly><noinclude>{{documentation|content={{shortcut|pass|PAS}} | |||
Similar to [[Template:Passive]], but exclusively supports inline usage. | Similar to [[Template:Passive]], but exclusively supports inline usage. | ||
{{ | == Examples == | ||
{{Template demo | |||
{{Pass| | |caption 1 = Default usage | ||
|<nowiki>{{Pass|Darkvision}}</nowiki> | |||
|caption 2 = Alternative name | |||
|<nowiki>{{Pass|Cat's Grace (passive feature)|Catty Grace}}</nowiki> | |||
|caption 3 = Using an item's icon | |||
|<nowiki>{{Pass|Defy Villainy|item=Ketheric's Shield}}</nowiki> | |||
{{Pass| | |caption 4 = Specify icon width | ||
|<nowiki>{{Pass|High Spellcasting (+1)|item=Armour of Landfall|w=40}}</nowiki> | |||
|caption 5 = When the passive doesn't exist | |||
|<nowiki>{{Pass|Non-existant passive|It's gone}}</nowiki> | |||
}} | |||
== See also == | == See also == | ||
* {{t link|PAS}} | * {{t link|PAS}} - Alias for Passive inline | ||
* {{t link|passive}} | * {{t link|Passive}} - Large format | ||
* {{t link|Passive feature page}} - Page generating template responsible for adding a passive into the passives Cargo table so that it can be referenced by this template. | |||
* {{t link|Passive minimal}} - Displays just the description field of the passive | |||
== Template data == | == Template data == | ||
Line 53: | Line 50: | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata>}}</noinclude> | </templatedata> | ||
[[Category:Link templates]]}}</noinclude> |
Latest revision as of 17:34, 20 August 2024
Template documentation
Similar to Template:Passive, but exclusively supports inline usage.
Examples
Example | Markup | Renders as |
---|---|---|
Default usage | {{Pass|Darkvision}} | |
Alternative name | {{Pass|Cat's Grace (passive feature)|Catty Grace}} | |
Using an item's icon | {{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}} | It's gone |
See also
- {{PAS}} - Alias for Passive inline
- {{Passive}} - Large format
- {{Passive feature page}} - Page generating template responsible for adding a passive into the passives Cargo table so that it can be referenced by this template.
- {{Passive minimal}} - Displays just the description field of the passive
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 |