Template:Query base passive skills: Difference between revisions
Jump to navigation
Jump to search
(Allow null or empty string values for ascendancy_class.) |
(Removed Paths Not Taken passives from base query) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 7: | Line 7: | ||
AND passive_skills.is_keystone = 0 | AND passive_skills.is_keystone = 0 | ||
AND passive_skills.stat_text > "" | AND passive_skills.stat_text > "" | ||
AND passive_skills.id NOT LIKE "oracle_%" | |||
{{#if: {{{where|}}}|AND ({{{where|}}})|}} | {{#if: {{{where|}}}|AND ({{{where|}}})|}} | ||
|q_orderBy={{{q_orderBy|passive_skills.is_notable, passive_skills.name}}} | |q_orderBy={{{q_orderBy|passive_skills.is_notable, passive_skills.name}}} | ||
Latest revision as of 03:08, 14 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 passives, as well as keystones and ascendancy 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. |
Subpages
No results
The above documentation is transcluded from Template:Query base 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.