Template:Legacy variant table header/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
mNo edit summary
>Illviljan
mNo edit summary
Line 34: Line 34:
| str
| str
| {{no}}
| {{no}}
| [[Implicit]] or [[explicit]] modifier text, depending if <nowiki>{{{2}}}</nowiki> is also set.
| [[Version]] when the item was discontinued.
|-
| 2
| str
| {{no}}
| [[Implicit]] or [[explicit]] modifier text, depending if <nowiki>{{{3}}}</nowiki> is also set.
Bright text indicates a modifier that is different in a legacy variant.&#10;Strike-through text indicates a modifier that does not exist in a legacy variant.
Bright text indicates a modifier that is different in a legacy variant.&#10;Strike-through text indicates a modifier that does not exist in a legacy variant.
* Bright text: <code><nowiki>{{c|mod|sample text}}</nowiki></code> → {{c|mod|sample text}}
* Bright text: <code><nowiki>{{c|mod|sample text}}</nowiki></code> → {{c|mod|sample text}}
* Strike-through text: <code><nowiki>{{c|not|sample text}}</nowiki></code> → {{c|not|Sample text}}
* Strike-through text: <code><nowiki>{{c|not|sample text}}</nowiki></code> → {{c|not|Sample text}}
|-
|-
| 2
| 3
| str
| str
| {{no}}
| {{yes}}
| [[Explicit]] modifier text.
| [[Explicit]] modifier text.
Bright text indicates a modifier that is different in a legacy variant.&#10;Strike-through text indicates a modifier that does not exist in a legacy variant.
Bright text indicates a modifier that is different in a legacy variant.&#10;Strike-through text indicates a modifier that does not exist in a legacy variant.
Line 60: Line 65:
==Examples==
==Examples==
<pre>
<pre>
{{legacy variant table header|base=yes}}
{{legacy variant table header|base=yes|level=yes}}
{{legacy variant table row|2.0.0|base={{il|Leatherscale Boots}}<br> {{c|stat|Requires Level 6}}|(40-60)% increased Armour and Evasion <br /> {{c|mod|+(10-20) to maximum Life}} <br /> {{c|mod|+(10-20) to maximum Mana}} <br /> 15% increased Movement Speed <br /> 50% increased Stun and Block Recovery <br /> 20% reduced Light Radius <br /> +50% to Chaos Resistance while using a Flask <br /> {{c|not|Adds (15-20)-(25-30) Chaos Damage to Spells and Attacks while using a Flask}}}}
{{legacy variant table row|1.2.0|base=[[Cured Quiver]]|level=22|{{c|mod|Adds 2 to 4 Fire Damage to Attacks}}|10% increased Attack Speed<br />{{c|mod|+20 to Evasion Rating}}<br />+(10-30) to maximum Mana<br />{{c|mod|(30-50)% of Physical Damage Converted to Fire Damage}}<br />{{c|not|Adds 5 to 10 Fire Damage to Attacks with Bows}}}}
|}
|}
</pre>
</pre>
 
yields:
{{legacy variant table header|base=yes}}
{{legacy variant table header|base=yes|level=yes}}
{{legacy variant table row|2.0.0|base={{il|Leatherscale Boots}}<br> {{c|stat|Requires Level 6}}|(40-60)% increased Armour and Evasion <br /> {{c|mod|+(10-20) to maximum Life}} <br /> {{c|mod|+(10-20) to maximum Mana}} <br /> 15% increased Movement Speed <br /> 50% increased Stun and Block Recovery <br /> 20% reduced Light Radius <br /> +50% to Chaos Resistance while using a Flask <br /> {{c|not|Adds (15-20)-(25-30) Chaos Damage to Spells and Attacks while using a Flask}}}}
{{legacy variant table row|1.2.0|base=[[Cured Quiver]]|level=22|{{c|mod|Adds 2 to 4 Fire Damage to Attacks}}|10% increased Attack Speed<br />{{c|mod|+20 to Evasion Rating}}<br />+(10-30) to maximum Mana<br />{{c|mod|(30-50)% of Physical Damage Converted to Fire Damage}}<br />{{c|not|Adds 5 to 10 Fire Damage to Attacks with Bows}}}}
|}
|}
<section end=documentation />
<section end=documentation />

Revision as of 20:41, 13 November 2017

This subpage provides documentation for Template:Legacy variant table header.

Creates a table for legacy items. {{Legacy variant table header}} is used with {{Legacy variant table row}}.

Parameters

Header

Parameters for {{Legacy variant table header}}.

Parameter Value Optional Description
base bool
Base item type
level bool
Required level

Row

Parameters for {{Legacy variant table row}}.

Parameter Value Optional Description
1 str
Version when the item was discontinued.
2 str
Implicit or explicit modifier text, depending if {{{3}}} is also set.

Bright text indicates a modifier that is different in a legacy variant. Strike-through text indicates a modifier that does not exist in a legacy variant.

  • Bright text: {{c|mod|sample text}}sample text
  • Strike-through text: {{c|not|sample text}}Sample text
3 str
Explicit modifier text.

Bright text indicates a modifier that is different in a legacy variant. Strike-through text indicates a modifier that does not exist in a legacy variant.

  • Bright text: {{c|mod|sample text}}sample text
  • Strike-through text: {{c|not|sample text}}Sample text
base str
Base item type
level str
Required level

Examples

{{legacy variant table header|base=yes|level=yes}}
{{legacy variant table row|1.2.0|base=[[Cured Quiver]]|level=22|{{c|mod|Adds 2 to 4 Fire Damage to Attacks}}|10% increased Attack Speed<br />{{c|mod|+20 to Evasion Rating}}<br />+(10-30) to maximum Mana<br />{{c|mod|(30-50)% of Physical Damage Converted to Fire Damage}}<br />{{c|not|Adds 5 to 10 Fire Damage to Attacks with Bows}}}}
|}

yields:

Version discontinued Base item Required level Stats Compare each legacy variant to the current variant.
  • Stat line – Same as current variant
  • Stat line – Different from current variant

1.2.0 Cured Quiver 22

Adds 2 to 4 Fire Damage to Attacks

10% increased Attack Speed
+20 to Evasion Rating
+(10-30) to maximum Mana
(30-50)% of Physical Damage Converted to Fire Damage
Adds 5 to 10 Fire Damage to Attacks with Bows