Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of The Wiki Camp 2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:15, 1 February 2024 FallingPineapples talk contribs created page Module:LuaError (Created page with "local p = {} function p.luaerror(message, depth) if (depth == 0) then error(message, 0) end p.luaerror(message, depth - 1) end return p")