Can a Query have name and a value in a Abilities Macro. Other than choosing either a name, or a value, can you choose a name and value and have it display both the name and the value ? I am trying to add a macro to a character that will offer 3 types of attacks from the attributes modifiers of a character to select from "+ [[?{Attack Type|Fighting,@{Fighting}|Shooting-Ranged Weapons,@{Shooting-Ranged Weapons}|Strength,@{Strength}}]] " then ask for any special skills or item bonus " + [[?{Special Skills and Item Bonus if Any|+0,0|+1,1 | +2, 2 | +3, 3 | +4, 4| +5, 5}]] " then show the itemized results with : the d20 roll result, the amount of the added attribute from the attribute list and which attribute was added , the amount added for Special Skills and Item Bonus if Any , and the total result, ''{{ Rolls a D20 $[[0]]}} {{ + $[[1]] Skill Points}} {{ + $[[2]] Special Item or skill }} {{==$[[3]] **TOTAL** }}'' Then I want it to show which attribute and modifier was added. This is the part I can't get cause it will only show the modifier from the attribute and not which Attribute was selected '' {{for Attack with+ $[[1]] Skill}} '' What I have so far in its entirety - :&{template:default} [[ [[1d20]] + [[?{Attack Type|Fighting,@{Fighting}|Shooting-Ranged Weapons,@{Shooting-Ranged Weapons}|Strength,@{Strength}}]] + [[?{Special Skills or Item Bonus|+0,0|+1,1 | +2, 2 | +3, 3 | +4, 4| +5, 5}]] ]] {{name= Attack Roll }} {{ Rolls a D20 $[[0]]}} {{ + $[[1]] Skill Points}} {{ + $[[2]] Special Item or skill }} {{==$[[3]] **TOTAL** }} {{for Attack with+ $[[1]] skill}}