Module:InfoboxImage: Difference between revisions

From Roses, Tulips, & Liberty
Content added Content deleted
(add link param)
(per talk and WP:IPH, consensus is to standard exclude)
Line 84: Line 84:
return image;
return image;
end
end
if frame.args["suppressplaceholder"] == "yes" then
if frame.args["suppressplaceholder"] ~= "no" then
if i.IsPlaceholder(image) == true then
if i.IsPlaceholder(image) == true then
return "";
return "";