The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

Template:Query base passive skills: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>OmegaK2
(Created page with "<includeonly>{{#invoke: Passive skill|passive_skill_table |q_where=passive_skills.ascendancy_class IS NULL AND {{{where|}}} }}</includeonly><noinclude> {{documentation}} </noi...")
 
m (12 revisions imported)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{{#invoke: Passive skill|passive_skill_table
<includeonly>{{#invoke: Passive skill table|passive_skill_table
|q_where=passive_skills.ascendancy_class IS NULL AND {{{where|}}}
|q_tables=passive_skill_stats
|q_join=passive_skills._pageID=passive_skill_stats._pageID
|q_where=
  passive_skills.connections__full > ""
  AND (passive_skills.ascendancy_class IS NULL OR passive_skills.ascendancy_class = "")
  AND passive_skills.is_keystone = 0
  AND passive_skills.stat_text > ""
  {{#if: {{{where|}}}|AND ({{{where|}}})|}}
|q_orderBy={{{q_orderBy|passive_skills.is_notable, passive_skills.name}}}
|stat_text=1
|large=1
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Latest revision as of 04:03, 30 September 2024

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 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.

Yes

Subpages

No results