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
  • 21:48, 20 October 2023 Couchor talk contribs created page Module:Var (Created page with "local getArgs = require('Module:Arguments').getArgs local VariablesLua = mw.ext.VariablesLua local p = {} function p.main(frame) local args = getArgs(frame) if args.var and args.value then VariablesLua.vardefine(args.var, args.value) end end return p")