Content deleted Content added
Tom.Reding (talk | contribs) avoid dab (again) Tag: Reverted |
sync |
||
Line 103:
local project_name = args.PROJECT_NAME or 'WikiProject ' .. project
local project_link = mw.title.new(args.PROJECT_LINK or 'Wikipedia:' .. project_name)
local pagetype = demo and 'article' or require('Module:Pagetype')._main({})
local rows, nested_ratings, task_forces, notes, categories, taskforce_categories = {}, {}, {}, {}, {}, {}
Line 704 ⟶ 703:
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)
local _status = cfg.status[args.PROJECT_STATUS] or cfg.status.default_inactive
local main_text = cfg.inactive.text:format(
|