imported>Jackmcbarn
(test a page that doesn't exist)
 
(No difference)

Latest revision as of 04:35, 4 December 2015

Documentation for this module may be created at Module:Sandbox/Jackmcbarn/2/doc

local p = {}

function p.main(frame)
	return mw.dumpObject(package.loaders[2]('Module:Sandbox/Jackmcbarn/doesntexist')) .. ': function if it exists, nil if not'
end

return p