Template:Combat Ability icon: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
FoxnEagle (talk | contribs)
Fixing from Name to InternalName. Whoops...
FoxnEagle (talk | contribs)
accidentally included ability image switch for small vs large. Removed,
Line 1: Line 1:
<noinclude><!-- Updated on Sat Dec 16 2023 01:55:49 GMT-0700 (Mountain Standard Time) using FoxnEagle's auto-wiki-generator -->
<noinclude><!-- Updated on Sat Dec 16 2023 01:55:49 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>{{ #if: {{{1|}}} |  
{{ #replace: http://cdn.projectgorgon.com/v400/icons/icon_{{ #switch: {{padleft: | 1 | {{ lc: {{{1}}} }} }}
{{ #replace: http://cdn.projectgorgon.com/v400/icons/icon_{{ #switch: {{padleft: | 1 | {{ lc: {{{1}}} }} }}
| a = {{ #switch: {{{1}}}
| a = {{ #switch: {{{1}}}

Revision as of 09:00, 16 December 2023


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

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/v400/icons/icon_3472.png | http://cdn.projectgorgon.com/v400/icons/icon_.png | Error: Ability not found }} {{ #replace: http://cdn.projectgorgon.com/v400/icons/icon_2176.png | http://cdn.projectgorgon.com/v400/icons/icon_.png | Error: Ability not found }}

Forcing resize to 32x32

<span class="extimage32px">{{Combat Ability icon|IceSlimeKick}}</span>

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

Forcing resize to 64x64

<span class="extimage64px">{{Combat Ability icon|IceSlimeKick}}</span>

{{ #replace: http://cdn.projectgorgon.com/v400/icons/icon_2176.png | http://cdn.projectgorgon.com/v400/icons/icon_.png

| Error: Ability not found }}
The above text is transcluded from Template:Combat 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:Combat Ability icon/doc. (View all subpages of this page.)