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
  • 20:14, 1 March 2026 Esportsamaze talk contribs created page Module:GroupDraw (Created page with "local p = {} local html = mw.html local cargo = mw.ext.cargo local function buildLogo(teamName, tourneyData, masterData) local lightLogo = "Shield_team.png" local darkLogo = "Shield_team_dark.png" if tourneyData and tourneyData.image and tourneyData.image ~= "" then lightLogo = tourneyData.image darkLogo = (tourneyData.image_dark and tourneyData.image_dark ~= "") and tourneyData.image_dark or lightLogo elseif masterData then if masterData.image and masterData.image ~=...")