Template:Query keystone passive skills: Difference between revisions
Jump to navigation
Jump to search
>OmegaK2 No edit summary |
>OmegaK2 No edit summary |
||
Line 4: | Line 4: | ||
AND passive_skills.ascendancy_class IS NULL | AND passive_skills.ascendancy_class IS NULL | ||
AND passive_skills.is_keystone = 1 | AND passive_skills.is_keystone = 1 | ||
AND {{{where|}}} | AND ({{{where|}}}) | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 10:37, 8 July 2018
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. |
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.