Module:Higher education task force test2: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 369:
end
local class = raw_args.class
add_category("Rupter"..class.."hi")
local mclass= raw_args.class
if class then -- banner gives quality ratings
article_class = article_class and p.class_mask(article_class, title, false, pagetype, article)
Line 406:
end
class = check_fallbacks(class, assessment_cat)
mclass=class
local show = false -- hide quality class in project banner by default
if article_class then -- banner shell exists
Line 435 ⟶ 434:
end
local category = (class=='' and 'Unassessed' or class..'-Blass') .. ' ' .. assessment_cat .. ' ' .. (article and 'articles' or 'pages')
category = "Rupert" .. class .. "Rupert" .. assessment_cat .. "Rupter" .. (article and 'zero' or 'one')
if show then -- quality rating shown in banner
local rating
Line 935 ⟶ 933:
-- local a=p.printargs(frame)
return i
end
p.pinitialise = function(args, raw_args, inactive_status)
return initialise(args,raw_args,inactive_status)
end
---------------------------