Open main menu

Project: Gorgon Wiki β

Changes

Template:Ability icon/doc

893 bytes added, 14:06, 27 March 2017
Created page with "__NOTOC__ ==Description== This accepts an ability 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 Exa..."
__NOTOC__
==Description==
This accepts an ability 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==
<pre>
{{Ability icon|<name>}}
</pre>

== 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")

== Examples ==

=== Basic Use ===
<pre>{{Ability icon|Regrowth}} {{Ability icon|Ring of Fire}}</pre>
{{Ability icon|Regrowth}} {{Ability icon|Ring of Fire}}


=== Forcing 32x32 size ===
<pre><span class="extimage32px">{{Ability icon|Regrowth}}</span></pre>
<span class="extimage32px">{{Ability icon|Regrowth}}</span>


=== Forcing 64x64 size ===
<pre><span class="extimage64px">{{Ability icon|Ring of Fire}}</span></pre>
<span class="extimage64px">{{Ability icon|Ring of Fire}}</span>
1,690
edits