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
  • 22:03, 10 January 2026 Esportsamaze talk contribs created page Module:TeamInfobox (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo -- Load Cargo support in Lua -- 1. Helper Function: Format Number to Indian Currency (e.g., 10,00,000) local function formatIndianCurrency(amount) if not amount then return "₹ 0" end -- Convert to number local n = tonumber(amount) if not n then return "₹ 0" end -- Format as string local formatted = tostring(math.floor(n)) local result = "...")