Combined display of all available logs of Obby Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:50, 3 April 2025 Wlft talk contribs created page Module:ObbyInfobox (Created page with "-- roblox.fandom.com local get_args = require('Module:Arguments') local p = {} function p.wrap_function(f, ppc) if ppc then return function(frame) return frame:preprocess(func(get_args(frame))) end else return function(frame) return func(get_args(frame)) end end end return p")