Coal Powered Puppet said: The idea of using a button on a template to display a lot of text upon command is appealing. "What does that power do again?" kind of thing. Took me a bit, but I got it to work. Now figuring out how to put it into the sheet... Speaking of which, how does one style that button? Can it be style? To put it in the sheet, you will need a hidden roll button so you have an ability you can call. As for styling the button...yep. You can do that: .sheet-rolltemplate-roll .sheet-templateButton > a[href^="~"], .sheet-rolltemplate-damage .sheet-templateButton > a[href^="~"] { background-color: #900C3F; font-weight: bold; } :) Edit: You'd of course need to swap out the appropriate roll template info...but the important bit is the > a[href^="~"]