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

Content deleted Content added
tidy sub code as per talk page
add upright
લીટી ૫:
-- sizedefault - default size to display the image if size param is blank
-- alt - alt text for image
-- border - set to 1 if border
-- upright - upright image param
-- suppressplaceholder - if yes then checks to see if image is a placeholder and suppresses it
-- Outputs:
Line ૧૨૫ ⟶ ૧૨૭:
local alt = frame.args["alt"];
local border = frame.args["border"];
local upright = frame.args["upright"] or "";
-- remove file: or image: prefix if exists
Line ૧૬૬ ⟶ ૧૬૯:
if border == "yes" then
result = result .. "|border";
end
if upright ~= "" then
result = result .. "|upright=" .. upright;
end
result = result .. "]]";