ShipsQuickinfo v1.6 Documentation

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

Configuration options

Option: appendButton

The graphical button that is appended to links can be turned off. The default behavior is that it is added automatically if the source link had an href attribute. However you can turn it off entirely with this option, regardless of wether the href is present.

<script type="text/javascript">
    ShipsQuickinfo.appendButton = false;
</script>

Note: You do not have to specify the <a> tag's href attribute at all when using this option, as it is not used:

<a rel="ShipsQuickinfo">Manticore<a>

Example links