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:Drop enabled gem count: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
(allow "Meta Skill Gem")
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
     AND versions.release_date < {{CURRENTTIMESTAMP}}
     AND versions.release_date < {{CURRENTTIMESTAMP}}
   )  
   )  
   AND items.class_id IN ("Active Skill Gem", "Support Skill Gem") {{#if: {{{where|}}}
   AND items.class_id IN ("Active Skill Gem", "Support Skill Gem", "Meta Skill Gem") {{#if: {{{where|}}}
   |AND ({{{where}}})
   |AND ({{{where}}})
   }}
   }}

Latest revision as of 10:51, 7 February 2025

Template documentation[view] [edit] [history] [purge]


For regular item table queries, see Template:Query skill gems.

Overview

This template queries for skill gems, ignoring drop disabled and future skill gems.

For more information, see Template:Item table.

Parameters

Parameters that can be specified in addition to the default {{item table}} parameters.

Parameter Value Description
tables str Any extra tables.
where str Any extra conditions.
join str any extra joins.