Template:ImageMap

From Stoneshard wiki
Revision as of 21:13, 18 May 2020 by old>Realpsojed (Forgot position:relative for new div so that absolute divs align with it. Added margin: auto to keep the original look of thumb.)
Jump to navigation Jump to search
Template-info.png Documentation

This template partially replicates the function of the imagemap plugin, but only uses mediawiki templates instead of html image tag. This template creates the main body using the size and image provided and adds the formatting, while Template:MapArea is used for individual areas of the image to produce clickable links that also display tooltips on hover (unlike the plugin where this doesn't work).

Example usage from Swords (skill tree)

{{ImageMap|338px|Swords_skilltree.png|
{{MapArea|Blade Maintenance|39|63|62}}
{{MapArea|Honed Edge|39|162|62}}
{{MapArea|Fencer's Stance|39|392|62}}
{{MapArea|Cleaving Strike|138|63|62}}
{{MapArea|Onrush|138|253|62}}
{{MapArea|Endurance Training|138|392|62}}
{{MapArea|Keeping Distance|237|136|62}}
{{MapArea|Gloat|237|324|62}}
|thumb=right
|caption=Hover over the skill icons to view the detailed descriptions.
}}