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).
- 00:39, 25 January 2026 Esportsamaze talk contribs created page Module:Tournament (Created page with "local p = {} local html = mw.html local lang = mw.getContentLanguage() -- Helper: Currency Formatter (Wraps in your JS class) local function formatCurrency(amount) if not amount or amount == "" or amount == "0" then return "0" end return '<span class="indian-currency">' .. amount .. '</span>' end -- Helper: Logo Logic (Light/Dark/Shield) local function getLogo(pageName, image, imageDark) local lightFile = (image ~= "" and image) or (pageName .. '.png')...")