All public logs

Jump to navigation Jump to search

Combined display of all available logs of TSP Encyclopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:09, 16 August 2023 Im a waffle1 talk contribs created page Module:Class mask (Created page with "local p = {} local isarticle = function(class) local nonarticleclasses = {'Template', 'File', 'Category', 'Disambig', 'Redirect', 'Portal', 'Project', 'Draft', 'Book', 'FM'} -- these classes will not be identified as conflicting with NA-class local article = true for _,v in ipairs(nonarticleclasses) do if class==v then -- class matches one of the non-article classes article = false break end end return article end local ucfirst = function(s) -- Returns...")