Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
No edit summary
try this
Line 405:
local tf_prefix = 'TF_' .. k .. '_'
local tf_assessment_cat = args[tf_prefix..'ASSESSMENT_CAT'] or (args[tf_prefix..'NAME'] or '')..' articles'
local tf_importance = false
if raw_args['tf '..k..' importance'] then
iftf_importance args= importance_mask(raw_args['tf '..k..' importance'], class, args.IMPORTANCE_SCALE, thenbanner_name)
tf_importanceif =not importance_mask(raw_argsargs['tf '..k..' importance'], class,and yesno(args.IMPORTANCE_SCALE, banner_nameINHERIT_IMPORTANCE) then
tf_importance = yesno(args.INHERIT_IMPORTANCE) and importance
else
tf_importance = yesno(args.INHERIT_IMPORTANCE) and importance
end
end