On Thu, Jul 31, 2008 at 8:56 PM, Bryan Tong Minh bryan.tongminh@gmail.com wrote:
On Thu, Jul 31, 2008 at 9:36 PM, Magnus Manske magnusmanske@googlemail.com wrote:
So far, I've found two things query.php does which api.php does not:
- give bit depth of image (not exactly critical for my purposes, though)
I may or may not fix this tonight.
- for redirect pages, give the redirect target (this could affect a
tool of mine)
http://en.wikipedia.org/w/api.php?action=query&titles=-100&prop=info&redirects
Ah! Thanks.
I also see that some query.php functions return properties "touched" (not the same as timestamp, apparently) and "revid". This is not critical AFAIK, and could be replaced with another query; that, however, seems inefficient.
Magnus