Module:Infobox: Difference between revisions

make union a local function per protected edit request by User:Jackmcbarn
(add a "headerclass" arg per talk page request)
(make union a local function per protected edit request by User:Jackmcbarn)
Line 11:
local root
local function union(t1, t2)
-- Returns the union of the values of two tables, as a sequence.
local vals = {}
Anonymous user