Template:Drop enabled base item table/doc: Difference between revisions
Jump to navigation
Jump to search
>TheFrz mNo edit summary |
>OmegaK2 No edit summary |
||
Line 5: | Line 5: | ||
This template queries for base items based on a item class. | This template queries for base items based on a item class. | ||
{{for|more information|Template: | {{for|more information|Template:Item table}} | ||
==Parameters== | |||
Parameters that can be specified in addition to the default item table parameters. | |||
{| class="wikitable sortable" | |||
! Parameter | |||
! Value | |||
! Description | |||
|- | |||
| tables | |||
| str | |||
| Any extra tables. This should be used instead of <code>q_tables</code> to avoid overriding the defaults from this template. | |||
|- | |||
| where | |||
| str | |||
| 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. | |||
|} | |||
<includeonly> | <includeonly> | ||
[[Category: | [[Category:Query templates]] | ||
</includeonly> | </includeonly> |
Revision as of 19:57, 3 January 2018
This subpage provides documentation for Template:Drop enabled base item table.
Overview
This template queries for base 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.
|