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).
- 16:56, 26 January 2026 Esportsamaze talk contribs created page Module:Schedule (Created page with "local p = {} local html = mw.html -- Helper to get map icon (Text fallback if no image) local function getMapLabel(mapName) local cleanMap = mapName or "TBD" -- You can add map images later. For now, we use a clean text badge. return cleanMap end function p.main(frame) local args = frame:getParent().args local title = args.title or "Match Day" local date = args.date or "" local timeZone = args.timezone or "IST" -- Main Card Con...")