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
  • 23:00, 7 May 2023 Couchor talk contribs created page Module:NewsSource (Created page with "local getArgs = require('Module:Arguments').getArgs local NewsSource = {} local cargo = mw.ext.cargo function NewsSource.main(frame) local args = getArgs(frame) local span = mw.html.create('span') local currentDate = os.date('%Y-%m-%d') local tables = 'Logos' local fields = '_pageName, logoLight, logoDark, logoAll, start, end, iconLight, iconDark, iconAll' local cargoArgs = { where = '_pageName="' .. args.source .. '" AND (start is NULL OR start < "' .. cur...")