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

           Summary: Inline links to files are not reported by the API
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


Visit the URL
http://en.wikipedia.org/w/api.php?action=query&prop=links&titles=User:Carnildo/sandbox7

Expected result:
<?xml version="1.0"?>
<api>
  <query>
    <pages>
      <page pageid="2014995" ns="2" title="User:Carnildo/sandbox7">
        <links>
          <pl ns="6" title="File:Example.png" />
        </links>
      </page>
    </pages>
  </query>
</api>

Actual result:
<?xml version="1.0"?>
<api>
  <query>
    <pages>
      <page pageid="16393778" ns="2" title="User:Carnildo/sandbox7" />
    </pages>
  </query>
</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