Template:Query keystone passive skills: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
No edit summary
>OmegaK2
No edit summary
Line 5: Line 5:
   AND passive_skills.is_keystone = 1
   AND passive_skills.is_keystone = 1
   AND passive_skills.stat_text IS NOT NULL
   AND passive_skills.stat_text IS NOT NULL
   {{#if: ({{{where|}}})|AND ({{{where|}}})|}}
   {{#if: {{{where|}}}|AND ({{{where|}}})|}}
|q_orderBy={{{q_orderBy|passive_skills.name}}}
|q_orderBy={{{q_orderBy|passive_skills.name}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Revision as of 16:51, 14 July 2018

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.