https://commons.wikimedia.org/wiki/(File:.+.ogg) function parse_Url dURL, shortFile get "An audio from the commons..." put wikicommons_ConstructAudioPageArray ("Wikimedia Audio", it, dURL, shortFile) into pArray return pArray end parse_Url
If more params are needed, we can access a standard custom property of the controller:
put the param_Array of me into pArray put pArray ["pageTitle"] into pageTitle put pArray ["sNum"] into sNum
Where pArray can be constructed using:
put "pageTitle, sNum" into pNames put the number of items of pNames into maxNUm repeat with itemNum = 1 to maxNUm put item itemNum of pNames into pName put value (asfd) into pArray [pName] end reepat