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).
- 12:53, 22 May 2026 Esportsamaze talk contribs created page Module:RankingEvent (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 local function parseLine(line) local data = {} for pair in string.gmatch(line, "[^,]+") do local key, val = string.match(pair, "^%s*([^=]+)%s*=%s*(.-)%s*$") if key and val then data[string.lower(key)] = val end end return data end function p.store(frame)...")