Template:Modifier link/doc

From Path of Exile Wiki
Revision as of 16:58, 3 June 2021 by >Vinifera7 (→‎Examples)
Jump to navigation Jump to search

This subpage provides documentation for Template:Modifier link.

Lua logo

This template uses the following modules:

Shortcut

The Modifier link template is used to show mod names and stat text in short and concise way. Mainly to be used in the main text.

Overview

The template will do the following:

  • Query modifier. If results are more than 1, it returns an error that suggests which mod id to use.
  • Format the result in a familiar way.

Consider using {{Modifier table}} instead if you want to create large tables.

Parameters

All parameters should be filled in if possible to ensure it's working correctly.

Parameter Description Optional
id Modifier id or modid (mods.id). Defaults to first unnamed input, {{{1}}}.

Even though the modifier id is the required input it will search through the following cargo fields:

  1. mods.name
  2. mods.id
  3. mods.stat_text
  4. mods.stat_text_raw

This simplifies finding the correct modifier considerably, since the lua error will display the mods the query found and the correct modifier id in an easy copy/paste way.

statid Stat id. Required when querying for exact values instead of stat text.

Searches mod_stats.id that are on the same page as the modifier id.

display Display formats. Choose between:
  • abbr - Abbreviated stat text. (Default)
  • verbose - Show both modifier name and stat text.
  • stat_text - Show only stat text.
  • max - Maximum value for a stat. Requires statid to be defined.
  • min - Minimum value for a stat. Requires statid to be defined.

Examples

Code Result
{{Modifier link
 |LocalIncreasedPhysicalDamagePercentAndAccuracyRating8
}}
Dictator'sDictator's
Prefix
(75-79)% increased Physical Damage
+(175-200) to Accuracy Rating
 
{{Modifier link
 |LocalIncreasedPhysicalDamagePercentAndAccuracyRating8
 |display=max
 |statid=local_physical_damage_+%
}} 
79
 
{{Modifier link
 |LocalIncreasedPhysicalDamagePercentAndAccuracyRating8
 |display=verbose
}} 
Dictator's - (75-79)% increased Physical Damage, +(175-200) to Accuracy Rating (Prefix)
 
{{Modifier link
 |LocalIncreasedPhysicalDamagePercentAndAccuracyRating8
 |display=stat_text
}} 
(75-79)% increased Physical Damage
+(175-200) to Accuracy Rating

Maintenance

When this template returns errors the page will show up in following categories: