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
  • 22:26, 6 May 2023 Couchor talk contribs created page Module:Employee (Created page with "local getArgs = require('Module:Arguments').getArgs VariablesLua = mw.ext.VariablesLua local Employee = {} function Employee.main(frame) local args = getArgs(frame) local employees = '' local newEmployee = { id=args.id, position=args.position, joindate=args.joindate, leavedate=args.leavedate, inactivedate=args.inactivedate, newcompany=args.newcompany } if VariablesLua.varexists('Employees') then employees = VariablesLua.var('Employees') employe...")