Module:FlexGallery
Documentation for this module may be created at Module:FlexGallery/doc
local p = {}
local width = int
-- frame.args
p.hi = function(frame)
for k, v in pairs(frame.args) do
if k == "name" then
return v
end
a = a .. v
end
return a
end
return p