https://bugzilla.wikimedia.org/show_bug.cgi?id=25232

--- Comment #1 from Roan Kattouw <roan.katt...@gmail.com> 2010-09-21 15:22:09 
UTC ---
Query submodules can be called in conjunction with other query submodules, like
so:

api.php?action=query&list=allpages&meta=siteinfo|userinfo&prop=info|revisions

In this case, if your module would switch to a custom printer, the others would
quite likely freak out. Architecturally, the ApiQuery class is the main module
being called and it is ApiQuery that determines the custom printer etc.; it
only calls ApiQuery* classes to populate parts of its result, but those classes
aren't fully-fledged modules.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to