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
  • 12:06, 27 September 2022 Couchor talk contribs created page Module:TeamImages (Created page with "local getArgs = require('Module:Arguments').getArgs local Images = {} function Images.main(frame) local args = getArgs(frame) local logos = {} mw.log('args') mw.logObject(args) local currentDate = os.date('%Y-%m-%d') for key, value in ipairs (args) do local values = mw.text.jsonDecode(value) mw.log('VALUES') mw.logObject(values) if (values.start == nil or values.start < currentDate) and (values['end'] == nil or values['end'] > currentDate) then logos.l...")