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
  • 13:19, 28 September 2022 Couchor talk contribs created page Module:SavedImage (Created page with "local getArgs = require('Module:Arguments').getArgs VariablesLua = mw.ext.VariablesLua local SavedImage = {} function SavedImage.main(frame) local args = getArgs(frame) local currentDate = os.date('%Y-%m-%d') if (args.start == nil or args.start < currentDate) and (args['end'] == nil or args['end'] > currentDate) then if args.logoAll then VariablesLua.vardefine('logoAll', args.logoAll) else VariablesLua.vardefine('logoLight', args.logoLight) Variables...")