Template:Ability icon: Difference between revisions
Bobsjobisfob (talk | contribs) No edit summary |
Bobsjobisfob (talk | contribs) No edit summary |
||
| Line 608: | Line 608: | ||
| Dalvos Pain Bubble = 3327 | | Dalvos Pain Bubble = 3327 | ||
| Dampen = 3840 | | Dampen = 3840 | ||
| Dampen 2 = 3840 | |||
| Dampen 3 = 3840 | |||
| Dampen 4 = 3840 | |||
| Dampen 5 = 3840 | |||
| Dampen 6 = 3840 | |||
| Dampen 7 = 3840 | |||
| Dampen 8 = 3840 | |||
| Dampen 9 = 3840 | |||
| Dance 1 = 3612 | | Dance 1 = 3612 | ||
| Dance 1 (variant B) = 3811 | | Dance 1 (variant B) = 3811 | ||
Revision as of 00:06, 16 March 2023
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/v382/icons/icon_2120.png | http://cdn.projectgorgon.com/v376/icons/icon_.png | Error: Ability not found }}
{{ #replace: http://cdn.projectgorgon.com/v382/icons/icon_.png | http://cdn.projectgorgon.com/v376/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/v382/icons/icon_2120.png | http://cdn.projectgorgon.com/v376/icons/icon_.png | Error: Ability not found }}
{{ #replace: http://cdn.projectgorgon.com/v382/icons/icon_2120.png | http://cdn.projectgorgon.com/v376/icons/icon_.png | Error: Ability not found }}
{{ #replace: http://cdn.projectgorgon.com/v382/icons/icon_2120.png | http://cdn.projectgorgon.com/v376/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/v382/icons/icon_2120.png | http://cdn.projectgorgon.com/v376/icons/icon_.png | Error: Ability not found }}
{{ #replace: http://cdn.projectgorgon.com/v382/icons/icon_2120.png | http://cdn.projectgorgon.com/v376/icons/icon_.png
| Error: Ability not found }}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.)