Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
Undid revision 1185098693 by MSGJ (talk)
continue to display checklist if args.QUALITY_CRITERIA=='custom'
Line 248:
local classmask_args = {
FQS = 'yes',
[1] = raw_args.class,
b1 = raw_args.b1, b2 = raw_args.b2, b3 = raw_args.b3, b4 = raw_args.b4, b5 = raw_args.b5, b6 = raw_args.b6
}
class = class_mask(classmask_args, current_title)
Line 317 ⟶ 316:
table.insert(rows, args.HOOK_ASSESS)
end
if args.QUALITY_CRITERIA=='custom' and (raw_args.b1 or raw_args.b2 or raw_args.b3 or raw_args.b4 or raw_args.b5 or raw_args.b6) then
local b_checklist = require(cfg.auxiliary_module .. (sandbox or '')).b_checklist(args, raw_args, class, demo, assessment_link)
table.insert(rows, b_checklist)