I'm trying to create macros that can cast my level 90 talent depending on what it is without me having to create multiple macros for my talents.

I use a macro thats just:
Code:
##showtooltip [modifier:alt] Divine Favor; [modifier:shift] Avenging Wrath; Holy Prism
/cast [modifier:alt] Divine Favor; [modifier:shift] Avenging Wrath; Holy Prism
However I need to constantly swap this macro in and out for when I switch my 90 talent. Is there a way to write it so that I don't have to?