Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

Combined display of all available logs of eSportsAmaze. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:44, 19 May 2026 Esportsamaze talk contribs created page Module:MatchStats (Created page with "local p = {} local cargo = mw.ext.cargo local function clean(s) if not s then return nil end local res = s:gsub("^%s*(.-)%s*$", "%1") return res == "" and nil or res end -- Helper to parse the key=value string line (e.g. "team=GodLike, rank=1, elims=5") local function parseLine(line) local data = {} -- Split by comma for pair in string.gmatch(line, "[^,]+") do -- Split by equals sign local key, val = string.match(pair, "^%s*([^=]...")