Content deleted Content added
Tom.Reding (talk | contribs) m --but effective Tag: Reverted |
Tom.Reding (talk | contribs) avoid dab (again) Tag: Reverted |
||
Line 704:
local project_name = args.PROJECT_NAME or 'WikiProject ' .. (args.PROJECT or 'PROJECT')
local project_link = mw.title.new(args.PROJECT_LINK or 'Wikipedia:' .. project_name)
if (project_link == 'Wikipedia:Lists') then project_link = 'Wikipedia:WikiProject Lists' end --avoid dab (again)
local _status = cfg.status[args.PROJECT_STATUS] or cfg.status.default_inactive
local main_text = cfg.inactive.text:format(
|