Difference between revisions of "Template:TooltipImage"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#if:{{{thumb|}}}|{{#switch:{{{thumb}}} | ||
{{#if:{{{ | |left|right=<div class{{=}}"thumb t{{{thumb}}}"> | ||
<noinclude>{{doc}} | |center=<div class{{=}}"center"><div class{{=}}"thumb tnone"> | ||
[[Category: | |<div class{{=}}"thumb tnone"> | ||
</noinclude> | }}<div class="thumbinner" style="display:inline-block;position:relative"><div style="width:{{{1}}};height:{{{2}}};margin:auto;position:relative;">|<div style="display:inline-block;position:relative">}}{{{areas|{{{3|}}}}}}{{#if:{{{thumb|}}}|</div>}}{{#if:{{{thumb|}}}|<div class="thumbcaption"><div class="magnify">[[:File:|<div class="Internal"></div>]]</div>{{{caption|}}}</div></div></div>{{#ifeq:{{{thumb}}}|center|</div>}}}}</div></includeonly><noinclude>{{doc}} | ||
[[Category:Templates]]</noinclude> |
Revision as of 10:53, 28 July 2022
Documentation
[purge]
This template partially replicates the function of the Imagemap plugin. This template is primarily used together with {{ImageMap}}
. It creates the clickable image/links in specified areas of the image, that also display tooltips on hover.
{{MapArea|skill_name|left|top|width|height(=width if not specified)|border(optional)}}
Example usage from Swords (skill tree)
{{ImageMap|338px|Swords_skilltree.png| {{TooltipImage|Cleaving Strike|35|84|62}} {{TooltipImage|Blade Maintenance|135|84|62}} {{TooltipImage|Keeping Distance|235|84|62}} {{TooltipImage|Gloat|35|230|62}} {{TooltipImage|Fencer's Stance|135|230|62}} {{TooltipImage|Endurance Training|235|230|62}} {{TooltipImage|Honed Edge|85|376|62}} {{TooltipImage|Onrush|187|376|62}} |thumb=right |caption=Hover over the skill icons to view the detailed descriptions. }}