Copying request from the mediawiki-api list. Tried to get the reporter to report this themselves, but apparently the restrictions put in place after the spam attack prevented that.
http://lists.wikimedia.org/pipermail/mediawiki-api/2011-November/002431.html
Hi All,
Will the useformat=mobile be supported by MediaWiki API where appropriate?
I am able to do the following for non mobile content
$.getJSON('http://en.wikipedia.org/w/api.php?action=parse&page='+encodeURIComponent(query)+'&prop=text&format=json&callback=?', function(json) {
// do stuff
});
It would be nice if adding the parameter useformat=mobile would get the json object of the mobile page content
like http://en.wikipedia.org/wiki/Main_Page?useformat=mobile&format=json
but this link returns a file containing a json object of the page content
Regards,
Asher Szmulewicz
Version: unspecified
Severity: enhancement