Module:Param Parse: Difference between revisions
no edit summary
Tag: Undo |
No edit summary |
||
Line 15:
-- Standardized image function
name = 'image',
func = parse.image,
smw_property = 'Image',
smw_func = parse.image_smw,
empty = '[[Special:Upload|Please upload an image!]]',
category_incomplete = 'Needs image'
}
function parse.image_func(img)
if img and img:find('%S') then
return img
|