Template:Drop enabled gem count: Difference between revisions
Jump to navigation
Jump to search
>OmegaK2 mNo edit summary |
>OmegaK2 mNo edit summary |
||
Line 4: | Line 4: | ||
|join on=items.release_version=versions.version, items._pageID=skill_gems._pageID{{#if: {{{join|}}}|,{{{join|}}}|}} | |join on=items.release_version=versions.version, items._pageID=skill_gems._pageID{{#if: {{{join|}}}|,{{{join|}}}|}} | ||
|where= | |where= | ||
items. | items.rarity_id = "normal" AND | ||
items.drop_enabled = true AND | items.drop_enabled = true AND | ||
(items.release_version IS NULL OR items.release_version IS NOT NULL AND versions.release_date < {{CURRENTTIMESTAMP}}) AND | (items.release_version IS NULL OR items.release_version IS NOT NULL AND versions.release_date < {{CURRENTTIMESTAMP}}) AND |
Revision as of 14:14, 18 October 2019
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.