https://bugzilla.wikimedia.org/show_bug.cgi?id=35647
--- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-04-02 16:52:24 UTC --- I don't think it's stored in way you can find out.. For example on my dev wiki, it seems they are returned in alphabetical order <page pageid="1" ns="0" title="Main Page"> <images> <im ns="6" title="File:Blah.png" /> <im ns="6" title="File:Sommeimagge.png" /> mysql> select * from mw_imagelinks; +---------+------------------------------------------------+ | il_from | il_to | +---------+------------------------------------------------+ | 1 | Blah.png | | 1 | Sommeimagge.png | You'd probably have to regex scrape the page text... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
