Module:Param Parse: Difference between revisions
no edit summary
mNo edit summary |
No edit summary |
||
Line 22:
end
function parse.image_smw(img)
return img and string.match(img, "File:.-%.png") or nil
end
|
mNo edit summary |
No edit summary |
||
Line 22:
end
function parse.image_smw(img)
return img and string.match(img, "File:.-%.png") or nil
end
|