https://bugzilla.wikimedia.org/show_bug.cgi?id=23936

           Summary: Add "displaytitle" to query/info API
           Product: MediaWiki
           Version: 1.17-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]


Some pages have a display title different from the title for instance the page
"IPad" has a display title of "iPad".

The "parse" API correctly returns the display title:
http://en.wikipedia.org/w/api.php?action=parse&page=IPad
<?xml version="1.0"?>
<api>
  <parse displaytitle="iPad" revid="367656791">
  ...

But the "query" / "info" API does not:
http://en.wikipedia.org/w/api.php?action=query&prop=info&titles=IPad
<?xml version="1.0"?>
<api>
  <query>
    <pages>
      <page pageid="25970423" ns="0" title="IPad"
touched="2010-06-12T20:42:33Z" lastrevid="367656791" counter="0" length="62248"
/>
    </pages>
  </query>
</api>

Please add a "displaytitle" attribute to the "query" / "info" API.

-- 
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

Reply via email to