In my Bio & Info on my character sheet, I have written my magic items. I want the DM to be able to click the text, and it will output a whisper to him with the magic item's description. I know it works if I create a macro under the Collection tab and use: (back tic)#name-of-the-macro. I cannot make it work if I create the macro on the character sheet and use: (back tic) ~ name-of-the-macro. Can I escape creating any macros? and instead, use some kind of HTML trick to make it display correctly in chat when clicked?? Main template/macro: /w gm &{template:traits} {{name=Cloak of Displacement}} {{source=Other: Magic Item}} {{description=*Wondrous item, rare (requires attunement)* While you wear this cloak, it projects an Illusion that makes you appear to be standing in a place near your actual location, causing any creature to have disadvantage on Attack rolls against you. If you take damage, the property ceases to function until the start of your next turn. This property is suppressed while you are Incapacitated, Restrained, or otherwise unable to move.}} Main macro with html-entities and it suddenly doesn't work: / gm &{template:traits} {{name=Cloak of Displacement}} {{source=Other: Magic Item}} {{description=*Wondrous item, rare (requires attunement)* 
 While you wear this cloak, it projects an Illusion that makes you appear to be standing in a place near your actual location, causing any creature to have disadvantage on Attack rolls against you. If you take damage, the property ceases to function until the start of your next turn. This property is suppressed while you are Incapacitated, Restrained, or otherwise unable to move.}}