Vanakoji said: Bascially, relpace } with } for the most part. You have to replace any | and , as well and the code for that is seen above. For example, if you were to take the template from your original post and add it to the normal text query, you would get something like ?{What action| None, | Dash, **Okori Dashes using his Cunning Action** He may move [[2*@{speed}]] feet. | Disengage, **Okori Disengages using his Cunning Action** His movement don't provoke opportunity attacks for the rest of the turn. | Hide, **Okori Hides using his Cunning Action** [[1d20]] **Stealth roll attempt** VS Active Perception | Second Wind, &{template:default} {{name=Second Wind}} {{Heal Self=[[1d10]] HP}} {{Description= Okori draws from his limited well of stamina to protect himself from harm.}} {{Type Action= Bonus Action}}} If you follow the same format, you can enter anything in the template like that. Using your editted code i managed to input all the actions as a template!, thanks a lot!!! here it is for anyone interested: ?{What action| None, | Dash, &{template:default} {{name=Cunning action - Dash}} {{Bonus movement=[[2*@{speed}]] ft}} {{Description= Okori Dashes using his Cunning Action.}} {{Type Action= Bonus Action}} | Disengage, &{template:default} {{name=Cunning action - Disengage}} {{Description= Okori's movement don't provoke **Attacks of Opportunity** for the rest of the turn.}} {{Type Action= Bonus Action}} | Hide, &{template:default} {{name=Cunning Action - Hide}} {{Stealth roll=[[1d20+@{stealth_bonus}]]}} {{contested by= Enemy Perception check roll}} {{Description= Okori Attemps to hide after breaking line of sight with the enemy. On a succesful roll Okori becomes stealthed. An enemy may take an action(perception check) during their turn to search for okori. }} {{Type Action= Bonus Action}} | Second Wind, &{template:default} {{name=Second Wind}} {{Heal Self=[[1d10+@{base_level}]] HP}} {{Description= Okori draws from his limited well of stamina to protect himself from harm.}} {{Type Action= Bonus Action}}}