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

Content deleted Content added
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 410:
if article_class then -- banner shell exists
if class=='' then -- local class is blank
class = check_defallbackscheck_fallbacks(article_class, assessment_cat)
check_redundant()
elseif class==article_class then -- local class matches article class
Line 932:
local raw_args = args_module.getArgs(frame, {frameOnly = true, removeBlanks = false})
local i=initialise(args, raw_args)
-- local a=p.printargs(frame)
return i
end