local p = {}
function p.fotobox(frame)
local bild = frame.args[1] or "" local size = frame.args[2] or "300" local text = frame.args[3] or ""
local output = string.format([[
%s
]], size, size, bild, text)
return frame:preprocess(output)
end
return p
local p = {}
function p.fotobox(frame)
local bild = frame.args[1] or "" local size = frame.args[2] or "300" local text = frame.args[3] or ""
local output = string.format([[
%s
]], size, size, bild, text)
return frame:preprocess(output)
end
return p