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).
- 17:13, 8 March 2026 Muqsit talk contribs created page Module:Tier List (Created page with "local p = {} local html function p.drawTierList(frame) html = mw.html.create('div'):addClass('tierList')-- initialize the wikitext with the container for the list local GAME = frame.args[1]:gsub("%s+", "") -- capture the target game from the first arg local character = "default" local numberOfTiers = tablelength(frame.args) local colors = { '#b8ff89', '#fdff89', '#ffdf7f', '#ffbf7f','#e98d87', '#ff7ff0', '#d17fff', '#7fbfff', '#7feeff', '#7fffc3' }...")