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).
- 06:48, 21 May 2026 Esportsamaze talk contribs created page Module:Records (Created page with "local p = {} local cargo = mw.ext.cargo local html = mw.html local function sqlEscape(s) if not s then return "" end return s:gsub("\\", "\\\\"):gsub("'", "\\'") end local function getNum(s) if not s then return 0 end return tonumber(s:match("%d+")) or 0 end function p.main(frame) local args = frame:getParent().args local tournamentName = args.tournament or mw.title.getCurrentTitle().text local whereClause = string.format("tournament = '%s'...")