Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
remove sia auto classification
testing
Line 92:
return FQS and lang:ucfirst(class) or 'NA'
end
local pagetype = require('Module:Pagetype/sandbox')._main({
page = title.prefixedText,
dab = 'dab'
Line 159:
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 not args.demo_page and 'article' or require('Module:Pagetype/sandbox')._main({
page = args.demo_page
})