Template:Ability icon/doc

From Project: Gorgon Wiki
< Template:Ability icon
Revision as of 14:06, 27 March 2017 by Extractum11 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

{{Ability icon|<name>}}

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

{{Ability icon|Regrowth}} {{Ability icon|Ring of Fire}}

icon_3480.png icon_2120.png


Forcing 32x32 size

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

icon_3480.png


Forcing 64x64 size

<span class="extimage64px">{{Ability icon|Ring of Fire}}</span>

icon_2120.png