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
  • 00:16, 25 January 2026 Esportsamaze talk contribs created page Module:TeamCard (Created page with "local p = {} local cargo = mw.ext.cargo function p.get(frame) local args = frame:getParent().args local teamName = args.team or mw.title.getCurrentTitle().text local image = args.image or "" -- 1. Create the Card Container local root = mw.html.create('div') root:addClass('team-card') -- 2. Header Section local header = root:tag('div'):addClass('team-card-header') if image ~= "" then header:wikitext('[[File:' .. image...")