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:17, 21 September 2022 Couchor talk contribs created page Module:Infobox (Created page with "local getArgs = require('Module:Arguments').getArgs function Infobox.main(frame) local args = getArgs(frame) local container if ( args.type == 'team' ) then local team = require('Module:Infobox team') container = team.make(frame, args) end return container end return Infobox")