Template:Query keystone passive skills: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
mNo edit summary
>Illviljan
m (Go directly to module instead, since it's not possible to overwrite default q_where.)
Line 1: Line 1:
<includeonly>{{Passive skill table
<includeonly>{{#invoke: Passive skill table|passive_skill_table
|q_tables=passive_skill_stats
|q_tables=passive_skill_stats
|q_join=passive_skills._pageID=passive_skill_stats._pageID
|q_join=passive_skills._pageID=passive_skill_stats._pageID

Revision as of 17:30, 16 March 2020

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.