https://bugzilla.wikimedia.org/show_bug.cgi?id=31829
--- Comment #3 from Jeroen De Dauw <[email protected]> 2011-10-19 21:49:29 UTC --- I'm actually not convinced that having format=count in ask is the best thing to do either. There is more reason to do that in ask then in subpages though, since the query parsing part of the code is significant and the same in both situations. For subpages, getting the count just needs a count query which gets directly returned. If you want a list, the query needs to select the actual pages with some limit, which then need to be formatted in some way. So you have not only a different query, but also something different that's returned (a number vs a list). Furthermore I think you do not need the intro and outro params for numbers, you can just put them in between whatever you want. So in my eyes it's completely different code, not the same. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
