
So I'm trying to style the output of the text I get when I call something lie [[1t[Trinkets]]] using this method . I created this macro: &{template:npcaction} {{rname=?{Table Name}}} {{description=[[[1t[?{Table Name}]]]](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; font-size: 12px; color: #3163f7;")}} and it gives me the correct style, but not the correct text: If I add space around the inline roll, I get the correct text, minus the style: The way the text looks in that screenshot is the same way it would look if I just omitted the style altogether along with the extra square brackets. Does anyone know how to insert the text of the result of an inline call to a roll tablet into a link in order to be able to apply the css to it?