Jump to content

Module:OOOVehicleInfoBox: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 March 2026

  • curprev 15:0715:07, 8 March 2026 Tattecko talk contribs 1,902 bytes +1,902 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..."