Difference between revisions of "Template:Ability icon"

From Project: Gorgon Wiki
Jump to: navigation, search
m (Updating)
m (Updating)
Line 1: Line 1:
 
{{ #if: {{{1|}}} |  
 
{{ #if: {{{1|}}} |  
{{ #replace: http://cdn.projectgorgon.com/v340/icons/icon_{{ #switch: {{{1|None}}}
+
{{ #replace: http://cdn.projectgorgon.com/v341/icons/icon_{{ #switch: {{{1|None}}}
 
| (Internal - SZ1) = 2202
 
| (Internal - SZ1) = 2202
 
| (Internal - SZ2) = 2202
 
| (Internal - SZ2) = 2202
Line 859: Line 859:
 
| Energize 3 = 3411
 
| Energize 3 = 3411
 
| Energize 4 = 3411
 
| Energize 4 = 3411
| English: Left +10 = 3765
+
| English: Left +10 = 3766
 
| English: Reset = 3767
 
| English: Reset = 3767
| English: Right +10 = 3766
+
| English: Right +10 = 3765
 
| Entrancing Lullaby = 3675
 
| Entrancing Lullaby = 3675
 
| Entrancing Lullaby 2 = 3675
 
| Entrancing Lullaby 2 = 3675
Line 939: Line 939:
 
| Feed Pet 7 = 2137
 
| Feed Pet 7 = 2137
 
| Feed Pet 8 = 2137
 
| Feed Pet 8 = 2137
 +
| Feign Injury = 3808
 
| Fending Blade = 3594
 
| Fending Blade = 3594
 
| Fending Blade 2 = 3594
 
| Fending Blade 2 = 3594
Line 2,708: Line 2,709:
 
| Slug Venom = 3401
 
| Slug Venom = 3401
 
| Slug Web Debuff = 3401
 
| Slug Web Debuff = 3401
 +
| Small Box of Space = 6390
 
| SmallishScorpionClawA = 3553
 
| SmallishScorpionClawA = 3553
 
| SmallishScorpionClawB = 3553
 
| SmallishScorpionClawB = 3553
Line 2,938: Line 2,940:
 
| Summon = 2201
 
| Summon = 2201
 
| Summon = 2201
 
| Summon = 2201
 +
| Summon Death on a Leash = 3810
 
| Summon Deer = 2251
 
| Summon Deer = 2251
 
| Summon Deer 2 = 2251
 
| Summon Deer 2 = 2251
Line 2,943: Line 2,946:
 
| Summon Deer 4 = 2251
 
| Summon Deer 4 = 2251
 
| Summon Deer 5 = 2251
 
| Summon Deer 5 = 2251
 +
| Summon a Radish = 3809
 
| Super Fireball = 2107
 
| Super Fireball = 2107
 
| Super Fireball 2 = 2107
 
| Super Fireball 2 = 2107
Line 3,204: Line 3,208:
 
| Ursula Rage = 3070
 
| Ursula Rage = 3070
 
| Ursula Summon = 2107
 
| Ursula Summon = 2107
 +
| VanityPeck = 3485
 +
| Vendor Fox in a Box = 6340
 
| Venomstrike = 3596
 
| Venomstrike = 3596
 
| Venomstrike = 3596
 
| Venomstrike = 3596
Line 3,378: Line 3,384:
 
| #default = {{ #if: {{ #pos: {{{1|}}} | : }} |  4003 | <span style="color:red">Error: Ability not found</span> }}
 
| #default = {{ #if: {{ #pos: {{{1|}}} | : }} |  4003 | <span style="color:red">Error: Ability not found</span> }}
 
}}.png |  
 
}}.png |  
http://cdn.projectgorgon.com/v340/icons/icon_<span style="color:red">Error: Ability not found</span>.png |  
+
http://cdn.projectgorgon.com/v341/icons/icon_<span style="color:red">Error: Ability not found</span>.png |  
 
<span style="color:red">Error: Ability not found</span> }} | [[File:Item-icon-none.png]] }}<noinclude>
 
<span style="color:red">Error: Ability not found</span> }} | [[File:Item-icon-none.png]] }}<noinclude>
 
{{Ability icon/Explanation}}
 
{{Ability icon/Explanation}}
 
[[Category:Formatting templates]]
 
[[Category:Formatting templates]]
 
</noinclude>
 
</noinclude>

Revision as of 00:10, 15 January 2021

Item-icon-none.png

Description

This accepts an ability name as input and returns the in-game icon. Most of these are 64x64, but you can resize them if needed. See the Examples section below.

Syntax

{{Ability icon|<name>|<size selection>}}

Parameters

<name>
The name of the ability. It must match exactly what is displayed in-game (e.g. "Super Fireball", not "SUPER fireball" or "Fireball")
If omitted or empty, template returns a blank icon image.
If no match is found, template returns an error.
<size selection>
1 or 32 for 32x32.
2 or 64 for 64x64.
If omitted, empty, or anything else, image isn't resized.

Examples

Standard Use

{{Ability icon|Ring of Fire}}

{{Ability icon}}

{{Ability icon|FakeAbilityReturnsError}}

icon_2120.png

Item-icon-none.png

Error: Ability not found


Resizing

{{Ability icon|Ring of Fire}} <!-- default size is 64x64 -->

{{Ability icon|Ring of Fire|64}}

{{Ability icon|Ring of Fire|32}}

icon_2120.png

icon_2120.png

icon_2120.png


Alternative Resizing (old method)

You can also manually resize the images if you wish (using the template just wraps the image in this span automatically).

<span class="extimage32px">{{Ability icon|Ring of Fire}}</span>

<span class="extimage64px">{{Ability icon|Ring of Fire}}</span>

icon_2120.png

icon_2120.png