Template:Area item drops: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>OmegaK2
No edit summary
>HellnoH20
No edit summary
Line 1: Line 1:
<includeonly>==Items found in this area==
<includeonly>==Items found in this area==
{{SMW item table
{{Item table
|conditions=[[Has area drop restriction ids::{{{area_id}}}]]
|where=items.drop_areas={{{area_id}}}]]
|level=1
|level=1
|default=There are currently no items that have a drop table specific to this area.
|default=There are currently no items that have a drop table specific to this area.
}}</includeonly><noinclude>{{documentation}}</noinclude>
}}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 00:11, 4 January 2018

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

Items found in this area

Lua error: Error: operator for the virtual field 'items.drop_areas' must be 'HOLDS', 'HOLDS NOT', 'HOLDS LIKE' or 'HOLDS NOT LIKE'..

See also