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
  • 13:27, 16 March 2026 Wlft talk contribs created page Module:PlayerInfobox (Created page with "-- inspired by scw -- should cover all use cases like developers, community, content creators, etc. local PlayerInfobox = {} local months_full = {'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'} local function month_by_index(month) return months_full[month] or 'N/A' end local function get_comma_val(num) local formatted = num while true do local k; formatted, k = string.gsub(formatted,...")