Template:Query keystone passive skills/sandbox

From Path of Exile 2 Wiki
Revision as of 11:19, 21 December 2025 by Mefisto1029 (talk | contribs) (Created page with "<includeonly>{{#invoke:Passive skill table/sandbox|passive_skill_table |q_tables=passive_skill_stats |q_join=passive_skills._pageID=passive_skill_stats._pageID |q_where= passive_skills.is_in_game = true AND (passive_skills.ascendancy_class <= "" OR passive_skills.ascendancy_class is NULL) AND passive_skills.is_keystone = true AND passive_skills.stat_text > "" {{#if: {{{where|}}}|AND ({{{where|}}})|}} |q_orderBy={{{q_orderBy|passive_skills.name}}} |stat_text=1 |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]


Lua logo

This template uses the following modules:

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.

Yes

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