When requesting a list of images from wikipedia API, the API can not always return the images in the right order.
Reproduce steps
- API image info get request: https://www.mediawiki.org/wiki/API:Imageinfo
- Set param titles as a string that consists the titles of several images seperated by '|'
- Example titles: File:Albert%20Einstein%20Head.jpg|File:Pusa_hispida_pup.jpg|File:PD-icon.svg|usa_hispida_saimensis_at_the_Finnish_Museum_of_Natural_History_20110824|File:Pusa_hispida_hispida_NOAA_1_(cropped).jpg
Expected result
All image pages are returned in the same order as the titles
Actual result
Some image pages are not returned in the same order as the titles