Difference between revisions of "Location info"

m
m (poi icons)
Line 41: Line 41:
 
{{#if:{{#var:typeText}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Type'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{#var:typeText}}}}
 
{{#if:{{#var:typeText}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Type'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{#var:typeText}}}}
 
|-
 
|-
{{#if:{{{points of interest|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Points of Interest'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{#arrayprint:poiText|<br>|@|@}}}}<!-- formats the quests array -->
+
{{#if:{{{points of interest|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Points of Interest'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{#arrayprint:poiText|<br>|@|{{icon|@}} @}}}}<!-- formats the quests array -->
 
|-
 
|-
 
{{#if:{{{connections|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Connected to'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{#arrayprint:connectionsText|<br>|@|@}}}}
 
{{#if:{{{connections|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Connected to'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{#arrayprint:connectionsText|<br>|@|@}}}}

Revision as of 14:33, 31 January 2024

Description

Displays an information page about an location.

Usage

{{Location info|<image=image>|<name=name>|<description=description>|<category=category>|<quests=quests>|<loading screen=loading screen>}}

Parameters

Arrow.pngimage: A map or image of the location.
Optional. Defaults to '{{PAGENAME}}.jpg'.
Notes: Only use if the image name differs from the name of the page.
Arrow.pngname: The name of the location.
Optional. Defaults to '{{PAGENAME}}'.
Notes: Only use if the template is on a different page to the location's main article.
Arrow.pngdescription: A description of the location.
Optional.
Arrow.pngcategory: The location's category.
Optional.

Possible categories:

camps
dungeons
safe zones
pvp zones
Arrow.pngpoints of interest: The semicolon-separated names of points of interest in the location.
Optional.
Notes: Add your own wiki links.
Arrow.pngconnections: The semicolon-separated names of zones connected to the location.
Optional.
Notes: Add your own wiki links. The cardinal direction is usually specified in brackets after the location name.

Errors

No description was provided. Add a description parameter.