Template:Drop enabled unique item table: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>Illviljan
(Restricted extra_conditions so it can't bypass template conditions.)
>Durango-gpuser
(Undo revision 316265 by Illviljan (talk) This is breaking the displaying of the actual tables)
Line 3: Line 3:
  [[Has rarity::Unique]]
  [[Has rarity::Unique]]
  [[Is drop enabled::true]]
  [[Is drop enabled::true]]
  <q>{{{extra_conditions|}}}</q>
  {{{extra_conditions|}}}
|q_sort=Has level requirement, Has name
|q_sort=Has level requirement, Has name
}}</includeonly><noinclude>{{documentation}}</noinclude>
}}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 13:01, 23 November 2016

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


Lua logo

This template uses the following modules:

Overview

This template queries for unique 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