Smite Wiki
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 12: Line 12:
 
!Item Tier:
 
!Item Tier:
 
|Tier {{{tier|}}}
 
|Tier {{{tier|}}}
  +
|- style="{{#if: {{{glyph|}}}| | display: none;}}"
  +
!Item Tier:
  +
|{{{glyph|}}}
  +
|- style="{{#if: {{{evolved|}}}| | display: none;}}"
  +
!Item Tier:
  +
|{{{evolved|}}}
 
|- style="{{#if: {{{cost|}}}| | display: none;}}"
 
|- style="{{#if: {{{cost|}}}| | display: none;}}"
 
!Cost:
 
!Cost:
Line 36: Line 42:
 
{{#if: {{{tier|}}}|
 
{{#if: {{{tier|}}}|
 
{{#switch: {{{tier}}}|
 
{{#switch: {{{tier}}}|
|1 = [[Category:Tier 1 items]]
+
|1 = {{{doc|[[Category:Tier 1 items]]}}}
|2 = [[Category:Tier 2 items]]
+
|2 = {{{doc|[[Category:Tier 2 items]]}}}
|3 = [[Category:Tier 3 items]]
+
|3 = {{{doc|[[Category:Tier 3 items]]}}}
 
}}
 
}}
 
}}<!--
 
}}<!--
   
-->{{{noilink|{{DEFAULTLINK:<span class="nobreak">[[{{FULLPAGENAME}}|<span class="ajaxttlink">{{{name}}}</span>]]</span>}}}}}<!--
+
-->{{{noilink|{{DEFAULTLINK:<span class="nobreak">[[File:{{#if:{{{image|}}}|{{{image}}}|{{#if:{{{name|}}}|{{{name}}}.png|{{BASEPAGENAME}}.png}}}}|18px|link={{FULLPAGENAME}}]] [[{{FULLPAGENAME}}|<span class="ajaxttlink">{{{name}}}</span>]]</span>}}}}}<!--
   
 
TOOLTIP --><div style="display:none;" class="tooltip tooltip-content"><div class="skill-tooltip"><ul>
 
TOOLTIP --><div style="display:none;" class="tooltip tooltip-content"><div class="skill-tooltip"><ul>
Line 134: Line 140:
 
|passive=Critical Strikes deal an additional +75% of your total Basic Attack Power as Physical Damage over the next 3s. Additional crits refresh this effect.
 
|passive=Critical Strikes deal an additional +75% of your total Basic Attack Power as Physical Damage over the next 3s. Additional crits refresh this effect.
 
|noilink=
 
|noilink=
  +
|doc=
 
}}
 
}}
   
Line 152: Line 159:
 
|Total_cost=Integer
 
|Total_cost=Integer
 
}}
 
}}
  +
  +
[[Category:Infobox templates]]

Latest revision as of 06:29, 25 July 2022

Item infobox v2
Details
Item Type:
Item Tier: Tier
Item Tier:
Item Tier:
Cost:
Total Cost:
Stats:
Active Effect:
Passive Effect:
Active Cooldown:
Passive Cooldown:

Code

{{Item infobox v2
|name=
|image=
|type=
|tier=
|cost=
|totalcost=
|stat1=
|stat2=
|stat3=
|stat4=
|stat5=
|stat6=
|active=
|passive=
|activecd=
|passivecd=
}}

Usage

  • name: The name of this item.
  • image: The file for the icon of this item.
  • type: The type of item it is.
  • tier: The tier this item belongs to.
  • cost: The cost of this item's tier.
  • totalcost: The total cost of this item.
  • stat#: The stats this item provides, up to 6 different stats.
  • active: The active effect this item provides, if it doesn't provide one leave it blank.
  • passive: The passive effect this item provides, if it doesn't provide one leave it blank.
  • activecd: The cooldown of this item's active effect.
  • passivecd: The cooldown of this item's passive effect.

Example

{{Item infobox v2
|name=Malice
|image=Malice T3.png
|type=Offensive
|tier=3
|cost=1500
|totalcost=3000
|stat1=+50 Physical Power
|stat2=+20% Critical Strike Chance
|passive=Critical Strikes deal an additional +75% of your total Basic Attack Power as Physical Damage over the next 3s. Additional crits refresh this effect.
}}

Result

Malice
Malice T3
Details
Item Type: Offensive
Item Tier: Tier 3
Item Tier:
Item Tier:
Cost: 1500
Total Cost: 3000
Stats: +50 Physical Power
+20% Critical Strike Chance
Active Effect:
Passive Effect: Critical Strikes deal an additional +75% of your total Basic Attack Power as Physical Damage over the next 3s. Additional crits refresh this effect.
Active Cooldown:
Passive Cooldown:

This template defines the table "Items". View table.