Template:Aospell
This template displays an ability's icon and name formatted as a link to the relevant page. It has various options for icon size, displaying text next to or underneath the icon, and customizing text displayed and/or the page it links to. Importantly, this template includes a fix for some icons that don't display correctly when directly using the <aospell>
API call.
All icons are pulled directly from the Albion game engine via its API; if you notice any icons missing or incorrect, please let us know on the Trello tracking page (requires a Trello account to comment) or in the #wiki-discussion channel of the Albion Discord server. For any other questions or comments, please reach out to our community in the #wiki-discussion channel.
See Also
For some pages you may want to insert the full description of an ability's effects. To do this, use the {{:ABILITY_NAME}}
template (make sure to include the colon before the name). This will insert a table--including name, icon, ability description, energy cost, cooldown, etc--that also links to the main page for that ability.
Usage
Basic Usage:
{{aospell|name=ABILITY_NAME}}
or simply:
{{aospell|ABILITY_NAME}}
This will display the icon for ABILITY_NAME at standard size with ABILITY_NAME next to it, and link to the ABILITY_NAME page.
Important:
- All names are case sensitive. Always put names in Title Caps (every word capitalized).
- If using the shortened version (omitting
name=
) with any optional parameters, make sure to put ABILITY_NAME first.
Examples:
{{aospell|name=Aggressive Caster}}
Aggressive Caster
{{aospell|Energetic}}
Energetic
Optional Parameters - Overview
General Options | |
---|---|
size=
|
small / inline medium / standard large / standalone extra large / full
|
text below=
|
yes or no
|
Customization Options | |
text=
|
CUSTOM_TEXT or none
|
page link=
|
PAGE_NAME
|
General Options
| size = ICON_SIZE | text below = "yes"/"no"
These options let you pick the size of the icon, and whether the text is shown next to or below the icon. By default, icons are set to "medium" size and text is inline with the icon.
Examples:
Size | |
---|---|
{{aospell|name=Reawaken | size=small}} {{aospell |name=Reawaken | size=medium}} {{aospell | name=Reawaken | size=large}} {{aospell | name=Reawaken | size=extra large}} |
![]() ![]() ![]() ![]() |
Text Below | |
{{aospell |name=Reawaken | text below=no}}
|
![]() |
{{aospell |name=Reawaken | text below=yes}}
|
![]() Reawaken |
Customization Options
| text = CUSTOM_TEXT | page link = PAGE_TITLE
These options let you customize the text that accompanies the icon and the page the whole thing links to. If text
is set to none
(case sensitive), then no text will be displayed at all. Note that, because the icon is also a link, you can still use text=none
(icon only) with custom page links if desired.
Examples:
No Text | |
---|---|
{{aospell |name=Reawaken | text=none}}
|
![]() |
Custom Text | |
{{aospell |name=Reawaken | text=Revive Spell}}
|
![]() |
Custom Page Link | |
{{aospell |name=Reawaken | page link=Holy Staff}}
|
![]() |
Combined | |
{{aospell |name=Reawaken | text=Healing Spells | page link=Holy Staff}}
|
![]() |
The above documentation is transcluded from Template:Aospell/doc. (edit | history)