matchText (dURL, "rExp", shortImageFile) -- https://commons.wikimedia.org/wiki/(File:.+)
Given a match we fetch the page_Array:
getprop page_Array [shortImageFile] put "Wikimedia Image" into pTitle put "Drag these images to your source page..." into someText put pageArray_Construct (pTitle, someText) into pageArray wikicommons_FetchAndAddTwoImages pageArray, shortImageFile pageArray_CleanJournal pageArray return pageArray end page_Array