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

More actions

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

Logs
  • 07:53, 8 October 2025 Wlft talk contribs created page Module:GroupLink (Created page with "local p = {} local vc = require('Module:VerifiedConfig') local function page_exists(page_title) local title = mw.title.new(page_title) return title and title.exists end local function is_verified_group(page_title) for _, groupName in ipairs(vc.verified_groups) do if groupName == page_title then return true end end return false end function p.link(frame) local args = frame:getParent().args local page_name = args[1...")