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:12, 27 September 2022 Couchor talk contribs created page Module:TeamImage (Created page with "local getArgs = require('Module:Arguments').getArgs VariablesLua = mw.ext.VariablesLua local TeamImage = {} function TeamImage.main(frame) local args = getArgs(frame) local logos = {} mw.log('args') mw.logObject(args) local currentDate = os.date('%Y-%m-%d') -- local values = mw.text.jsonDecode(value) if (args.start == nil or args.start < currentDate) and (args['end'] == nil or args['end'] > currentDate) then VariablesLua.vardefine(logoLight, args.logoLight)...")