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).
- 09:20, 15 March 2026 Wlft talk contribs created page Module:PartsNavplate (Created page with "local p = {} local navplate = require( 'Module:Navplate' ) local cargo = mw.ext.cargo local function render() local data = { { ['type'] = 'Basic Parts', ['parts'] = { 'Part', } } } local grouping = {} local types = {} for _, row in ipairs( data ) do local label = row.type or 'Other Parts' if not grouping[label] then grouping[label] = {} tab...")