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