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).
- 07:32, 8 October 2025 Wlft talk contribs created page Module:VerifiedConfig (Created page with "local p = {} p.verified_group_names = { "Towerable", } return p")
- 07:14, 8 October 2025 Wlft talk contribs created page MediaWiki:VerifiedGroupsList (Created page with "* Towerable")
- 06:21, 27 September 2025 Wlft talk contribs created page Kitsune Stage Tower (Created page with "{{DISPLAYTITLE:Kitsune Stage Tower}} {{SHORTDESC:Tower Stage Obby by Towerable - 2025}} {{ObbyGameInfobox | name = {{PAGENAME}} | image = Kitsune_stage_tower_thumb_1_alt_1.webp | root_place_id = 121543268913806 | developer = Towerable | publisher = Towerable (WOU) | subgenre = Stage Tower Obby | system = AOS 0.3.4+modified | maturity = minimal | year = 2025 | month = 07 | stages = 300 | towers = 3 | avatar_type = r6 | visits = 0 | likes = 0 | peak_ccu = 0 | twitter =...")
- 06:19, 27 September 2025 Wlft talk contribs created page File:Kitsune stage tower thumb 1 alt 1.webp
- 06:19, 27 September 2025 Wlft talk contribs uploaded File:Kitsune stage tower thumb 1 alt 1.webp
- 09:43, 2 September 2025 Wlft talk contribs protected Template:ObbyGameInfobox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page) (hist)
- 09:42, 2 September 2025 Wlft talk contribs created page Template:ObbyGameInfobox (Created page with "{{#invoke:ObbyGameInfobox|main}}")
- 23:34, 31 August 2025 Wlft talk contribs created page File:External Twitter Coloured Small.webp
- 23:34, 31 August 2025 Wlft talk contribs uploaded File:External Twitter Coloured Small.webp
- 04:45, 31 August 2025 Wlft talk contribs created page Module:ObbyGameInfobox (Created page with "-- inspired by scw local ObbyGameInfobox = {} function ObbyGameInfobox.main( frame ) local InfoboxNeue = require( 'Module:InfoboxNeue' ) local test = InfoboxNeue:new( { placeholderImage = 'Standard169placeholder.webp' } ) local args = require( 'Module:Arguments' ).getArgs( frame ) local obby_name = args.name or '{{PAGENAME}}' local obby_starter_place_id = args.root_place_id or args.start_place_id or 1818 local obby_developer = args.developer...")
- 03:35, 31 August 2025 Wlft talk contribs created page File:Standard169placeholder.webp
- 03:35, 31 August 2025 Wlft talk contribs uploaded File:Standard169placeholder.webp
- 02:09, 31 August 2025 Wlft talk contribs created page File:GoogleMaterialIcons-Globe.svg
- 02:09, 31 August 2025 Wlft talk contribs uploaded File:GoogleMaterialIcons-Globe.svg
- 00:29, 31 August 2025 Wlft talk contribs created page Testvv (Created page with "{{#invoke:Character|infobox | name = Jax Theron | image = ObbyWiki.png | quote = "I make my own luck." | species = Human | homeworld = Corellia | homeworld_page = Corellia (Planet) | affiliation = Galactic Republic | height = 1.85 | mass = 88 }} what")
- 00:26, 31 August 2025 Wlft talk contribs created page Module:TestInfobox (Created page with "local TestInfobox = {} function TestInfobox.main( frame ) local InfoboxNeue = require( 'Module:InfoboxNeue' ) local test = InfoboxNeue:new( { placeholderImage = 'ObbyWiki.png' } ) local args = require( 'Module:Arguments' ).getArgs( frame ) local characterName = args.name or 'Unnamed' local characterSpecies = args.species local characterImage = args.image local characterQuote = args.quote local homeworld = args.homeworld local homeworldPage = a...")
- 00:07, 31 August 2025 Wlft talk contribs created page Module:Tabber (Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules local Tabber = {} --- Helper function to get Tabber length --- --- @param data table --- @return number local function getTabberLength( data ) local length = 0 for k, _ in next, data do if string.find( k, 'label' ) == 1 then length = length + 1 end end return length end --- Render Tabber --- --- @param data table { label{n}, content{n} } --- @retur...")
- 23:15, 30 August 2025 Wlft talk contribs created page Module:Translate/i18n.json (Created page with "{ "license": "CC0-1.0", "description": { "ast": "Tabla de traducciones pal Módulu:Translate", "bg": "Таблица с преводи за Модул:Translate", "ca": "Taula de traduccions per al Mòdul:Translate", "cs": "Tabulka překladů pro Modul:Translate", "de": "Übersetzungstabelle für das Modul:Translate", "el": "Πίνακας μετάφρασης για το Module:Translate", "en": "Translation table for the Module:Translat...")
- 23:15, 30 August 2025 Wlft talk contribs created page Module:Translate (Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules require( 'strict' ) local Translate = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local i18n = require( 'Module:i18n' ):new() --- Cache table containing i18n data at the 'data' key, and a key map at the 'keys' key --- The table is keyed by the i18n.json module name local cach...")
- 22:55, 30 August 2025 Wlft talk contribs created page Module:InfoboxNeue/i18n.json (Created page with "{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:InfoboxNeue" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" }, { "name": "type", "type": "string" }, { "name": "label", "type": "localized" }, { "name": "required", "type": "boolean"...")
- 22:55, 30 August 2025 Wlft talk contribs created page Module:InfoboxNeue/styles.css (Created page with "imported from https://github.com/The-Star-Citizen-Wikis/SharedModules/blob/master/InfoboxNeue/styles.css: .infobox { margin-bottom: var(--space-md); width: 100%; max-width: 400px; border: 1px solid var(--border-color-base); border-radius: var(--border-radius-medium); background-color: transparent; font-size: var(--font-size-small); line-height: var(--line-height-xx-small); box-sizing: content-box; } .infobox[open] { background-color: var(--color-surface-...")
- 22:54, 30 August 2025 Wlft talk contribs created page Module:InfoboxNeue (Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules/blob/master/InfoboxNeue/InfoboxNeue.lua local InfoboxNeue = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local i18n = require( 'Module:i18n' ):new() metatable.__index = methodtable metatable.__tostring = function ( self ) return tostring( self:renderInfobox()...")
- 22:54, 30 August 2025 Wlft talk contribs created page Module:I18n (Created page with "require( 'strict' ) -- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules local i18n = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType --- Cache table containing i18n data --- e.g. cache['en']['SMW'] will get you the SMW table in English local cache = {} --- Cache language codes for reuse local languages = {} --- Retrieve dataset...")
- 22:52, 30 August 2025 Wlft talk contribs created page Module:FloatingUI (Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules --- Lua functions for Extension:FloatingUI --- --- WARNING --- ------- --- THIS IS AN EXPERIMENTAL MODULE MADE FOR AN EXPERIMENTAL EXTENSION --- THIS IS NOT READY FOR PRODUCTION AND SUBJECT TO CHANGE --- ------- local FloatingUI = {} --- Check if a string is empty --- --- @param str string --- @return boolean local function isStringEmpty( str ) return str == nil or str == '' end --- Return...")
- 22:52, 30 August 2025 Wlft talk contribs created page Module:FloatingUI/styles.css (Created page with "imported from https://github.com/The-Star-Citizen-Wikis/SharedModules: .t-floatingui { max-width: 50ch; Needed when this is a span element: display: block; } * Sync with InfoboxNeue styles * TODO: Refactor InfoboxNeue and FloatingUI styles into the same design system: .t-floatingui-section { display: grid; gap: 2px var(--space-xs); grid-auto-rows: max-content; } .t-floatingui-section--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr));...")
- 12:48, 29 August 2025 Wlft talk contribs created page User:Test (Created page with "{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}")
- 06:35, 27 August 2025 Wlft talk contribs uploaded a new version of File:Ow-ycbto-difficulty-effortless-3.webp
- 06:35, 27 August 2025 Wlft talk contribs created page File:Ow-ycbto-difficulty-effortless-3.webp
- 06:35, 27 August 2025 Wlft talk contribs uploaded File:Ow-ycbto-difficulty-effortless-3.webp
- 06:35, 27 August 2025 Wlft talk contribs created page File:Ow-ycbto-difficulty-effortless-2.webp
- 06:35, 27 August 2025 Wlft talk contribs uploaded File:Ow-ycbto-difficulty-effortless-2.webp
- 06:27, 27 August 2025 Wlft talk contribs created page File:Ow-ycbto-difficulty-effortless-1.webp
- 06:27, 27 August 2025 Wlft talk contribs uploaded File:Ow-ycbto-difficulty-effortless-1.webp
- 05:11, 27 August 2025 Wlft talk contribs moved page Template:DifficultiesSloppy to Template:DifficultiesV2
- 05:10, 27 August 2025 Wlft talk contribs moved page Module:DifficultiesSloppy to Module:DifficultiesV2
- 04:53, 27 August 2025 Wlft talk contribs created page Testv (Created page with "{{#invoke:DifficultiesSloppy|main | difficulties = novice, intermediate, expert | novice = true | novice_index = 1 | novice_display = Novice | novice_hex = 00AAFF | novice_file_name = NoviceIcon.png | novice_end = 9 | novice_completion = 85 | novice_badge = 123456789 | novice_link = Novice difficulty <!-- internal page --> | intermediate = true | intermediate_index = 2 | intermediate_display = Intermediate | intermediate_hex = FF9900 | intermediate_end...")
- 04:52, 27 August 2025 Wlft talk contribs created page Template:DifficultiesSloppy (Created page with "{{#invoke:DifficultiesSloppy|main}}")
- 04:52, 27 August 2025 Wlft talk contribs created page Module:DifficultiesSloppy (Created page with "-- Module:Difficulties local p = {} local function ucfirst(str) if not str or str == '' then return str end return mw.ustring.upper(mw.ustring.sub(str, 1, 1)) .. mw.ustring.sub(str, 2) end local function trim(s) return s and mw.text.trim(s) or nil end local function is_true(v) if v == nil then return false end local s = mw.text.trim(tostring(v)):lower() return s == 'true' or s == 'yes' or s == 'y' or s == '1' end...")
- 04:45, 27 August 2025 Wlft talk contribs created page Module:DifficultiesV1 (Created page with "local p = {} local config = require('Module:Difficulties/config') local function ucfirst(str) return str:sub(1,1):upper() .. str:sub(2) end function p.main(frame) local args = frame:getParent().args local difficulties = config.difficulties local output = mw.html.create('table') output:addClass('wikitable') output:addClass('wikitable-fluid') output:addClass('center') -- output:addClass('full-width') output:attr('style', 'width:100%;')...")
- 05:40, 26 August 2025 Wlft talk contribs moved page File:Kiwi's Obbies Star's Difficulty Chart Obby badge Mediocore.webp to File:Kiwi's Obbies Star's Difficulty Chart Obby badge Mediocre.webp
- 05:34, 26 August 2025 Wlft talk contribs created page File:Kiwi's Obbies Star's Difficulty Chart Obby badge Hard.webp
- 05:34, 26 August 2025 Wlft talk contribs uploaded File:Kiwi's Obbies Star's Difficulty Chart Obby badge Hard.webp
- 05:32, 26 August 2025 Wlft talk contribs uploaded a new version of File:Kiwi's Obbies Star's Difficulty Chart Obby badge Medium.webp
- 05:32, 26 August 2025 Wlft talk contribs created page File:Kiwi's Obbies Star's Difficulty Chart Obby badge Medium.webp
- 05:32, 26 August 2025 Wlft talk contribs uploaded File:Kiwi's Obbies Star's Difficulty Chart Obby badge Medium.webp
- 05:32, 26 August 2025 Wlft talk contribs created page File:Kiwi's Obbies Star's Difficulty Chart Obby badge Mediocore.webp
- 05:32, 26 August 2025 Wlft talk contribs uploaded File:Kiwi's Obbies Star's Difficulty Chart Obby badge Mediocore.webp
- 05:32, 26 August 2025 Wlft talk contribs created page File:Kiwi's Obbies Star's Difficulty Chart Obby badge Easy.webp
- 05:32, 26 August 2025 Wlft talk contribs uploaded File:Kiwi's Obbies Star's Difficulty Chart Obby badge Easy.webp
- 05:31, 26 August 2025 Wlft talk contribs created page File:Kiwi's Obbies Star's Difficulty Chart Obby badge Very Easy.webp