Template:MapArea/doc

From Stoneshard wiki
< Template:MapArea
Revision as of 12:45, 8 October 2020 by old>Realpsojed (modified description)
Jump to navigation Jump to search
Template-info.png Documentation

This template partially replicates the function of the imagemap plugin. It uses div links with absolute position over the images instead of the html image tag. This template is used together with Template:ImageMap and creates the individual areas of the image to produce clickable links. These were created to display link tooltips on hover (those don't work with html image tags). This template is also used by the Template:Skill_list to create a row of Enemy NPC skills.

{{MapArea|skill_name|left|top|width|height(=width if not specified)|border(not required)}}

Example usage from Swords (skill tree)

{{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}}

In both cases, an encasing div is provided by the senior template. Using this template without an encasing div would break the flow of the page.