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
  • 00:40, 26 September 2023 Couchor talk contribs created page Module:CompanyLanding (Created page with "local cargo = mw.ext.cargo local VariablesLua = mw.ext.VariablesLua local getArgs = require('Module:Arguments').getArgs local p = {} local limit = 25 function p.Main(frame) local args = getArgs(frame) if args.more then return p.html(args.page or 1) end local tableContainer = mw.html.create('div') tableContainer:node(mw.html.create('h2'):wikitext('Companies')) local listContainer = mw.html.create('div'):attr('id', 'list__container') tableContainer:node(listC...")