Tooltips

Our tooltips script allows you to add Ashes of Creation tooltips to your own site.
You can use it to show detailed information about the database like items, recipes and abilities.

The tooltip works by hovering over a link or image, and it will display a popup with the information like this example.

How to use

You need to include the following script in your HTML, inside the <head> tag:
<script src="https://ashesmmo.com/tooltips.js"></script>

You can then add tooltips to your site by using the following HTML:
- Example 1 Item: 2nd Sword Division's Cloak
<a href="https://ashesmmo.com/database/items/128/2nd-sword-divisions-cloak">2nd Sword Division's Cloak</a>

- Example 2 Ability: Barrier
<a href="https://ashesmmo.com/database/abilities/59/barrier">Barrier</a>

- Example 3 Rare Recipe: Weaponsmithing T1 Weapon Shield OH Copper
<a href="https://ashesmmo.com/database/recipes/360/weaponsmithing-t1-weapon-shield-oh-copper#rare">Weaponsmithing T1 Weapon Shield OH Copper</a>

- Example 4 Heroic Image:
<a href="https://ashesmmo.com/database/items/128/2nd-sword-divisions-cloak#heroic"><img src="https://ashesmmo.com/storage/ashes/items/128.webp"></a>