Template:Drop enabled gem count/sandbox: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
     OR items.release_version IS NOT NULL
     OR items.release_version IS NOT NULL
     AND versions.release_date < {{CURRENTTIMESTAMP}}
     AND versions.release_date < {{CURRENTTIMESTAMP}}
   ) {{#if: {{{where|}}}
   )
  AND items.class_id IN ("Active Skill Gem", "Support Skill Gem") {{#if: {{{where|}}}
   |AND ({{{where}}})
   |AND ({{{where}}})
   }}
   }}

Revision as of 19:58, 9 May 2024

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.