Template:Ability icon: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
No edit summary
Manual entry of Cosmetic Pet icons.
Line 1: Line 1:
<includeonly>{{ #switch: {{{2}}} | 1 | 32 = <span class="extimage32px"> | 2 | 64 = <span class="extimage64px"> | }}{{ #if: {{{1|}}} |  
<includeonly>{{ #switch: {{{2}}} | 1 | 32 = <span class="extimage32px"> | 2 | 64 = <span class="extimage64px"> | }}{{ #if: {{{1|}}} |  
{{ #replace: http://cdn.projectgorgon.com/v382/icons/icon_{{ #switch: {{padleft: | 1 | {{ lc: {{{1}}} }} }}  
{{ #replace: http://cdn.projectgorgon.com/v396/icons/icon_{{ #switch: {{padleft: | 1 | {{ lc: {{{1}}} }} }}  
| a = {{ #switch: {{{1}}}
| a = {{ #switch: {{{1}}}
| Acid Arrow = 3302
| Acid Arrow = 3302
Line 3,055: Line 3,055:
| Summon a Worghest = 3629
| Summon a Worghest = 3629
| Summon a Mini-Reindeer = 2251
| Summon a Mini-Reindeer = 2251
| Summon a Snow Leaper = 3867
| Summon a Brain Bug = 5990
| Summon a Fire Sheep = 3865
| Summon a Scapegoat = 3886
| Summon a Pudding = 3864
| Summon Deer = 2251
| Summon Deer = 2251
| Summon Deer 2 = 2251
| Summon Deer 2 = 2251
Line 3,584: Line 3,589:
}}
}}
}}.png  
}}.png  
| http://cdn.projectgorgon.com/v376/icons/icon_.png <!-- result when no match is found, will be #replaced -->
| http://cdn.projectgorgon.com/v396/icons/icon_.png <!-- result when no match is found, will be #replaced -->
| <span style="color:red">Error: Ability not found</span> }} | [[File:Item-icon-none.png]] }}{{ #switch: {{{2}}} | 1 | 2 | 32 | 64 = </span> | }}</includeonly><noinclude>
| <span style="color:red">Error: Ability not found</span> }} | [[File:Item-icon-none.png]] }}{{ #switch: {{{2}}} | 1 | 2 | 32 | 64 = </span> | }}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
[[Category:Formatting templates]]
[[Category:Formatting templates]]
</noinclude>
</noinclude>

Revision as of 19:15, 13 November 2023

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]

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}}

{{ #replace: http://cdn.projectgorgon.com/v396/icons/icon_2120.png | http://cdn.projectgorgon.com/v396/icons/icon_.png | Error: Ability not found }}

{{ #replace: http://cdn.projectgorgon.com/v396/icons/icon_.png | http://cdn.projectgorgon.com/v396/icons/icon_.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}}

{{ #replace: http://cdn.projectgorgon.com/v396/icons/icon_2120.png | http://cdn.projectgorgon.com/v396/icons/icon_.png | Error: Ability not found }}

{{ #replace: http://cdn.projectgorgon.com/v396/icons/icon_2120.png | http://cdn.projectgorgon.com/v396/icons/icon_.png | Error: Ability not found }}

{{ #replace: http://cdn.projectgorgon.com/v396/icons/icon_2120.png | http://cdn.projectgorgon.com/v396/icons/icon_.png | Error: Ability not found }}


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>

{{ #replace: http://cdn.projectgorgon.com/v396/icons/icon_2120.png | http://cdn.projectgorgon.com/v396/icons/icon_.png | Error: Ability not found }}

{{ #replace: http://cdn.projectgorgon.com/v396/icons/icon_2120.png | http://cdn.projectgorgon.com/v396/icons/icon_.png

| Error: Ability not found }}
The above text is transcluded from Template:Ability icon/doc; you can change it or view its history.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:Ability icon/doc. (View all subpages of this page.)