17,273
edits
(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 = {} | ||
}, | }, Gallery ) | ||
end | end | ||