Module:Class mask/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 149:
local out = ''
if title.namespace == 10 and title.subpageText == 'class' then
out = mw.getCurrentFrame():expandTemplate{title = 'Class mask/doc warning'} or ''
end
out = out .. (getGrade(args, title) or '')
return out
end