function p.main(frame)
	local args = frame:getParent().args
	if not (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}}",