Template:Drop enabled unique item table/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
No edit summary
>OmegaK2
No edit summary
Line 7: Line 7:
{{for|more information|Template:Item table}}
{{for|more information|Template:Item table}}


==Additional Parameters==
==Parameters==


Parameters that can be specified in addition to the default item table parameters.
Parameters that can be specified in addition to the default item table parameters.
Line 16: Line 16:
! Description
! Description
|-
|-
| extra_conditions
| tables
| str
| str
| Any extra conditions. This should be used instead of <code>conditions</code> to avoid overriding the default conditions for querying unique items.
| Any extra tables. This should be used instead of <code>q_tables</code> to avoid overriding the defaults from this template.
|-
|-
| item_class
| where
| str
| str
| any specific item class to query for
| Any extra conditions. This should be used instead of <code>q_where</code> to avoid overriding the defaults from this template.
|-
| join
| str
| any extra joins. This should be used instead of <code>q_join</code> to avoid overriding the defaults from this template.
|}
|}



Revision as of 19:55, 3 January 2018

This subpage provides documentation for Template:Drop enabled unique item table.

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 Any extra tables. This should be used instead of q_tables to avoid overriding the defaults from this template.
where str Any extra conditions. This should be used instead of q_where to avoid overriding the defaults from this template.
join str any extra joins. This should be used instead of q_join to avoid overriding the defaults from this template.