Content deleted Content added
Tom.Reding (talk | contribs) crude Tag: Reverted |
Tom.Reding (talk | contribs) m --but effective Tag: Reverted |
||
Line 103:
local project_name = args.PROJECT_NAME or 'WikiProject ' .. 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
local pagetype = demo and 'article' or require('Module:Pagetype')._main({})
local rows, nested_ratings, task_forces, notes, categories, taskforce_categories = {}, {}, {}, {}, {}, {}
|