Module:Sandbox/ABaso (WMF)/InfoboxImage: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 232:
if page ~= "" and page ~= nil then
result = result .. "|page=" .. page;
end
if imgclass ~= "" and imgclass ~= nil then
result = result .. "|class=" .. imgclass;
end
if size ~= "" and size ~= nil then
Line 262 ⟶ 259:
if thumbtime ~= "" then
result = result .. "|thumbtime=" .. thumbtime;
end
if imgclass ~= "" and imgclass ~= nil then
result = result .. "|class=" .. imgclass;
end
if title ~= "" and title ~= nil then