All public logs

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

Logs
  • 20:29, 28 May 2023 Couchor talk contribs created page Module:NewsSearch (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local NewsSearch = {} function NewsSearch.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('div') if args.games == nil and args.categories == nil then return tableContainer:wikitext('At least one category or game needs to be chosen') end local whereStr = '' if args.categories then local categories = mw.text.split(args.categories, ',') whereStr = where...")