Template:Pantheon

From Path of Exile Wiki
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]


Lua logo

This template uses the following modules:

This template creates a pantheon table. The data is stored by the sub templates.

The pantheon data exists in three separate submodules:

https://www.poewiki.net/wiki/Module:Pantheon/pantheon

https://www.poewiki.net/wiki/Module:Pantheon/pantheon_souls

https://www.poewiki.net/wiki/Module:Pantheon/pantheon_stats

This code is generated from a PyPoE export. You can edit it manually, but it's not recommended.

In order to see any changes, it's necessary to save the pages that write rows to the Cargo tables. Doing a null edit on these pages will rebuild the Cargo tables:

https://www.poewiki.net/wiki/Template:Pantheon/cargo/pantheon/store_data_1

https://www.poewiki.net/wiki/Template:Pantheon/cargo/pantheon_souls/store_data_1

https://www.poewiki.net/wiki/Template:Pantheon/cargo/pantheon_stats/store_data_1

Lastly, on the pantheon page (e.g. https://www.poewiki.net/wiki/Soul_of_Abberath ) mouse over "more" in the top right and click purge cache.

Parameters

Parameter Type Description
q_where str Where portion of the cargo query to restrict the results.

The following tables can be used freely:

  • pantheon
  • pantheon_souls
  • areas

Examples

{{Pantheon
|q_where=pantheon.id="Yugul"
}}

Yields:

IconNameEffect(s)Upgrade
Soul of YugulYou and your Minions take 50% reduced Reflected Damage
50% chance to Reflect Hexes
Capture Sallazzang in Gardens Map
30% reduced Effect of Curses on you

Cargo

Table Declared by Attached by
pantheon_souls {{Pantheon/cargo/pantheon souls/declare}} {{Pantheon/cargo/pantheon souls/attach}}
pantheon_stats {{Pantheon/cargo/pantheon stats/declare}} {{Pantheon/cargo/pantheon stats/attach}}
pantheon {{Pantheon/cargo/pantheon/declare}} {{Pantheon/cargo/pantheon/attach}}