Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
m Sync (trying to find/fix dab)
crude
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
local pagetype = demo and 'article' or require('Module:Pagetype')._main({})
local rows, nested_ratings, task_forces, notes, categories, taskforce_categories = {}, {}, {}, {}, {}, {}