Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Player: Revision history

From eSportsAmaze

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 January 2026

28 January 2026

25 January 2026

  • curprev 00:3400:34, 25 January 2026 Esportsamaze talk contribs 6,496 bytes +6,496 Created page with "local p = {} local cargo = mw.ext.cargo local html = mw.html -- Helper to get Rank local function getKraftonRank(playerName) local tables = "Krafton_Rankings" local fields = "rank" local queryArgs = { where = "name = '" .. playerName .. "' AND type='Player'", limit = 1 } local results = cargo.query(tables, fields, queryArgs) if #results > 0 then return "#" .. results[1].rank else return "Unranked" end end..."