Jump to content

Module:V1/x

From Wikipedia

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

local p = {}

local default = { 1, 2, 3 }

p = {
	{ 4, 5, 6 },
	default
}

return p