Difference between revisions of "Template:Combat Ability icon/doc"
From Project: Gorgon Wiki
(Shifted content to doc page.) |
(No difference)
|
Latest revision as of 12:34, 17 December 2023
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}}
Forcing resize to 32x32
<span class="extimage32px">{{Combat Ability icon|IceSlimeKick}}</span>
Forcing resize to 64x64
<span class="extimage64px">{{Combat Ability icon|IceSlimeKick}}</span>