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:02, 23 February 2026 Esportsamaze talk contribs created page Module:MatchDay (Created page with "local p = {} local cargo = mw.ext.cargo function p.store(frame) local args = frame:getParent().args local tournament = args.tournament or mw.title.getCurrentTitle().text local date = args.date or "" local stage = args.stage or "" if date == "" then return "Error: Date is required." end -- 1. Look up the Game Type from Tournaments Table local game = "BGMI" -- Default fallback local match_type = "BR" if cargo and cargo.query...")