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
  • 15:05, 11 October 2022 Couchor talk contribs created page Module:PageEvents (Created page with "local cargo = mw.ext.cargo local PageEvents = {} function PageEvents.main(frame) local currentTitle = mw.title.getCurrentTitle().text local empty = true -- Check if there are any interviews for this page local tables = 'Tournaments' local fields = '_pageName, start, end, icon, venue, prize' local cargoArgs = { where = 'venue="' .. currentTitle .. '"', sortBy = 'end' } local results = cargo.query(tables, fields, cargoArgs) local list = mw.html.create('tabl...")