Module:Sandbox/Leeyc0/Module1

Revision as of 16:17, 14 March 2016 by imported>Leeyc0
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Leeyc0/Module1/doc

module2 = mw.loadData("Module:Sandbox/Leeyc0/Module2")

testobj = {}

testobj.a = function(frame)
	return module2.a
end

testobj.b = function(frame)
	return module2.b
end

testobj.c = function(frame)
	return frame:expandTemplate{title="User sandbox"}
	
end

return testobj