Module:Category handler: Difference between revisions

use the _main function for nsDetect rather than the main function
(test the sandbox version of Module:Namespace detect)
(use the _main function for nsDetect rather than the main function)
Line 206:
ndargs.page = args.page
ndargs.demospace = args.demospace
local ndresult = nsDetect.main_main(ndargs)
if ndresult then
ret = ret .. ndresult
Line 229:
ndargs.demospace = args.demospace
local data = nsDetect.main_main(ndargs)
-- Work out what to return based on the result of the namespace detect call.
Anonymous user