Template:Area item drops: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
m (Reverted edits by Illviljan (talk) to last revision by OmegaK2)
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>==Items found in this area==
<includeonly>==Items found in this area==
{{Item table
The following [[drop-restricted item]]s can drop in this area.
|q_where=items.drop_areas HOLDS "{{{area_id}}}"
 
|level=1
{{#if: {{{area_id|}}}
|default=There are currently no items that have a drop table specific to this area.
| {{#invoke:Item table|item_table
}}</includeonly><noinclude>{{documentation}}</noinclude>
  |mode = item
  |q_where = items.drop_areas HOLDS "{{{area_id}}}"
  |drop_level = 1
  |default = ''No items include this area in their drop restrictions.''
}} | {{error|No area id given.}} }}</includeonly><noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 15:03, 6 May 2024

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


Lua logo

This template uses the following modules:

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

Items found in this area

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

No items include this area in their drop restrictions.

See also