In the newest sheet I'm building I have a roll button that uses a macro variable within a roll template call. Example: &{template:magic} {{name=@{name}}} {{character=@{character_name}}} {{^{intensity-u}=[[?{Intensity|1}]]}} The ^{intensity-u} properly translates the key in the roll template but how to I get the translated value when it prompts for the user input? I tried the following which didn't work: &{template:magic} {{name=@{name}}} {{character=@{character_name}}} {{^{intensity-u}=[[?{^{intensity-u}|1}]]}}