Module:Param Parse: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 52:
-- Standardized image function
function parse.image_func(img)
if img and string.match(img, '[[File:.-%.png]]') then
return img
end
|