[dismiss]
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
Jump to navigation
Jump to search
No edit summary |
Mefisto1029 (talk | contribs) (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
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. |
The above documentation is transcluded from Template:Drop enabled gem count/doc.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.