You are not logged in.

English
Database
Site

TORCommunity SWTOR Tooltips


It's very easy to embed TORCommunity SWTOR Tooltips on your own blog, forum, or website. Abilities, Achievements, Codex, Companions, Schematics, Items, Missions, NPCs, and more are all supported in English, French, and German languages.

Please use our Databases to lookup the appropriate links you need.

Simple Tooltips

Copy and paste this code somewhere in the footer of your website to embed the simple version of our tooltips (no link coloring):

<script src="https://torcommunity.com/db/tooltip_loader.js"></script>

Advanced Tooltips

You can also add options such as link coloring or the ablity to hide the icon in front of the link. Copy and paste this code somewhere in the footer of your website to embed the advanced version of our tooltips:

<script>var torc_tooltips = { "prettylinks": true, "iconlinks": true, "notextlargeicon": false, "override": false };</script>
<script src="https://torcommunity.com/db/tooltip_loader.js"></script>

Available Options

  • prettylinks - Color the database link names based on their quality/type. Disabled by default (set to true to enable).
  • iconlinks - Add small 20x20 icon images in front of database links. Enabled by default (set to false to disable).
  • notextlargeicon - Removes the text and shows a 54px by 54px icon with border instead. Disabled by default (set to true to enable).
  • override - Overrides old Torhead or Ask Mr. Robot links on a page, replacing them with TORCommunity tooltips/links. Disabled by default (set to true to enable).
  • renamelinks - Change the database link URLs to include the name of that they link to. Disabled by default (coming soon - not available yet).
  • language - Changes language from English (default) to French (fr-fr) or German (de-de).
  • restyle - Whether to automatically change the text + icon content of database links on the page to the TORCommunity database entry. Enabled by default (set to false to disable).
Language Examples
French
<script>var torc_tooltips = { "prettylinks": true, "iconlinks": true, "notextlargeicon": false, "override": false, "language": "fr-fr" };</script>
<script src="https://torcommunity.com/db/tooltip_loader.js"></script>

German
<script>var torc_tooltips = { "prettylinks": true, "iconlinks": true, "notextlargeicon": false, "override": false, "language": "de-de" };</script>
<script src="https://torcommunity.com/db/tooltip_loader.js"></script>

Additional Features

If you don't want the text/links restyled at all, you can add the following code to your anchor tags:

<a data-torc="norestyle"></a>

Example

<a data-torc="norestyle" href="https://torcommunity.com/database/schematic/acoZ8pF/resurrected+field+medics+suit/"></a>

If you are updating content on your page dynamically, you may need to "rescan" your page for tooltips. You can do this by calling:

initTooltips()

Tooltip Examples

Test

About the Author
Hayward
Author: Hayward
Hayward founded TORCommunity in 2008 the day after SWTOR was announced. Engineer by day, software dev by night, he does his best to keep the site up to date.