Template:Modifier table/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
m (OmegaK2 moved page Template:Mod table/doc to Template:Modifier table/doc without leaving a redirect: better use full name rather then shorthand)
>OmegaK2
Line 29: Line 29:
| q_<param>
| q_<param>
| {{n/a}}
| {{n/a}}
| It is possible to add any parameters of the [[mediawikiwiki:Extension:Cargo/Querying_data|cargo query]] (besides table/field names) by prefixing them with <code>q_</code>.  
| It is possible to add any parameters of the [[mediawikiwiki:Extension:Cargo/Querying_data|cargo query]] (field names) by prefixing them with <code>q_</code>.  
Specifying at least q_where and q_limit is highly recommended.
Specifying at least q_where and q_limit is highly recommended.
| {{no}}
| {{no}}

Revision as of 17:28, 13 December 2017

This subpage provides documentation for Template:Modifier table.

Lua logo

This template uses the following modules:

Overview

This template creates an advanced list for modifiers based on performing an cargo query.

Parameters

Main Parameters

Parameter Value Description Required
default str If specified, the value of this will be returned of there are no results for the specified query.
type str Values:

maps - if set to this value, IIQ/IIR/Pack size will be removed and shown in separate columns

q_<param> N/A It is possible to add any parameters of the cargo query (field names) by prefixing them with q_.

Specifying at least q_where and q_limit is highly recommended.

Display control parameters

All these parameters are binary, so as long you specify something like icon=1 it will show up. If something is not available on the item you're fetching it will show up as "N/A"

Parameter Description
domain
generation_type
group
type
level
stat_text
buff
skill
tags
spawn_weight
generation_weight

Multi-option parameters

These parameters will active multiple options at once. They should be used for "default" lists, as additional variables may be added over time:

Parameter Description Parameters activated

Examples