Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Change appearance of the text in my roll table format?

I would like the text in the description area to not be bolded and/or purpled boxed if at all possible for an inline roll. Here's what my macro is currently: &{template:npcaction} {{rname=Wild Magic Effect}} {{description=[[1t[Wild-Magic]]]}} Thank you for your help!
1710552607

Edited 1710638096
GiGs
Pro
Sheet Author
API Scripter
The text there is styled the way it is because it's in an inline roll: [[1t[Wild-Magic]]]. As far as I'm aware, there's no way to undo that without being able to edit the character sheet code and change the styling of that rolltemplate output. If you're using any of the By Roll20 sheets, you can't do this (they hide the code), and you don't want to do it with any community sheets that are still being updated (you lose access to any future updates). There are markdown commands to make text bold and/or italic, but not to remove those stylings. To make this change is pretty complex. If your sheet has multiple rolltemplates available, others might have an appearance you find more attractive. Try them all.
1710553874
Gauss
Forum Champion
My suggestion is to switch to a different template that has a different output. There are a variety of templates available.  Example:  &{template:traits} {{name=Wild Magic Effect}} {{description=[[1t[Wild-Magic]]]}}
Alright, thank you both very much! I'll try out some other templates!