વિભાગ:InfoboxImage: આવૃત્તિઓ વચ્ચેનો તફાવત

Content deleted Content added
નાનું Changed protection level of Module:InfoboxImage: allow template editors to modify ([Edit=Protected template] (indefinite) [Move=Protected template] (indefinite))
add link param
લીટી ૧૦:
-- upright - upright image param
-- suppressplaceholder - if yes then checks to see if image is a placeholder and suppresses it
-- link - page to visit when clicking on image
-- Outputs:
-- Formatted image.
Line ૧૨૮ ⟶ ૧૨૯:
local sizedefault = frame.args["sizedefault"];
local alt = frame.args["alt"];
local link = frame.args["link"];
local title = frame.args["title"];
local border = frame.args["border"];
Line ૧૭૪ ⟶ ૧૭૬:
if alt ~= "" and alt ~= nil then
result = result .. "|alt=" .. alt;
end
if link ~= "" and link ~= nil then
result = result .. "|link=" .. link;
end
if border == "yes" then