Module:Param Parse: Difference between revisions

no edit summary
(Fix yes_no)
No edit summary
Line 52:
-- Standardized image function
function parse.image_func(img)
if img and img:findstring.match('[[File:.-%S.png]]') then
return img
end