I constructed a nested query that called abilities, which worked fine if the called ability was simple.  As soon as I added a simple task to the ability, such as a template, the query no longer functioned correctly.  My query was constructed as  ?{Type?|Sky,?{Size Sky?|Large,%{Chimera Transform|SkyLarge}|Medium,%{Chimera Transform|SkyMedium}}|Land, ?{Size?|Large,%{Chimera Transform|LandLarge}|Medium,%{Chimera Transform|LandMedium}  }}   Inside the various abilities, I simply had a template as  &{template:desc} {{desc=A target is transformed into a large Sky Chimera with a level spell.}}   Any suggestions as to what to change to make this work?     Thanks!