I have a simple semantic query such as
{{#ask: [[Category:Foo]] |?format=template |?template=orderedtable }}
where the template used the <in />
to enumerate the results.
Question is how does one "reset" the counter on the page so that the next inline query, say
{{#ask: [[Category:Bar]] |?format=template |?template=orderedtable }}
starts with "1". Thanks!