Combined display of all available logs of CosmicPE Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:03, 24 February 2025 Muqsit talk contribs created page Module:Player (Created page with "local p = {} function p.main(frame) local args = frame.args local gamertag = args[1] or '' if gamertag == '' then return '<span class="error">No gamertag provided</span>' end local iconUrl = 'https://skins.cosmicpe.me/gamertag/' .. gamertag local linkUrl = 'https://cosmicpe.me/user/' .. gamertag local html = string.format( '<a href="%s" class="player-link" target="_blank">' .. '<img src="%s" alt="%s" class="player-icon" /></a>', li...")