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.

26 November 2022

  • curprev 15:3015:30, 26 November 2022Xalphox talk contribs 348 bytes +348 Created page with "local p = {} local extdata = mw.ext.externalData function p.Main() local t = extdata.getDbData({ db="helix", from="wiki_sessions", ["order by"]="start desc", data="server_round, map, start, end, players" }) local out = {} for k, v in pairs(t) do table.insert(out, t.map .. "=>" .. t.players) end return out end return p"