Template:Drop enabled base item table: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
<includeonly>{{#invoke: Item table|item_table
<includeonly>{{#invoke: Item table|item_table
|mode=item
|mode=item
|q_tables=versions{{#if: {{{tables|}}}|,{{{tables|}}}|}}
|q_tables = versions{{#if: {{{tables|}}}|, {{{tables}}}}}
|q_join=items.release_version=versions.version{{#if: {{{join|}}}|,{{{join|}}}|}}
|q_join = items.release_version=versions.version{{#if: {{{join|}}}|, {{{join}}}}}
|q_where=items.rarity_id = "normal" AND items.drop_enabled = true AND (items.release_version IS NULL OR items.release_version IS NOT NULL AND versions.release_date < {{CURRENTTIMESTAMP}}) {{#if: {{{where|}}}|AND ({{{where|}}})|}}  
|q_where = items.drop_enabled = true
|q_orderBy={{{orderby|items.required_level_range_maximum}}},items.name
  AND (items.release_version IS NULL  
    OR items.release_version IS NOT NULL
    AND versions.release_date < {{CURRENTTIMESTAMP}}
  ) AND items.base_item IS NULL
  AND items.base_item_id IS NULL
  AND items.base_item_page IS NULL
  {{#if: {{{where|}}}
  |AND ({{{where}}})
  }}
|q_orderBy = {{{orderby|items.required_level_range_maximum}}}, items.name
}}{{#if:{{{q_tables|}}}{{{q_fields|}}}{{{q_join|}}}{{{q_where|}}}{{{q_groupBy|}}}{{{q_having|}}}{{{q_orderBy|}}}{{{q_limit|}}}{{{q_offset|}}}|[[Category:Pages incorrectly using item table templates]]}}</includeonly><noinclude>
}}{{#if:{{{q_tables|}}}{{{q_fields|}}}{{{q_join|}}}{{{q_where|}}}{{{q_groupBy|}}}{{{q_having|}}}{{{q_orderBy|}}}{{{q_limit|}}}{{{q_offset|}}}|[[Category:Pages incorrectly using item table templates]]}}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Revision as of 17:29, 11 May 2024

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


Lua logo

This template uses the following modules:

Overview

This template queries for base items based on a item class.

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 Extra tables
join str Extra joins
where str Extra conditions
orderby str Can be used to specify the primary field to order the results by. Default: items.required_level_range_maximum.

See also

Template:Item table templates