You can substitute pc1, pc2, pc3, etc. With the actual character name. Use the character name with each attribute call as well. &{template:default} {{name=Health Check}} {{Bob= AC @{Bob|ac} - HP @{Bob|hp} / @{Bob|hp|max}}} {{Sue= AC @{Sue|ac} - HP @{Sue|hp} / @{Sue|hp|max}}} Each sheet uses specific attribute names, so showing initiative will depend on the sheet you are using, but it might look something like; &{template:default} {{name=Initiative}} {{Bob=@{Bob|init}}} {{Sue=@{Sue|init}}} Are you wanting to actually roll initiative and add the characters to the turn order? &{template:default} {{name=Roll Initiative}} {{Bob=[[1d20 + @{Bob|init} &{tracker} ]] }} {{Sue=[[1d20 + @{Sue|init} &{tracker} ]] }}