if not args.manufacturer or not args.year or not args.featured then error("Incorrect parameters to the car infobox") end
local retval = capiunto.create({
top = args.name or "{{BASEPAGENAME}}"mw.title.getCurrentTitle().text,
headerStyle = "background-color: blue; color: white;",
topStyle = "background-color: blue; color: white;"
})
if args.image and args.image ~= "" then retval:addImage("[[File:"..args.image .."|225px]]" or "", args.caption or nil) end
retval:addRow("Manufacturer", "[["..args.manufacturer.."]]")
:addRow("Year", tonumber(args.year))