Introduced in Tiki3
Use this wiki plugin to display hidden content by mousing over text.
This code:
{MOUSEOVER(label="Hello" offsetx="4" offsety="15")}Hello over there. It's fine!{MOUSEOVER}
Would produce: HelloHello over there. It's fine!
{MOUSEOVER(label="Sticky" sticky="y" parse="y" offsetx="4" offsety="15")}This is a ''sticky'' popup{MOUSEOVER}
Would produce: StickyThis is a sticky popup