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

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).

Logs
  • 10:48, 16 July 2025 MTOnline talk contribs created page Module:CosmeticMachine (Created page with "local getArgs = require('Module:Arguments').getArgs local getRarity = function(name) return require('Module:CosmeticInfo').getRarity({name=name}) end local machineData = mw.loadData('Module:CosmeticMachine/Data') local typeData = mw.loadData("Module:CosmeticInfo/Type/Data") local function round(n) local frac = math.abs(n) % 1 if frac == 0 then return n end local zeros = tostring(frac):match("%.(0*)") or "" local places = #zeros + 2 local factor = 10 ^ places loc...")