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