Content deleted Content added
rv title2 |
mNo edit summary |
||
Line 164:
out = mw.getCurrentFrame():expandTemplate{title = 'Class mask/doc warning'}
end
out = out .. (getGrade(args, title) or '')
return out
end
Line 174:
end
local getclass = function(args, title)
local class = '¬'
if args.QUALITY_SCALE == 'inline' then
Line 203:
p._quality = function(args)
local title = args.page and mw.title.new(args.page) or mw.title.getCurrentTitle()
local local_class = getclass(args, title)
local prefix, class = 'Y', local_class
if local_class=='¬' then
|