Content deleted Content added
all the code for the b-class checklist is not needed now |
use talkPageTitle |
||
Line 130:
p._quality = function(args)
local title = args.page and mw.title.new(args.page) or mw.title.getCurrentTitle()
title = title.talkPageTitle
local local_class = getclass(args, title)
local prefix, class = 'Y', local_class
|