Template:Item link/doc

From Path of Exile 2 Wiki
Revision as of 20:10, 7 April 2016 by >OmegaK2 (Created page with "{{documentation subpage}} {{lua|Module:Item2}} Semantic Mediawiki based item link. Use this to link items from Template:Item ==Overview== Creates a link to an item pag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This subpage provides documentation for Template:Item link.

Lua logo

This template uses the following modules:

Semantic Mediawiki based item link. Use this to link items from Template:Item

Overview

Creates a link to an item page that has the item information entered by Template:Item and includes the item info box on hover on the link.

Parameters

Parameter Value Required Description
page str Yes Name of the wikipage to link against
name str No Name to display.

Name, inventory_icon and html must all be specified if one of them is.

inventory_icon str No File to use for the link

Name, inventory_icon and html must all be specified if one of them is.

html str No HTML to use for the itembox

Name, inventory_icon and html must all be specified if one of them is.

Examples

Basic Usage

{{Item link
|page=Clarity
}}

Yields:

ClarityClarityBuff, Persistent
Tier: 1
Level: 1
Supports Persistent Buff Skills, causing you to gain increased Mana Regeneration while the Skill is active.30% Increased Mana Regeneration Rate while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time.

Advanced Usage

{{Item link
|page=Clarity
|name=Pretty damn cool
}}