Модуль:InfoboxImage: различия между версиями

175 байт добавлено ,  4 года назад
нет описания правки
(Керла агӀо: «-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- size - size to display the image --...»)
 
Нет описания правки
Строка 131: Строка 131:
         local border = frame.args["border"];
         local border = frame.args["border"];
         local upright = frame.args["upright"] or "";
         local upright = frame.args["upright"] or "";
         local center= frame.args["center"];
         local center = frame.args["center"];
        local caption = frame.args["caption"];
          
          
         -- remove file: or image: prefix if exists
         -- remove file: or image: prefix if exists
Строка 186: Строка 187:
         end
         end
         result = result .. "]]";
         result = result .. "]]";
if caption ~= "" and caption ~= nil then
result = result .. '<span style="display:block">' .. caption .. '</span>';
end
          
          
         return result;
         return result;