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
  • 09:52, 8 September 2025 MTOnline talk contribs created page Module:Animate (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.animate(frame) local args = getArgs(frame) local files = {} local size = args.size or '' local link = args.link or '' for i = 1, 10 do -- arbitrary upper limit for number of frames, change as necessary if args[i] then table.insert(files, args[i]) else break end end if size ~= '' then size = '|' .. size end if link ~= '' then link = '|link=' .. link end local images...")