[02:27:58] I can't seem to get {{subst:#if: ... }} to actually expand when I use it in a template. It just turns into the literal text {{subst:#if: ... }} on the page. [05:04:40] taylan: You can't really use subst in a template (unless that template is also subst-ed). Do you maybe want safesubst: ? [05:07:37] What I was trying to accomplish is: When I call a template with {{subst: my template}} it should be substituted into {{my template | blah blah}} in the saved page. To this effect, I'm trying something like {{subst:#if: {{{1|}}} | Use {{{1}}} here | {{ {{{|subst:}}} my template | blah blah }} }} [05:09:07] I guess that won't really work, b/c once it's {{my template | blah blah}}, that subst:#if won't do what it's supposed to [05:09:44] Anyway for now I solved it by using a separate template that can be called like {{subst: insert my template }} which inserts {{my template | blah blah}} [05:10:31] (I've named it the same name with "insert" at the start to make it obvious what it's for) [05:13:24] I'm not sure i entirely understand what you're doing, but it sounds like safesubst: might be what you need - it does subst: if possible but is like a normal template include if it is not possible to subst [11:48:26] Do pages using Cargo queries get updated automatically when the table changes?