Template:Necropolis pack/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} ==Overview== Shows pack details as visible through the Lantern of Arimor during Necropolis league. ==Parameters== If neither ember_name or pack_id is provided, all known packs will be shown. {| class="wikitable sortable" ! Parameter ! Type ! Description |- | ember_name | string | The name of the Allflame Ember granting this pack. |- | pack_id | string | The pack id as specified in NecropolisPacks.dat. |} {{Documentation categories|...")
 
(→‎Parameters: pack_areas)
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
==Overview==
==Overview==
Shows pack details as visible through the [[Lantern of Arimor]] during [[Necropolis league]].
Shows pack details as visible through the [[Lantern of Arimor]] during [[Necropolis league]].
Calls [[Module:Necropolis packs]], which retrieves pack data from [[Module:Necropolis packs/data]], maintained by the exporter, and renders it via [[Template:Necropolis pack/display]]


==Parameters==
==Parameters==
If neither ember_name or pack_id is provided, all known packs will be shown.
If neither item_name or pack_id is provided, all known packs will be shown.


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 12: Line 14:
! Description
! Description
|-
|-
| ember_name
| item_name
| string
| string
| The name of the Allflame Ember granting this pack.
| The name of the Allflame Ember granting this pack.
Line 19: Line 21:
| string
| string
| The pack id as specified in NecropolisPacks.dat.
| The pack id as specified in NecropolisPacks.dat.
|-
| pack_composition
| boolean
| Show details of associated monster packs.
|-
| pack_areas
| boolean
| Show spawn areas in pack composition details.
|}
|}



Latest revision as of 08:38, 9 April 2024

This subpage provides documentation for Template:Necropolis pack.

Overview

Shows pack details as visible through the Lantern of Arimor during Necropolis league.

Calls Module:Necropolis packs, which retrieves pack data from Module:Necropolis packs/data, maintained by the exporter, and renders it via Template:Necropolis pack/display

Parameters

If neither item_name or pack_id is provided, all known packs will be shown.

Parameter Type Description
item_name string The name of the Allflame Ember granting this pack.
pack_id string The pack id as specified in NecropolisPacks.dat.
pack_composition boolean Show details of associated monster packs.
pack_areas boolean Show spawn areas in pack composition details.