Module to generate vehicle related entries.Overview
Most methods are related to cars/automobiles: a {{$vehicle.vehicle}}
name is comprised of a car {{$vehicle.manufacturer}}
and {{$vehicle.model}}
. You can also generate {{$vehicle.fuel}}
, {{$vehicle.type}}
, and {{$vehicle.color}}
, as well as typical car registration IDs {{$vehicle.vin}}
and {{$vehicle.vrm}}
.If you prefer two wheels, you can generate a {{$vehicle.bicycle}}
type instead.
bicycle#
Returns a type of bicycle.
color#
fuel#
manufacturer#
Returns a manufacturer name.
model#
type#
vehicle#
Returns a random vehicle.
vin#
Returns a vehicle identification number (VIN).
vrm#
Returns a vehicle registration number (Vehicle Registration Mark - VRM)
Modified atΒ 2024-09-02 07:10:39