Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Tag: Undo |
No edit summary |
||
Line 15: | Line 15: | ||
-- Standardized image function |
-- Standardized image function |
||
parse.image = { |
|||
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 |
if img and img:find('%S') then |
||
return img |
return img |