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