Path of Exile Wiki

Please consider helping keep the wiki up to date. Check the to-do list of updates needed for version 3.14.0.

Game data exports will becoming later as the technical changes in addition to regular changes take some more time.

READ MORE

Path of Exile Wiki
Advertisement
Template info icon Template documentation[view] [edit] [history] [purge]

Shortcut

Query based skill link. Use this to link skills from Template:Skill

Overview

Creates a link to a skill page.

Pages with broken skill links will be added to the maintenance category Category:Pages with broken skill links.

Parameters

Page selection

Page search

One of these is required. Do not specify more than one.

Parameter Value Description
id str Id of the skill to link against
skill_name str Name of the skill to search for. This can pose a problem if there are multiple skills with the same name - in that case use id instead.

Output overrides

All of these are optional and can be used to customize the item link.

Parameter Value Description
name str This parameter can be used to specify different link text than the skill name. This should be used mainly for grammatical purposes. If the link text is significantly different than the skill name, consider using a normal wikilink instead of this template.
large boolean If set to true, instead of the small icon in front of the name, a large icon will be shown below the skill (suitable for tables).
icon str File to use for the inline icon link.
skip_query boolean Skip querying for the skill.

Examples

Basic Usage

{{Skill link|Icestorm}}, {{Skill link|skill_name=Icestorm}}, {{Skill link|id=IcestormUniqueStaff12}}, {{Skill link |skip_query=true |page=Skill:IcestormUniqueStaff12 |name=Icestorm |icon=File:Icestorm skill icon.png}}

Yields:

Icestorm skill iconIcestorm, Icestorm skill iconIcestorm, Icestorm skill iconIcestorm, Icestorm skill iconIcestorm

{{Skill link
|Icestorm
|Icestorms
|large=True
}}

Yields:

IcestormsIcestorm skill icon

Advertisement