Alex
Created page with "local p = {} local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arr = require('Module:Array') local dpl = require('Module:DPLlua') -- Given a list of pages, this function returns lists of pages that are either -- non-existing (invalid), redirects or duplicates. -- The maximum list length is constrained only by MediaWiki's maximum -- 'Expensive parser function count', which at the time of writing is set to 100. function p.pagelistc..."