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
  • 21:55, 13 March 2024 Couchor talk contribs created page Module:Companies/Search (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local limit = 100000 local CompaniesList = {} function CompaniesList.main(frame) local args = getArgs(frame) local results = query( args) if #results > 0 then local container = mw.html.create('div'):attr('id', 'companies-search-container') local ul = mw.html.create('ul') for r = 1, #results do ul:node(mw.html.create('li'):node('[[' .. results[r]._pageName .. ']]')) en...")