Module:Param Parse: Difference between revisions
Undo revision 2782 by Merds (talk)
No edit summary Tag: Reverted |
Tag: Undo |
||
Line 62:
}
-- Standardized image function
function parse.image_func(img)
▲ end
▲ return nil
end
function parse.image_smw(img)
Line 79 ⟶ 78:
smw_func = parse.image_smw,
empty = '[[Special:Upload|Please upload an image!]]',
category_incomplete = 'Needs image',
}
|