Past: Sheet abilities with "Show as Token Action" clutter the screen. Each ability uses &{template:default}. I created an ability called "SkillMenu" that creates a chat menu listing abilities and even put them inside a template. Now chat is cluttered. I want a drop down menu instead. This requires HTML entities replacement text. What works: SkillMenu ?{Skill |Skill1, %{selected|Skill1} |Skill2,%{selected|Skill2} } Skill1 &{template:default}{{Skill1=[[1d6+100]]}} I want to add name & add attribute to the role calculation so that it looks like this: However, it breaks when add a template name or attribute to Skill1 ability: Normal With HTML replacements Template Name &{template:default&{{name=@{selected|token_name}}}{{Skill1=[[1d6+100]]}} &{template:default}{{name=@{selected|token_name}}}{{Skill1=[[1d6+100]]}} Attribute &{template:default}{{Skill1=[[1d6+@{Intelligence}]]}} &{template:default}{{Skill1=[[1d6+@{Intelligence}]]}}