https://bugzilla.wikimedia.org/show_bug.cgi?id=38569
--- Comment #3 from [email protected] 2012-08-02 15:04:33 UTC --- A normal output should be something like this http://localhost/repo/api.php?action=wbgetitems&sites=enwiki&titles=Oxygen&props=sitelinks&format=jsonfm { "items": { "8": { "id": 8, "sitelinks": { "enwiki": { "site": "enwiki", "title": "Oxygen" }, "afwiki": { "site": "afwiki", "title": "Suurstof" }, "amwiki": { "site": "amwiki", "title": "\u12a6\u12ad\u1232\u1305\u1295" }, and an output with urls should look like this http://localhost/repo/api.php?action=wbgetitems&sites=enwiki&titles=Oxygen&props=sitelinks/urls&format=jsonfm { "items": { "8": { "id": 8, "sitelinks": { "enwiki": { "site": "enwiki", "title": "Oxygen", "url": "http:\/\/en.wikipedia.org\/wiki\/Oxygen" }, "afwiki": { "site": "afwiki", "title": "Suurstof", "url": "http:\/\/af.wikipedia.org\/wiki\/Suurstof" }, "amwiki": { "site": "amwiki", "title": "\u12a6\u12ad\u1232\u1305\u1295", "url": "http:\/\/am.wikipedia.org\/wiki\/%E1%8A%A6%E1%8A%AD%E1%88%B2%E1%8C%85%E1%8A%95" }, -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
