Module:Param Parse: Difference between revisions
Update image matching function
(Fixing image functions) |
(Update image matching function) |
||
Line 58:
end
function parse.image_smw(img)
return img and string.match(img, "File:.*%.%w%w%w") or nil
end
parse.image = {
|