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
  • 12:15, 7 February 2026 Wlft talk contribs created page Module:I18n2 (Created page with "-- i18n (internationalization) module for obbywiki -- Provides a simple translation system with language fallback local i18n = {} local metatable = {} local methodtable = {} metatable.__index = methodtable --- Cache for loaded translation data local cache = {} --- Default/fallback language local DEFAULT_LANG = 'en' --- Current language code local current_lang = nil --- Get the current content language code from MediaWiki --- --- @return string Language code (e.g....")