Last modified: 2011-12-06 01:29:13 UTC
Please add the pageid and/or the title to the parse output. Thanks.
Maybe all attributs like prop=info? The module cannot used as generator, so this can save a second query. At least pageid/ns/title/revid/redirect. Thanks.
(In reply to comment #1) > Maybe all attributs like prop=info? The module cannot used as generator, so > this can save a second query. > I think it should be able to be used as generator.
You can't use an action= module as a generator, that's impossible by design. It sounds like parse should really be an action=query submodule rather than a separate module. Worth thinking about, I guess.
(In reply to comment #3) > You can't use an action= module as a generator, that's impossible by design. > > It sounds like parse should really be an action=query submodule rather than a > separate module. Worth thinking about, I guess. > Or allow ApiQuery to operate on the ApiParse result. That would require several work on the query modules though.
I would really appreciate being able to get the data returned by action=query&prop=info. It isn't currently possible to get the last modified/touched date from a action=parse (even through screen scraping) and it seems wasteful to do a second request to get it.
*** Bug 28814 has been marked as a duplicate of this bug. ***