I'm trying to create a tooltip related to world of warcraft.
Some descriptions have
|TInterface\ICONS\inv_offhand_1h_ulduarraid_d_01:24:24:1.75:1.75|t Rest of description
how can I change this string into
<img src='images/interface/icons/inv_offhand_1h_ulduarraid_d_01.png' width='24' height='24'> Rest of description
Many thanks