Main public logs
More actions
Combined display of all available logs of MCC Island Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:36, 12 July 2025 MTOnline talk contribs created page Module:CosmeticCrates (Created page with "local getArgs = require('Module:Arguments').getArgs local errorModule = require('Module:Error') local data = require("Module:CosmeticCrates/Data") if not data then return "Error: Unable to load data" end local p = {} local function isAnimated(frame, filename) if not frame.preprocess then return true end local content = frame:preprocess('{{:' .. filename .. '}}') return content:lower():find('animated%s*=%s*yes') ~= nil end function p.getChance(frame) local arg...")