I'm trying to use recursive tables with the default roll template as a simple weather generator. I have a table for variations in degrees with inline rolls for the table items. I'm also using a query for each month in the calendar with a base temperature for each month. The problem is that the temperature is coming up the same every month as just the base temp, so it seems as though the recursive table part is not rolling. Here's the offending part of the macro: {{Temperature=[[?{Month?|Hammer,0|Alturiak,2|Ches,5|Tarsakh,10|Mirtul,15|Kythorn,20|Flamerule,25|Eleasis,20|Eleint,15|Marpenoth,10|Uktar,5|Nightal,2}+[[1t[Temperature] ]] ]] degrees}}
at the beginning, I've got the !rt command before the template command, as follows: !rt &{template:default} So, am I missing something?