Jump to content

Module:Check living parameter: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
start
 
+main
Line 1: Line 1:
local p = {}
local p = {}

p.main = function(frame)
end


return p
return p

Revision as of 14:36, 17 June 2024

local p = {}

p.main = function(frame)
	
end

return p