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 Creator 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:59, 15 March 2026 Wlft talk contribs created page Module:PartInfobox (Created page with "-- inspired by scw local PartInfobox = {} -- local function get_comma_val(num) -- local formatted = num -- while true do -- local k; -- formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2') -- if (k==0) then -- break -- end -- end -- return formatted -- end local function page_exists(page_title) local title = mw.title.new(page_title) return title and title.exists end function PartInfobox.main( frame ) local InfoboxNeue = re...")