The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

Template:Monster item drops: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>Illviljan
(Created page with "<includeonly>==Items found from this monster== {{Item table |q_where=items.drop_areas__FULL REGEXP "(,{{!}}^){{{monster_id}}}(,{{!}}$)" |level=1 |default=There are currently n...")
 
>Illviljan
mNo edit summary
Line 1: Line 1:
<includeonly>==Items found from this monster==
<includeonly>==Items found from this monster==
{{Item table
{{Item table
|q_where=items.drop_areas__FULL REGEXP "(,{{!}}^){{{monster_id}}}(,{{!}}$)"
|q_where=items.drop_monsters__FULL REGEXP "(,{{!}}^){{{metadata_id}}}(,{{!}}$)"
|level=1
|level=1
|default=There are currently no items that have a drop table specific to this monster.
|default=There are currently no items that have a drop table specific to this monster.
}}</includeonly><noinclude>{{documentation}}</noinclude>
}}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 16:27, 3 March 2020

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


Overview

This template queries for items that drop from a particular monster. It will also display the appropriate header and a text if no items drops from that monster.

For more information, see Template:Item table.

TODO: Should it handle multiple metadata ids? Izaro for example are multiple monsters with same name.

Additional Parameters

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

Parameter Value Description
metadata_id str The metadata id of the monster to query items with particular drop restrictions for.

Examples

{{Monster item drops|metadata_id=Metadata/Monsters/Atziri/Atziri}}

yields

Items found from this monster

There are currently no items that have a drop table specific to this monster.

See also