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:50, 20 October 2023 Couchor talk contribs created page Module:MapData (Created page with "local cargo = mw.ext.cargo local getArgs = require('Module:Arguments').getArgs local heroesData = mw.loadData('Module:Data/Dota/Heroes') local p = {} function p.main(frame) local args = getArgs(frame) local game = args.game if args.size == 'team' then local p1_api = getTeamPage(args.p1, game) local p2_api = getTeamPage(args.p2, game) local warnings = mw.html.create('div') local container = mw.html.create('div'):node(warnings) local output = mw.html.cre...")