Template:Query ascendancy passive skills: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(mark the sandbox edit as live . Tested and it worked)
No edit summary
 
Line 3: Line 3:
|q_join=passive_skills._pageID=passive_skill_stats._pageID
|q_join=passive_skills._pageID=passive_skill_stats._pageID
|q_where=
|q_where=
   passive_skills.connections__full > ""
   passive_skills.ascendancy_class > ""
  AND passive_skills.ascendancy_class > ""
   AND passive_skills.stat_text > ""
   AND passive_skills.stat_text > ""
   {{#if: {{{where|}}}|AND ({{{where|}}})|}}
   {{#if: {{{where|}}}|AND ({{{where|}}})|}}

Latest revision as of 12:15, 17 July 2022

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 passives, as well as any passives other then 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.