Fizzyflapjack
1 revision imported
19:34
Centrist16
Created page with "-- -- This module implements {{Infobox3cols}} -- -- The initial version was created by modifying Module:Infobox -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function union(t1, t2) -- Returns the union of the values of two tables, as a sequence. local vals = {} for k, v in pairs(t1) do vals[v] = true end for k, v in pairs(t2) do vals[v] = true end local..."
04:33
Created page with "-- -- This module implements {{Infobox3cols}} -- -- The initial version was created by modifying Module:Infobox -- local p = {} local navbar = require('Module:Navbar')...."
06:00
+16,860