Template:Query keystone passive skills: Difference between revisions
Jump to navigation
Jump to search
Mefisto1029 (talk | contribs) No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
AND passive_skills.is_keystone = true | AND passive_skills.is_keystone = true | ||
AND passive_skills.stat_text > "" | AND passive_skills.stat_text > "" | ||
AND ((passive_skills.id NOT LIKE "karui_keystone%" AND passive_skills.id NOT LIKE "eternal_keystone%" AND passive_skills.id NOT LIKE "vaal_keystone%" AND passive_skills.id NOT LIKE "templar_keystone%" AND passive_skills.id NOT LIKE "maraketh_keystone%") | |||
OR (passive_skills.name = "vaal_keystone_2" OR passive_skills.name = "karui_keystone_3")) | |||
{{#if: {{{where|}}}|AND ({{{where|}}})|}} | {{#if: {{{where|}}}|AND ({{{where|}}})|}} | ||
|q_orderBy={{{q_orderBy|passive_skills.name}}} | |q_orderBy={{{q_orderBy|passive_skills.name}}} | ||
Latest revision as of 14:04, 26 December 2025
Overview
This template creates an advanced tabular list for passive skills by performing a cargo query based on {{Passive skill table}}.
This variation will filter out disabled and non-keystone passives.
Parameters
| Parameter | Value | Description | Required |
|---|---|---|---|
| where | str | The where portion of the query to find tables.
passive_skills and passive_skill_stats are automatically joined and can be used freely in the query. |
See also
| Template | Purpose |
|---|---|
| {{Passive skill table}} | Query and display a table of passive skills |
| {{Query base passive skills}} | Query and display a table of base passive skills |
| {{Query keystone passive skills}} | Query and display a table of keystone passive skills |
| {{Query ascendancy passive skills}} | Query and display a table of ascendancy passive skills |
The above documentation is transcluded from Template:Query keystone passive skills/doc.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.