Revision as of 21:50, 20 October 2023 by Couchor(talk | contribs)(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...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.