Module:Match/Dota: Revision history

From TwogPedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 March 2024

24 October 2023

21 October 2023

20 October 2023

18 October 2023

17 October 2023

16 October 2023

14 October 2023

12 October 2023

11 October 2023

29 September 2023

4 May 2023

  • curprev 21:5021:50, 4 May 2023Couchor talk contribs 6,528 bytes +6,528 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local html = require('Module:MatchHTML') local DotaMatch = {} local VariablesLua = mw.ext.VariablesLua function DotaMatch.main(frame) local args = getArgs(frame) local bestof = args.bestof or 3 local maps = {} p1score = args.p1score or 0 p2score = args.p2score or 0 for i = 1, bestof do if args['map' .. i] ~= nil then local map = mw.text.jsonDecode(args['map' .. i]) -- If no..."