Module:Gallery: Difference between revisions

Want an adless experience? Log in or Create an account.
fix Gallery ctor's metatable
(For now this is intended to just e a meta-module for generating <gallery> blocks within modules. In wikitext, it's easier to just use <gallery> directly, so this does not expose functions to be called from templates)
 
(fix Gallery ctor's metatable)
Line 32: Line 32:
     args = args,
     args = args,
     files = {}
     files = {}
   }, Box )
   }, Gallery )
end
end