Module:FlexGallery: Difference between revisions

proof of concept
 
No edit summary
Line 1: Line 1:
local p = {}
local p = {}
local a = {}


p.hi = function(frame)
p.hi = function(frame)
return "hello"
    for i in frame.args do
        a = a + i
    end
return a
end
end


return p
return p