Template:Area item drops: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
(Query parameters without "q_" are now preferred for item table templates.)
 
Line 4: Line 4:
{{#if: {{{area_id|}}}
{{#if: {{{area_id|}}}
| {{Item table
| {{Item table
   |q_where = items.drop_areas HOLDS "{{{area_id}}}"
   |where = items.drop_areas HOLDS "{{{area_id}}}"
   |drop_level = 1
   |drop_level = 1
   |default = : ''No items include this area in their drop restrictions.''
   |default = : ''No items include this area in their drop restrictions.''

Latest revision as of 16:21, 26 October 2024

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


Overview

This template queries for items that drop in a particular area. It will also display the appropriate header and a text if no items drop in an area.

For more information, see Template:Item table.

Additional Parameters

Parameters that can be specified in addition to the default item table parameters.

Parameter Value Description
area_id str The id of the area to query items with particular drop restrictions for.

Examples

{{Area item drops|area_id=1_1_1}}

yields

Item drops

The following drop-restricted items can drop in this area.

No items include this area in their drop restrictions.

See also