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).
- 01:35, 25 January 2026 Esportsamaze talk contribs created page Module:Participant (Created page with "local p = {} local html = mw.html -- Helper: Check if file exists local function fileExists(filename) return mw.title.new('File:' .. filename).exists end function p.card(frame) local args = frame:getParent().args local team = args.team or "" local seeding = args.seeding or "" -- 1. Build the Container (roster-card style) local root = html.create('div'):addClass('roster-card') -- 2. HEADER SECTION local header = root:tag('div'):...")