Last modified: 2012-05-06 03:18:33 UTC
The parsed pageprops are not avaiable by action=parse.
avaiable => available
Would really like to see this implemented - would save making a second call to the API for action=query&prop=info in order to get the last modified timestamp.
(In reply to comment #2) > Would really like to see this implemented - would save making a second call to > the API for action=query&prop=info in order to get the last modified timestamp. I think you misunderstand what this bug is about. lastmodified timestamp is not stored in the page_props (Which is quite different from what action=query&prop=info shows. page_props stores stuff like if __HIDDENCAT__ is on a category). Additionally, in theory action=parse is primarily working with the wikitext, not the page, so I don't think adding a last modified timestamp would make sense there.
*** This bug has been marked as a duplicate of bug 25134 ***
reopen per comment 3 it is *not* prop=info in this bug. This bug is for prop=pageprops for the current parsed wikitext (ParserOutput::getProperties()). Sorry, if this was unclear in my bug description.
a patch commited with Gerrit change #6715
successfully merged