Template:Item link

From Path of Exile Wiki
Revision as of 19:58, 7 April 2016 by >OmegaK2 (Created page with "<includeonly>{{#invoke:item2|item_link}}</includeonly><noinclude> {{documentation}} </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]


Lua logo

This template uses the following modules:

Shortcut

Query 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.

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

Parameters

Item selection

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

Parameter Value Description
metadata_id str Metadata ID of the item to search for
page str Name of the wiki page on which the item data resides
item_name str Name of the item to search for. The search query will also extend to aliases of the item (e.g., legacy names).

The search may fail if there are multiple items with the given name. In that case, use a different item selection parameter, such as page.

item_name_exact str Exact name of the item to search for.

The search may fail if there are multiple items with the given name. In that case, use a different item selection parameter, such as page.

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 item name. This should be used mainly for grammatical purposes. If the link text is significantly different than the item name, consider using a normal wikilink instead of this template.

An empty value can be specified to avoid displaying a text link entirely; the link will consist of only the item icon.

large boolean If set to true, instead of the small icon in front of the name, a large inventory icon will be shown below the item (suitable for tables).
image str or int This can be used to link against an alternate art version of an item.

Depending on which type is supplied:

  • int: choose the alternate art based on the index (i.e. 1 for the first alternate art, 2 for the second, etc)
  • str: choose the alternate based on the string given (i.e. "race season 1" would search for File:<itemname> race season 1 inventory icon.png and use it as image)
html str HTML to use for the itembox.

May also be used to hide the item box entirely.

inventory_icon str File to use for the inline icon link.
skip_query boolean Skip querying for the item.
link str Which page to link to. This parameter can only be used if skip_query=true.

Errors

No pages found

When the search parameters can't find any items for the given parameter, a red error box will be shown. It can be caused by updates to the game that change the name of items, so links to the old name can no longer find the item with the new name.

The solution is to either use a different search parameter or making sure the parameter is correct.

Example:

Broken: {{Item link|item_name_exact=Pierce}} Script error: The function "item_link" does not exist.

Fixed: {{Item link|item_name_exact=Pierce Support}} Script error: The function "item_link" does not exist.

In rare cases, it's also possible it's caused by Database problems causing data to not be written on the target page. In those cases, null editing the target page should help. See Path of Exile Wiki:Known issues for more information.

Too many results found

When the search parameters find to many items, a red error box will be shown because the script doesn't know which one is the desired result. It is generally caused by items that share the same name, but have their own page such as variants of an unique item for example.

The solution is to use the page parameter to point to the page of the desired item.

Example:

Broken: {{Item link|item_name_exact=Two-Stone Ring}} Script error: The function "item_link" does not exist.

Fixed: {{Item link|page=Two-Stone Ring (ruby and topaz)}} Script error: The function "item_link" does not exist.

In rare cases, it's also possible it's caused by Database problems causing duplicate data on the target page. In those cases, null editing the target page should help. See Path of Exile Wiki:Known issues for more information.

Note

In some case, fixing the error requires to pipe the name to reflect the original wording and context such as in the patch notes section:


Broken: {{Item link|Projectiles Weakness }} Script error: The function "item_link" does not exist.

Fixed: {{Item link|Sniper's Mark|Projectiles Weakness}} Script error: The function "item_link" does not exist.

Examples

Basic Usage

{{Item link
|page=Two-Stone Ring (ruby and topaz)
}}

Yields:

Script error: The function "item_link" does not exist.

{{Item link
|item_name=Pierce Support
}}

Yields:

Script error: The function "item_link" does not exist.

Large icons

{{Item link
|item_name=Pierce Support
|large=yes
}}

Yields:

Script error: The function "item_link" does not exist. de:Vorlage:Item link