Template:Area/doc

From Path of Exile Wiki
Revision as of 21:51, 16 November 2013 by Vinifera7 (talk | contribs) (Created page with "{{documentation subpage}} The '''zone''' template is used to show a zone info card. ==Parameters== All parameters except for <code>name</code> are opti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This subpage provides documentation for Template:Area.

The zone template is used to show a zone info card.

Parameters

All parameters except for name are optional. They can be excluded or left blank.

Parameter Description
name Name of the zone
pagename Name of the zone's wiki page, if different than name
type Type of the zone – Possible values are: Act, Map, and Descent.
act Act the zone belongs to, if {{{type}}} is set to Act
icon Zone icon – Predefined icons for values: normal, waypoint, and town.
mlvl1 Monster level for the zone; for Normal difficulty if {{{type}}} is set to Act
mlvl2 Monster level for Cruel difficulty if {{{type}}} is set to Act
mlvl3 Monster level for Merciless difficulty if {{{type}}} is set to Act
image Zone screenshot – Defaults to {{{name}}} zone screenshot.jpg
flavourtext Flavour text for the zone

Code templates

Copy and paste a code template to get started.

Act zone

{{zone
| name                   = 
| type                   = Act
| act                    = 
| icon                   = normal
| mlvl1                  = 
| mlvl2                  = 
| mlvl3                  = 
| flavourtext            = 
}}