Module:Higher education task force/sandbox: Difference between revisions

Content deleted Content added
Created page with 'require('strict') local p = {} local sandbox-- = '/sandbox' -- BE SURE TO COMMENT OUT this definition when deploying to live local cfg = mw.loadData('Module:WikiProject banner/config' .. (sandbox or '')) local auxiliary = cfg.auxiliary_module .. (sandbox or '') local args_module = require('Module:Arguments') local mbox = require('Module:Message box').main local yesno = require('Module:Yesno') local frame = mw.getCurrentFrame() local lang = mw.getLanguage(cf...'
 
No edit summary
Line 912:
local raw_args = args_module.getArgs(frame, {frameOnly = true, removeBlanks = false})
local a=p.printargs(frame)
return ainitialise(args, raw_args)
end
---------------------------