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).
- 19:32, 22 May 2026 Esportsamaze talk contribs created page Template:RankingsCTA (Created page with "<includeonly><div class="rankings-cta"> <div class="rankings-cta-content"> <div class="rankings-cta-icon">🏆</div> <div class="rankings-cta-text"> <h3>Official Krafton Rankings</h3> <p>Check out the live, auto-updating leaderboards for the top BGMI Teams and Players.</p> </div> </div> <div class="rankings-cta-btn"> View Leaderboards ➔ </div> </div></includeonly><noinclude> == Usage == Place this on the Home Page to direct users to the Rankings pa...")
- 13:11, 22 May 2026 Esportsamaze talk contribs deleted page Krafton Rankings/Teams (content was: "#REDIRECT BGMI/Krafton_Rankings", and the only contributor was "Esportsamaze" (talk))
- 13:10, 22 May 2026 Esportsamaze talk contribs created page BGMI/Krafton Rankings/Teams (Created page with "{{Tabs | Teams | Players }} == Global Team Rankings == {{KraftonRankings | type = team | limit = 100}}")
- 13:10, 22 May 2026 Esportsamaze talk contribs deleted page BGMI/Krafton Rankings/Teams (content was: "#REDIRECT BGMI/Krafton_Rankings", and the only contributor was "Esportsamaze" (talk))
- 13:09, 22 May 2026 Esportsamaze talk contribs created page BGMI/Krafton Rankings/Teams (Redirected page to BGMI/Krafton Rankings) Tag: New redirect
- 13:09, 22 May 2026 Esportsamaze talk contribs created page Krafton Rankings/Teams (Redirected page to BGMI/Krafton Rankings) Tag: New redirect
- 13:07, 22 May 2026 Esportsamaze talk contribs created page BGMI/Krafton Rankings/Players (Created page with "{{Tabs | base=Krafton Rankings | Teams | Players }} == Global Player Rankings == {{KraftonRankings | type = player | limit = 100}}")
- 12:56, 22 May 2026 Esportsamaze talk contribs created page Template:KraftonRankings (Created page with "<includeonly>{{#invoke:Rankings|main}}</includeonly><noinclude> == Usage == To show Team Rankings: <pre> {{KraftonRankings | type = team }} </pre> To show Player Rankings: <pre> {{KraftonRankings | type = player }} </pre> </noinclude>")
- 12:56, 22 May 2026 Esportsamaze talk contribs created the Cargo table RankingData_Player
- 12:56, 22 May 2026 Esportsamaze talk contribs created page Template:RankingEventPlayer (Created page with "<noinclude> == Cargo Declaration: Players == {{#cargo_declare: _table = RankingData_Player |tournament = String |tier = String |end_date = Date |player = String |team = String |finishes = Integer |mvp_tourney = Integer |igl = Integer |survivor = Integer |mvp_finals = Integer |emerging = Integer }} </noinclude>")
- 12:55, 22 May 2026 Esportsamaze talk contribs created the Cargo table RankingData_Team
- 12:54, 22 May 2026 Esportsamaze talk contribs created page Module:Rankings (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 -- Gets difference between today and the tournament end date local function getDaysDiff(dateStr) if not dateStr or dateStr == "" then return 0 end local y, m, d = dateStr:match("(%d+)-(%d+)-(%d+)") if not y then return 0 end local endTs = os.time({year=y, month=m, day=d}) local nowTs =...")
- 12:54, 22 May 2026 Esportsamaze talk contribs created page Template:RankingEvent (Created page with "<noinclude> == Cargo Declaration: Teams == {{#cargo_declare: _table = RankingData_Team |tournament = String |tier = String |end_date = Date |team = String |rank = Integer }} == Cargo Declaration: Players == {{#cargo_declare: _table = RankingData_Player |tournament = String |tier = String |end_date = Date |player = String |team = String |finishes = Integer |mvp_tourney = Integer |igl = Integer |survivor = Integer |mvp_finals = Integer |emerging = Integer }} </noinclude><...")
- 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)...")
- 11:32, 21 May 2026 Esportsamaze talk contribs created page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/PlayerMatchWise/QualifiersR3 (Created page with "=== Day 9 === === Day 10 === === Day 11 === === Day 12 ===")
- 11:21, 21 May 2026 Esportsamaze talk contribs created page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/PlayerMatchWise/QualifiersR2 (Created page with "=== Day 5 === === Day 6 === === Day 7 === === Day 8 ===")
- 07:27, 21 May 2026 Esportsamaze talk contribs created page Template:Directory (Created page with "<includeonly>{{#invoke:Directory|main}}</includeonly><noinclude> == Usage == To show the alphabetical Team directory: <pre> {{Directory|type=team}} </pre> To show the alphabetical Player directory: <pre> {{Directory|type=player}} </pre> </noinclude>")
- 07:27, 21 May 2026 Esportsamaze talk contribs created page Module:Directory (Created page with "local p = {} local cargo = mw.ext.cargo local html = mw.html function p.main(frame) local args = frame:getParent().args if not args.type then args = frame.args end local dirType = (args.type or "player"):lower() -- Setup the query based on the type local queryTable, queryFields, querySort if dirType == "team" then queryTable = "Teams" queryFields = "_pageName=PageName, name, country" querySort = "name ASC" else...")
- 07:20, 21 May 2026 Esportsamaze talk contribs created page Template:PlayerListRow (Created page with "<includeonly><div class="db-row player-row"> <div class="db-img">[[File:{{#if:{{{image|}}}|{{{image}}}|Player_Placeholder.png}}|50px|link={{{_pageName}}}]]</div> <div class="db-info"> <div class="db-title">[[{{{_pageName}}}|{{{id}}}]]</div> <div class="db-subtitle">{{{real_name|}}}</div> </div> <div class="db-meta"> {{#if:{{{current_team|}}}|[[File:{{{current_team}}}.png|25px|link={{{current_team}}}]] [[{{{current_team}}}]]|<span style="opacity:0.5;">Free Agent</span>}}...")
- 06:48, 21 May 2026 Esportsamaze talk contribs created page Template:TournamentRecords (Created page with "<includeonly>{{#invoke:Records|main}}</includeonly><noinclude> == Usage == Place this on any tournament page to automatically generate Daily and Single-Match records based on the MatchStats data! <pre> {{TournamentRecords |tournament=BGMI Pro Series 2026}} </pre> </noinclude>")
- 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'...")
- 05:29, 21 May 2026 Esportsamaze talk contribs deleted page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Team Statistics/Players Statistics (content was: "#REDIRECT BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Players Statistics", and the only contributor was "Esportsamaze" (talk))
- 05:28, 21 May 2026 Esportsamaze talk contribs deleted page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/TeamMatchWise (content before blanking was: "#REDIRECT BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/TeamMatchWise/Qualifiers")
- 05:27, 21 May 2026 Esportsamaze talk contribs deleted page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/Players (content was: "", and the only contributor was "Esportsamaze" (talk))
- 05:20, 21 May 2026 Esportsamaze talk contribs moved page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Team Statistics/Players Statistics to BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Players Statistics over redirect
- 05:20, 21 May 2026 Esportsamaze talk contribs deleted redirect BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Players Statistics by overwriting (Deleted to make way for move from "BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Team Statistics/Players Statistics")
- 05:19, 21 May 2026 Esportsamaze talk contribs moved page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Players Statistics to BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Team Statistics/Players Statistics
- 05:19, 21 May 2026 Esportsamaze talk contribs moved page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics to BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Team Statistics
- 04:48, 21 May 2026 Esportsamaze talk contribs created page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Statistics/Players Statistics (Created page with "x")
- 04:42, 21 May 2026 Esportsamaze talk contribs created page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/PlayerMatchWise/QualifiersR1 (Created page with "x")
- 04:08, 21 May 2026 Esportsamaze talk contribs moved page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/TeamMatchWise to BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/TeamMatchWise/Qualifiers
- 04:08, 21 May 2026 Esportsamaze talk contribs deleted page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/matchdata/qualifiers (content was: "{{MatchStats | type = team | tournament = BGMI Pro Series 2026 | stage = Finals | group = Group A | map = Erangel | date = 2026-05-19 | number_of_teams = 16 | 1 = team=WINDGOD ESPORTS, short=Wnd, mp=1, rank=1, wwcd=1, place=10, elims=3 | 2 = team=iQOO8BIT, short=8BIT, mp=1, rank=2, wwcd=0, place=6, elims=8 | 3 = team=K9 Esports, short=K9, mp=1, rank=3, wwcd=0,...", and the only contributor was "Esportsamaze" (talk))
- 03:46, 21 May 2026 Esportsamaze talk contribs created page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/TeamMatchWise (Created page with "== Qualifiers Round 1 == === Day 1 === === Day 2 === === Day 3 === === Day 4 === == Qualifiers Round 2 == === Day 5 === === Day 6 === === Day 7 === === Day 8 === == Qualifiers Round 3 == === Day 9 === === Day 10 === === Day 11 === === Day 12 === == Qualifiers Round 4 ==")
- 03:19, 21 May 2026 Esportsamaze talk contribs created page File:Wyld Fangs dark.png
- 03:19, 21 May 2026 Esportsamaze talk contribs uploaded File:Wyld Fangs dark.png
- 03:19, 21 May 2026 Esportsamaze talk contribs created page File:Team LEFP dark.png
- 03:19, 21 May 2026 Esportsamaze talk contribs uploaded File:Team LEFP dark.png
- 03:19, 21 May 2026 Esportsamaze talk contribs created page File:Revenant Xspark new.png
- 03:19, 21 May 2026 Esportsamaze talk contribs uploaded File:Revenant Xspark new.png
- 03:18, 21 May 2026 Esportsamaze talk contribs created page File:Likitha Esports dark.png
- 03:18, 21 May 2026 Esportsamaze talk contribs uploaded File:Likitha Esports dark.png
- 03:18, 21 May 2026 Esportsamaze talk contribs created page File:Autobotz Esports dark.png
- 03:18, 21 May 2026 Esportsamaze talk contribs uploaded File:Autobotz Esports dark.png
- 03:18, 21 May 2026 Esportsamaze talk contribs uploaded a new version of File:4TR Official.png
- 03:18, 21 May 2026 Esportsamaze talk contribs uploaded a new version of File:4TR Official dark.png
- 03:02, 21 May 2026 Esportsamaze talk contribs created page File:Vasista Esports dark.png
- 03:02, 21 May 2026 Esportsamaze talk contribs uploaded File:Vasista Esports dark.png
- 02:50, 19 May 2026 Esportsamaze talk contribs replaced the Cargo table MatchStats_Player with a new version
- 02:10, 19 May 2026 Esportsamaze talk contribs created page BGMI/Tournaments/Battlegrounds Mobile Pro Series 2026/Data/matchdata/qualifiers (Created page with "{{MatchStats | type = team | tournament = BGMI Pro Series 2026 | stage = Finals | group = Group A | map = Erangel | date = 2026-05-19 | number_of_teams = 16 | 1 = team=GodLike, short=GODL, rank=1, wwcd=1, place=10, elims=8, damage=2450 | 2 = team=Team SouL, short=SOUL, rank=2, wwcd=0, place=6, elims=5 | 3 = team=Entity, short=ENT, rank=3, wwcd=0, place=5, elims=2, rescues=3 | 4 = team=Global Esports, short=GE, rank=4, wwcd=0, place=4, elims=0 }}")
- 02:06, 19 May 2026 Esportsamaze talk contribs created page Template:StatsTable (Created page with "<includeonly>{{#invoke:Statistics|main}}</includeonly><noinclude> == Usage == To show Team Stats: <pre> {{StatsTable |type=team |tournament=BGMI Masters 2026}} </pre> To show Player Stats: <pre> {{StatsTable |type=player |tournament=BGMI Masters 2026}} </pre> Optional Filters: `stage`, `map`, `group`, `match_type`, `date`. Force a Tiebreaker: `|tiebreaker_PlayerName=1` </noinclude>")