Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
(Fix image function bug for nil images)
 
Line 94: Line 94:
size = '|x'..height..'px'
size = '|x'..height..'px'
end
end
if img then
if name then
return '[['..name..size..']]'
return '[['..name..size..']]'
end
end