Module:FlexGallery

Revision as of 19:19, 20 August 2025 by Karl (talk | contribs) (proof of concept)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:FlexGallery/doc

local p = {}

p.hi = function(frame)
	return "hello"
end

return p