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

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
m (Vinifera7 moved page Template:Gem count/sandbox to Template:Drop enabled gem count/sandbox without leaving a redirect)
 
(One intermediate revision by the same user not shown)
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}}})
   }}
   }}

Latest revision as of 16:37, 12 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.