Module:FlexGallery: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
local a = {} | local a = {} | ||
-- frame.args | |||
p.hi = function(frame) | p.hi = function(frame) | ||
for i in | for i in {1,2,3,4,5} do | ||
a = a + i | a = a + i | ||
end | end | ||
Revision as of 19:34, 20 August 2025
Documentation for this module may be created at Module:FlexGallery/doc
local p = {}
local a = {}
-- frame.args
p.hi = function(frame)
for i in {1,2,3,4,5} do
a = a + i
end
return a
end
return p