Template:Combat Ability icon: Difference between revisions
Updating to v416 |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<noinclude><!-- Updated on Sat Dec 14 2024 04:11:28 GMT-0700 (Mountain Standard Time) using FoxnEagle's auto-wiki-generator --> | <noinclude><!-- Updated on Sat Dec 14 2024 04:11:28 GMT-0700 (Mountain Standard Time) using FoxnEagle's auto-wiki-generator --> | ||
</noinclude><includeonly>{{ #switch: {{{2}}} | 1 | 32 = <span class="extimage32px">| 2 | 64 = <span class="extimage64px"> | }}{{ #if: {{{1|}}} | | </noinclude><includeonly>{{ #switch: {{{2}}} | 1 | 32 = <span class="extimage32px">| 2 | 64 = <span class="extimage64px"> | }}{{ #if: {{{1|}}} | | ||
{{ #replace: http://cdn.projectgorgon.com/ | {{ #replace: http://cdn.projectgorgon.com/v420/icons/icon_{{ #switch: {{padleft: | 1 | {{ lc: {{{1}}} }} }} | ||
| a = {{ #switch: {{{1}}} | | a = {{ #switch: {{{1}}} | ||
| AcidAuraBall1 = 3403 | | AcidAuraBall1 = 3403 | ||
| Line 1,147: | Line 1,147: | ||
}} | }} | ||
}}.png | }}.png | ||
| http://cdn.projectgorgon.com/ | | http://cdn.projectgorgon.com/v420/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 16:06, 28 February 2025
Description
This accepts a combat ability internal name as input and returns the in-game icon. Most of these are 64x64, but you can use CSS to force or resize them. See the Examples section below.
Syntax
{{Combat Ability icon|<name>}}
Parameters
- <name>
- The name of the ability. It must match exactly what is displayed in the json (e.g. "TreantStomp", not "Treant Stomp" or "treantstomp")
Examples
Standard Use
{{Combat Ability icon|TreantStomp}} {{Combat Ability icon|IceSlimeKick}}
{{ #replace: http://cdn.projectgorgon.com/v420/icons/icon_3472.png | http://cdn.projectgorgon.com/v420/icons/icon_.png | Error: Ability not found }} {{ #replace: http://cdn.projectgorgon.com/v420/icons/icon_2176.png | http://cdn.projectgorgon.com/v420/icons/icon_.png | Error: Ability not found }}
Forcing resize to 32x32
<span class="extimage32px">{{Combat Ability icon|IceSlimeKick}}</span>
{{ #replace: http://cdn.projectgorgon.com/v420/icons/icon_2176.png | http://cdn.projectgorgon.com/v420/icons/icon_.png | Error: Ability not found }}
Forcing resize to 64x64
<span class="extimage64px">{{Combat Ability icon|IceSlimeKick}}</span>
{{ #replace: http://cdn.projectgorgon.com/v420/icons/icon_2176.png | http://cdn.projectgorgon.com/v420/icons/icon_.png
| Error: Ability not found }}If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:Combat Ability icon/doc. (View all subpages of this page.)