Also, I’m noticing changed variables aren’t reflecting in special pages.
Like if I start with VAR test = 1
and
=== specialPage ===
# Special_Page: Page Test
{test}
it will show 1
but if at some point I add one to the stat (I’ve tried both the typical ~alter(test,1) and the base ~test += 1) but it doesn’t change in the special page. This is the same for adding to lists, but I haven’t checked other kinds of variables yet.
Am I missing something?