1====== Tooltips ======
2
3<code html><tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...</code>
4
5<tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...
6
7==== Attributes ====
8
9^ Attribute    ^ Default Value ^ Allowed Values ^ Description ^
10| ''title''    | required | | Title of tooltip |
11| ''location'' | ''top'' | ''top'', ''bottom'', ''left'', ''right'', ''auto'' | Location of tooltip |
12| ''html''     | ''false'' | ''true'', ''false'' | Enable DokuWiki syntax inside the ''title'' |
13