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).
- 17:09, 30 August 2025 MTOnline talk contribs created page Module:Utils (Created page with "local utils = {} function utils.expand(frame, title, ...) local args = {...} local templateArgs = {} for i, arg in ipairs(args) do if type(arg) == "string" and arg:match("^[^=]+=.+$") then local key, value = arg:match("^([^=]+)=(.+)$") templateArgs[key] = value else templateArgs[i] = tostring(arg) end end if frame.expandTemplate then return frame:expandTemplate{ title = title, args = templateArgs } else local argString = {} for i, arg in i...")