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
if raw_args['tf '..k..' importance'] then
▲ tf_importance = yesno(args.INHERIT_IMPORTANCE) and importance
end
end
|