Module:Param Parse: Difference between revisions
m
no edit summary
mNo edit summary |
mNo edit summary |
||
Line 66:
function parse.image_name(img)
if img then
return string.match(img, '%[%[(File:
end
return nil
|