Template:Query atlas maps: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
(Created page with "<includeonly>{{#invoke: Item table|item_table |q_tables=versions, atlas_maps{{#if: {{{tables|}}}|,{{{tables|}}}|}} |q_join=items.release_version=versions.version, items._pageI...")
 
>OmegaK2
No edit summary
Line 8: Line 8:
  AND atlas_maps.region_id = "{{#cargo_query: |tables=atlas_regions|fields=id|where=name="{{region_name|{{PAGENAME}}}}}"|no html}}"
  AND atlas_maps.region_id = "{{#cargo_query: |tables=atlas_regions|fields=id|where=name="{{region_name|{{PAGENAME}}}}}"|no html}}"
  {{#if: {{{where|}}}|AND ({{{where|}}})|}}  
  {{#if: {{{where|}}}|AND ({{{where|}}})|}}  
|q_orderBy={{{q_orderBy|maps.tier}}
|q_orderBy={{{q_orderBy|maps.tier}}}
|map_tier={{{map_tier|1}}}
|map_tier={{{map_tier|1}}}
|map_level={{{map_level|1}}}
|map_level={{{map_level|1}}}
}}</includeonly><noinclude>{{documentation}}</noinclude>
}}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 21:18, 28 December 2019

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


Lua logo

This template uses the following modules:

Overview

This template queries for maps present on the atlas in a specific region.

For more information, see Template:Item table.

Parameters

Parameters that can be specified in addition to the default {{item table}} parameters.

Parameter Value Description
region_name str Name of the atlas region. Defaults to the name of current page if not specified.
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.