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).
- 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%;')...")