Content deleted Content added
+INHERIT_IMPORTANCE |
No edit summary |
||
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
if args['tf '..k..' importance'] then
tf_importance = importance_mask(raw_args['tf '..k..' importance'], class, args.IMPORTANCE_SCALE, banner_name) tf_importance = yesno(args.INHERIT_IMPORTANCE) and importance
end
end
if args[tf_prefix .. 'TEXT']~='none' then
|