Purpose

To render a small tooltip text - that can be seen if the mouse is hoovered over the text

 

Details

Macro Name

tooltip

Macro-TitleTooltip
DescriptionThis Macro created a Tooltip - shown if the text is hoovered
CategoriesConfluence Content
Documentation URL 

Definition of User Macro

(afkryds)No macro body
(fejl)Escaped
(fejl)Unrendered
(fejl)Rendered
Referencehttps://confluence.atlassian.com/display/DISC/Add+Tool+Tip+to+Normal+Text

Macro Code

## @param tip:title=Tip|type=string|required=true|desc=enter a tip
## @param text:title=Text|type=string|required=true|desc=enter a text
## @param color:title=Color|type=string|required=true|default=#ACACAC|desc=enter a color
<a style="text-decoration:none; border-bottom:2px dotted; border-bottom-color:$paramcolor" title="$paramtip">$paramtext</a>