AlbionOnline2d Tooltips

You can use our tooltips on your own website, for all items, abilities, quests and more. The script is very lightweight, no dependencies required.

Example: Expert's Carving Sword

Setup

  • Include the tooltip script in the head of your website:
    <script async src="https://albiononline2d.com/albiondb-tooltips.min.js"></script>
  • Add a link to an item or other database page on your site:
    <a href="/item/id/T5_2H_CLEAVER_HELL@2">Expert's Carving Sword</a>

Options

You can customize the tooltips by adding query params to the link. For items, you can set the item power and show/hide certain sections of the tooltips:

<a href="/item/id/T5_2H_CLEAVER_HELL@2?itempower=1111&spells=false&stats=false&prices=false">Expert's Carving Sword</a>

If you need help or custom features, contact us on Discord.