Jump to content

Main public logs

Combined display of all available logs of Out of Ore Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:07, 8 March 2026 Tattecko talk contribs created page Module:OOOVehicleInfoBox (Created page with "local p = {} local function row(label, value) if not value or value == "" then return "" end return '<div class="ooo-vehicle-row"><span>' .. label .. '</span><span>' .. value .. '</span></div>' end function p.render(frame) local args = frame.args local name = args.name or "" local image = args.image or "" local type = args.type or "" local level = args.level or "" local price = args.price or "" local capacity = args.capacity or "" local fueluse = args.f...")