ShipsQuickinfo v1.6 Documentation

Quickstart | HTML <head>-Generator | Test the script | Option: appendButton | Option: defaultTab | Option: defaultShipView | Option: tooltipTitle | Bundled Ships

Quickstart

1) Integrate the script in your pages

Use the HTML <head> generator to build the required javascript includes for your website.

2) Add a link tag to ship names

For a ship name to be transformed, you have to put an <a> tag around it with the rel attribute, like this:

<a rel="ShipsQuickinfo">Hulk</a>

IMPORTANT: the script will use the content of the <a> tag as the name of the ship to search for, so it must ONLY contain the ship's name, nothing else.

Wrong: <a rel="ShipsQuickinfo">Hulk (Exhumer)</a>
Wrong: <a rel="ShipsQuickinfo"><b>Hulk</b></a>

Also, the ship name has to be correct. The script does not check for spelling errors :)

Included examples & tools