when setting up roll templates, the roll template fields accept multiple lines of input (no html escapes required), so you can do things like this: &{template:default} {{name=Multiline Test}} {{This is a multiline left side text=This is a multiline right side text}} {{Field 2=Some Single Line Text}} As long as the ending double curly braces of the previous field and the starting curly braces of the next field are on the same line, the template will display correctly. While the left side won't always accept it (if for instance it's a predefined field name), the right side almost always does. EDIT: After some connection issues, was finally able to put this in a game chat to give an example image of output: