[dismiss]
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:Query spawnable modifiers: Difference between revisions
Jump to navigation
Jump to search
>OmegaK2 No edit summary |
Neokowloon (talk | contribs) (Query on new spawn weights table) |
||
Line 1: | Line 1: | ||
<includeonly>{{#invoke: Modifier table|mod_table | <includeonly>{{#invoke: Modifier table|mod_table | ||
|q_tables= | |q_tables=mod_spawn_weights, mod_stats{{#if: {{{tables|}}}|,{{{tables|}}}|}} | ||
|q_join=mods._pageID= | |q_join=mods._pageID=mod_spawn_weights._pageID, mods._pageID=mod_stats._pageID{{#if: {{{join|}}}|,{{{join|}}}|}} | ||
|q_where= | |q_where= | ||
mod_spawn_weights.value > 0 | |||
{{#if: {{{where|}}}| AND ({{{where|}}})|}} | {{#if: {{{where|}}}| AND ({{{where|}}})|}} | ||
Revision as of 02:13, 6 November 2022
Overview
This template queries for modifiers based on {{modifier table}}
. It excludes mods that can not spawn by default.
Parameters
Parameters that can be specified in addition to the default {{modifier 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.
By default the spawn_weights and mod_stats tables are queried and joined. |
join | str | any extra joins. This should be used instead of q_join to avoid overriding the defaults from this template
By default the spawn_weights and mod_stats tables are queried and joined. |
where | str | Any extra conditions. This should be used instead of q_where to avoid overriding the defaults from this template.
|
The above documentation is transcluded from Template:Query spawnable modifiers/doc.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.