70,818
edits
m
no edit summary
HiddenDragon (talk | contribs) (Created page with "<includeonly>{{#cargo_query: tables = passives | fields = _pageName = link, name, image, description, CONCAT({{{2|40}}})=size | where = _pageName = "{{#replace: {{{1}}} | " | \" }}" | format = template | template = Passive/Format | named args = yes }}</includeonly><noinclude> Use this to display a passive feature on an equipment page. Examples follow. This template just runs the Cargo query; see Template:Passive/Format for the formatting. ---- Usage: <pre> {{Pas...") |
HiddenDragon (talk | contribs) mNo edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#cargo_query: tables = passives | <includeonly>{{#cargo_query: tables = passives | ||
| fields = _pageName = link, name, | | fields = _pageName = link, name, icon, description, CONCAT({{{2|40}}})=size | ||
| where = _pageName = "{{#replace: {{{1}}} | " | \" }}" | | where = _pageName = "{{#replace: {{{1}}} | " | \" }}" OR _pageName = "{{#replace: {{{1}}} | " | \" }} (passive feature)" | ||
| format = template | | format = template | ||
| limit = 1 | |||
| template = Passive/Format | | template = Passive/Format | ||
| more results text = | |||
| default = [[{{{1}}}]]{{Main namespace only|[[Category:Pages with unknown passives]]}} | |||
| named args = yes | | named args = yes | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
Line 12: | Line 15: | ||
---- | ---- | ||
{{Template demo | |||
| style = list | |||
|<nowiki>{{Passive | Heightened Awareness }}</nowiki> | |||
|<nowiki>{{Passive | Arcane Battery }}</nowiki> | |||
|<nowiki>{{Passive | Unknown Passive }}</nowiki> | |||
}} | |||
[[Category:Templates]] | |||
== See also == | |||
{{Passive | | * {{t link|Passive/Format}} - An internal template actually responsible for formatting this template. | ||
* {{t link|Passive inline}} - Similar template that just displays the icon of the condition. For use in inline text. | |||
* {{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 | |||
{{Passive | |||
== Template data == | == Template data == |