vehicles 0.4.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +55 -1
- data/README.md +36 -8
- data/data/plates/PROVENANCE.md +9 -0
- data/data/plates/_decode/es-provinces.yml +116 -0
- data/data/plates/_meta/classes.yml +25 -0
- data/data/plates/de.yml +672 -0
- data/data/plates/es.yml +692 -0
- data/data/plates/nl.yml +972 -0
- data/data/plates/us-fl.yml +518 -0
- data/data/vehicles.json +28109 -37241
- data/lib/vehicles/configuration.rb +4 -2
- data/lib/vehicles/model.rb +23 -6
- data/lib/vehicles/plates/jurisdiction.rb +32 -0
- data/lib/vehicles/plates/series.rb +137 -0
- data/lib/vehicles/plates.rb +110 -0
- data/lib/vehicles/providers/hosted_provider.rb +26 -8
- data/lib/vehicles/providers/local_provider.rb +4 -3
- data/lib/vehicles/version.rb +1 -1
- data/lib/vehicles.rb +21 -0
- metadata +12 -2
|
@@ -0,0 +1,518 @@
|
|
|
1
|
+
# plates/us/fl.yml — Florida (PRD-PLATES gate L0 pilot; the federated case).
|
|
2
|
+
#
|
|
3
|
+
# WHY FLORIDA IS THE PILOT STATE, restated from the source law: the US has NO
|
|
4
|
+
# federal plate mandate and per-state IP posture VARIES. Florida is the
|
|
5
|
+
# affirmatively favourable case — its constitution and public-records statutes
|
|
6
|
+
# bar copyright claims over public records, and Microdecisions, Inc. v. Skinner
|
|
7
|
+
# (2004) held government-produced text, communications AND IMAGES to be public
|
|
8
|
+
# domain. See `artwork_risk` below.
|
|
9
|
+
#
|
|
10
|
+
# SOURCING RULE APPLIED HERE: Florida's plate FACTS come from the STATUTE, not
|
|
11
|
+
# the brochure. Edicts of government are public domain at every level, and
|
|
12
|
+
# PRD-PLATES §4 says always prefer the statute over the brochure. So every
|
|
13
|
+
# format, dimension, legend, display and replacement-cycle claim below cites
|
|
14
|
+
# Chapter 320 or Chapter 316 of the Florida Statutes. The FLHSMV brochure and
|
|
15
|
+
# the specialty portal are cited only for the two things the statute does not
|
|
16
|
+
# carry: which standard VARIANTS are currently offered, and how many specialty
|
|
17
|
+
# programs exist.
|
|
18
|
+
#
|
|
19
|
+
# WHAT IS DELIBERATELY NOT HERE (PRD-PLATES §2.5): the individual specialty
|
|
20
|
+
# DESIGNS. L2 indexes the programs with official links and counts; individual
|
|
21
|
+
# designs are L4. `us-fl-specialty-index` is that index entry and nothing more.
|
|
22
|
+
jurisdiction: us-fl
|
|
23
|
+
authority:
|
|
24
|
+
name: Florida Department of Highway Safety and Motor Vehicles (FLHSMV)
|
|
25
|
+
url: "https://www.flhsmv.gov/motor-vehicles-tags-titles/license-plates-registration/"
|
|
26
|
+
binding: vehicle
|
|
27
|
+
statute_edition: "The 2025 Florida Statutes (Title XXIII Motor Vehicles, Chapters 316 and 320) — the edition read for this pass; leg.state.fl.us serves editions back to 1997"
|
|
28
|
+
|
|
29
|
+
# ---------------------------------------------------------------------------
|
|
30
|
+
# artwork_risk — required per jurisdiction by PRD-PLATES §4.
|
|
31
|
+
# ---------------------------------------------------------------------------
|
|
32
|
+
artwork_risk:
|
|
33
|
+
posture: public-domain-favourable
|
|
34
|
+
basis: >-
|
|
35
|
+
Florida is the strongest public-domain posture of any US state surveyed: the
|
|
36
|
+
state constitution plus the public-records statutes prohibit copyright claims
|
|
37
|
+
over public records, and Microdecisions, Inc. v. Skinner (2004) held that
|
|
38
|
+
government-produced text, communications and IMAGES are public domain.
|
|
39
|
+
Wikimedia Commons carries and actively uses the {{PD-FLGov}} tag. Contrast
|
|
40
|
+
Arizona, which expressly asserts copyright, and NY/PA/WA, which are adverse.
|
|
41
|
+
emblem_rule: >-
|
|
42
|
+
PRD-PLATES §3's placeholder default still applies to the ORANGE BLOSSOM and
|
|
43
|
+
STATE MAP graphic until the emblem is affirmatively cleared per-emblem. Even
|
|
44
|
+
under a favourable copyright posture, state seals and emblems carry
|
|
45
|
+
protection INDEPENDENT of copyright (state-seal misuse statutes), and that
|
|
46
|
+
question is unresearched. Render `emblem: {present: true, rendered:
|
|
47
|
+
placeholder}` and revisit as a named decision.
|
|
48
|
+
photograph_caution: >-
|
|
49
|
+
Commons photographs of Florida plates are dominantly CC BY-SA — but that is
|
|
50
|
+
the PHOTOGRAPHER's licence on the PHOTOGRAPH, and the uploader had no
|
|
51
|
+
standing over the design. Measured examples: File:FL-2010.jpg CC BY-SA 4.0,
|
|
52
|
+
File:1983 Florida license plate - XRN 061.jpg CC BY-SA 3.0, File:License
|
|
53
|
+
plates of Florida 1844.jpg CC BY-SA 4.0. Because our renders are generated
|
|
54
|
+
from the statute and never derived from a photograph, those share-alike
|
|
55
|
+
obligations never attach.
|
|
56
|
+
sources:
|
|
57
|
+
- "https://commons.wikimedia.org/wiki/Template:PD-FLGov # the Florida PD tag exists and is in active use (Category:PD Florida)"
|
|
58
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.06.html # the statutory design spec itself — an edict of government, PD"
|
|
59
|
+
|
|
60
|
+
# ---------------------------------------------------------------------------
|
|
61
|
+
# The US standards chain. Recorded once, because it is voluntary and because
|
|
62
|
+
# the delegation trap matters: AAMVA sends dimensions to SAE J686, whose own
|
|
63
|
+
# text is PAYWALLED and UNPINNED. Nothing below quotes J686.
|
|
64
|
+
# ---------------------------------------------------------------------------
|
|
65
|
+
us_standards:
|
|
66
|
+
no_federal_mandate: true
|
|
67
|
+
chain: "SAE J686 -> AAMVA License Plate Standard Edition 3 (September 2025) -> voluntary state adoption. AAMVA has no enforcement power; it writes recommendations in the declarative present, which must be read as RECOMMENDED PRACTICE, not requirement."
|
|
68
|
+
aamva_edition_3:
|
|
69
|
+
dimensions_delegated: "AAMVA §3.1: 'License plate dimensions and bolt holes comply with the SAE International Motor Vehicle License Plates Standard J686.' So the dimension authority is SAE J686 — not AAMVA, not any federal body. J686's own text is paywalled and was NOT obtained; no J686 dimension is quoted anywhere in this dataset."
|
|
70
|
+
retroreflectivity: "AAMVA §3.3: readable 'in both daylight and nighttime from distances of at least 75 feet'; materials per ASTM D4956-19 and ISO 7591:1982 clause 3; test geometry entrance angle 0.2°, observation angle -4°, minimum 45 cd/lx/m²"
|
|
71
|
+
jurisdiction_name_layout: "AAMVA §2.1: the jurisdiction name 'appears in the top center location between the bolt holes', at least 0.25 in above the plate number and at least 0.125 in from the top edge; jurisdiction characters 0.75-1.0 in"
|
|
72
|
+
character_layout: "AAMVA §2.2: characters at least 2.5 in high, spaced at least 0.25 in apart, stroke weight 0.2-0.4 in, at least 1.25 in clear of the top and bottom edges"
|
|
73
|
+
stacked_characters: "AAMVA: 'If stacked characters are used, they are part of the official license plate number. No more than two characters are to be stacked.' Consequential for regex and normalisation — a stacked pair is SERIAL, not decoration."
|
|
74
|
+
replacement_cycle: "AAMVA §1.1: 'Because license plates lose significant retro-reflectivity within 7 years, a required rolling or full replacement cycle not to exceed 7 to 10 years is recommended.' Florida legislated 10 (see us-fl-standard)."
|
|
75
|
+
licence_posture: "AAMVA © — freely downloadable without click-through; facts extractable, text not reproducible. Cited, not quoted at length."
|
|
76
|
+
source: "https://www.aamva.org/getmedia/646bcc8a-219b-47d8-b5cd-726240473163/License-Plate-Standard-Edition-3_September-2025-Update.pdf"
|
|
77
|
+
folklore_caution: >-
|
|
78
|
+
The famous "1956 AMA standardization agreement" that supposedly fixed the
|
|
79
|
+
6x12 inch plate is UNCITED in its Wikipedia source — a `citation needed`
|
|
80
|
+
since 2017, copied verbatim across articles, i.e. circular. It is recorded
|
|
81
|
+
here as COMMONLY REPEATED, UNSOURCED, and Florida's 6x12 minimum is instead
|
|
82
|
+
cited to § 320.06(3)(a) F.S., which states it in law.
|
|
83
|
+
|
|
84
|
+
# ---------------------------------------------------------------------------
|
|
85
|
+
# Display rules. Florida is a REAR-ONLY state with two statutory exceptions,
|
|
86
|
+
# one of which is genuinely unusual (truck tractors are FRONT-ONLY).
|
|
87
|
+
# ---------------------------------------------------------------------------
|
|
88
|
+
display_rules:
|
|
89
|
+
default: "ONE plate, rear. § 320.06(1)(a): the department issues 'one registration license plate, unless two plates are required for display by s. 320.0706, for each vehicle so registered'. § 316.605(1) then requires display of 'the license plate or both of the license plates assigned to it by the state, one on the rear and, if two, the other on the front'."
|
|
90
|
+
front_plate_required_when:
|
|
91
|
+
- "commercial truck of gross vehicle weight 26,001 lb or more: front AND rear (§ 320.0706)"
|
|
92
|
+
- "TRUCK TRACTOR: the owner 'shall be required to display the registration license plate only on the FRONT of such vehicle' (§ 320.0706) — front-only, the inverse of the state default and a genuine outlier in the US"
|
|
93
|
+
dump_truck: "the rear plate may be placed on the gate, no higher than 60 inches, for better visibility (§ 320.0706)"
|
|
94
|
+
exempt: "display is excused for described former military vehicles under § 320.086(5) (cross-referenced by § 316.605(1))"
|
|
95
|
+
mounting: "§ 316.605(1): securely fastened outside the main body, not higher than 60 in and not lower than 12 in from the ground, no more than 24 in left or right of the vehicle centreline, and not swinging; plainly visible and legible at 100 feet"
|
|
96
|
+
orientation: "§ 316.605(1): letters and numerals read left to right PARALLEL TO THE GROUND; no inverted or reversed display; nothing may be placed on the face of a Florida plate except as permitted by law or agency rule"
|
|
97
|
+
penalty: "violation of § 316.605(1) is a noncriminal traffic infraction, punishable as a NONMOVING violation; violation of § 320.0706 is punishable as a MOVING violation"
|
|
98
|
+
sources:
|
|
99
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.06.html # § 320.06(1)(a): one plate unless two required by s. 320.0706"
|
|
100
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0316/Sections/0316.605.html # § 316.605(1): display, mounting heights, 100-foot legibility, orientation, the face-of-plate rule, penalty"
|
|
101
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.0706.html # § 320.0706: 26,001 lb trucks front and rear; truck tractors FRONT ONLY; dump-truck gate rule"
|
|
102
|
+
|
|
103
|
+
series:
|
|
104
|
+
|
|
105
|
+
# =========================================================================
|
|
106
|
+
# THE STANDARD-ISSUE SERIES.
|
|
107
|
+
# =========================================================================
|
|
108
|
+
- id: us-fl-standard
|
|
109
|
+
class: standard
|
|
110
|
+
categories: [car, van, truck, bus, motorcycle, moped, trailer]
|
|
111
|
+
period: { start: 2025 }
|
|
112
|
+
period_evidence: instrument-in-force-upper-bound
|
|
113
|
+
format:
|
|
114
|
+
pattern: "LLL 999"
|
|
115
|
+
regex: '\A[A-Z]{3} ?\d{3}\z'
|
|
116
|
+
regex_statutory: '\A[A-Z0-9]{1,7}\z'
|
|
117
|
+
charset:
|
|
118
|
+
notes: >-
|
|
119
|
+
§ 320.06(1)(a): the department assigns 'a registration license number
|
|
120
|
+
consisting of letters and numerals or numerals'. § 320.06(3)(a): the plate
|
|
121
|
+
'must be imprinted with a combination of bold letters and numerals or
|
|
122
|
+
numerals, NOT TO EXCEED SEVEN DIGITS'. That is the whole statutory
|
|
123
|
+
constraint — Florida law fixes a MAXIMUM LENGTH and an alphabet, and
|
|
124
|
+
nothing else. No letter exclusions are stated anywhere in Chapter 320.
|
|
125
|
+
pattern_note: >-
|
|
126
|
+
`regex` encodes the CURRENT passenger arrangement (three letters, three
|
|
127
|
+
numerals). `regex_statutory` encodes what the STATUTE actually permits — up
|
|
128
|
+
to seven alphanumeric characters — and is the honest bound for any
|
|
129
|
+
Florida plate of unknown vintage. Historical and parallel Florida
|
|
130
|
+
arrangements reported by secondary sources (ABC D12, A12 3BC, 12A BCD,
|
|
131
|
+
123 4AB, AB1 2CD, A12 34B) all fall inside `regex_statutory`; they are NOT
|
|
132
|
+
given series of their own here because no primary establishing their
|
|
133
|
+
periods was obtained (recorded gap).
|
|
134
|
+
stacked_characters_note: "AAMVA treats stacked characters as part of the official number, at most two stacked. Florida's statute is silent on stacking; a normaliser must decide, and the decision belongs in the parse layer, not here."
|
|
135
|
+
design:
|
|
136
|
+
plate: { w: 12, h: 6, unit: in, w_mm: 304.8, h_mm: 152.4 }
|
|
137
|
+
plate_dimension_note: >-
|
|
138
|
+
§ 320.06(3)(a), verbatim: the plate 'must be at least 6 inches wide and not
|
|
139
|
+
less than 12 inches in length, unless a plate with reduced dimensions is
|
|
140
|
+
deemed necessary by the department to accommodate motorcycles, mopeds,
|
|
141
|
+
similar smaller vehicles, or trailers'. Note the statute states MINIMA, and
|
|
142
|
+
note its axes read oddly ('6 inches wide', '12 inches in length') — the
|
|
143
|
+
conventional US plate is 12 in across by 6 in tall, recorded that way here.
|
|
144
|
+
The reduced motorcycle/moped/trailer sizes are set by DEPARTMENT DISCRETION,
|
|
145
|
+
not by statute, and were not obtained (recorded gap).
|
|
146
|
+
material: "metal, 'specially treated with a retroreflection material, as specified by the department', designed to increase nighttime visibility and legibility (§ 320.06(3)(a))"
|
|
147
|
+
background: { color: "#FFFFFF", finish: retroreflective, hex_basis: observed }
|
|
148
|
+
foreground: "#006747"
|
|
149
|
+
colour_note: >-
|
|
150
|
+
NEITHER COLOUR IS IN THE STATUTE. § 320.06(3)(a) mandates a retroreflection
|
|
151
|
+
material and says nothing about hue. The reflective-white ground and green
|
|
152
|
+
characters are `hex_basis: observed`, taken from the design as depicted in
|
|
153
|
+
FLHSMV's own brochure (fetched, but its plates are raster images) and
|
|
154
|
+
corroborated only by a Wikipedia LOCATOR. Treat both hexes as unverified
|
|
155
|
+
pending a departmental rule or a colour spec in the Florida Administrative
|
|
156
|
+
Code.
|
|
157
|
+
legend_top: "FLORIDA"
|
|
158
|
+
legend_bottom_options: ["<county name>", "<state motto>", "Sunshine State"]
|
|
159
|
+
legend_rule: >-
|
|
160
|
+
§ 320.06(3)(a), verbatim: 'The license plate must be imprinted with the word
|
|
161
|
+
"Florida" at the top and the name of the county in which it is sold, the
|
|
162
|
+
state motto, or the words "Sunshine State" at the bottom.' And: 'Any county
|
|
163
|
+
may, upon majority vote of the county commission, elect to have the county
|
|
164
|
+
name removed from the license plates sold in that county. The state motto or
|
|
165
|
+
the words "Sunshine State" shall be printed in lieu thereof.' So the
|
|
166
|
+
county-name legend is a COUNTY-LEVEL OPT-OUT, which means the bottom legend
|
|
167
|
+
is not a property of the series at all but of the selling county — a real
|
|
168
|
+
modelling wrinkle for a jurisdiction-keyed schema.
|
|
169
|
+
graphic: { present: true, rendered: placeholder, description: "orange blossom over a state map, centred — observed from the official brochure images and a Wikipedia locator, NOT from a statutory drawing" }
|
|
170
|
+
emblem: { present: true, rendered: placeholder }
|
|
171
|
+
validation_sticker: { position: "upper right corner of the plate", content: "owner's birth month, plate number, and year of expiration or the applicable renewal period where the owner is not a natural person", material: "retroreflection-treated, adhesive", source_note: "§ 320.06(1)(b)1" }
|
|
172
|
+
band: { side: none }
|
|
173
|
+
rear_differs: false
|
|
174
|
+
variants_offered: ["Sunshine State", "County Name", "In God We Trust (state motto)", "America 250"]
|
|
175
|
+
variants_note: >-
|
|
176
|
+
All four are STANDARD plates, all orderable as personalized, and all four are
|
|
177
|
+
confirmed present in FLHSMV's official brochure. They are recorded as
|
|
178
|
+
`variants_offered` rather than as four series because § 320.06(3)(a) makes
|
|
179
|
+
the bottom legend a choice within one statutory design — format, period and
|
|
180
|
+
everything else are identical.
|
|
181
|
+
replacement_cycle:
|
|
182
|
+
years: 10
|
|
183
|
+
statutory_text: "§ 320.06(1)(b)1: 'Registration license plates bearing a graphic symbol and the alphanumeric system of identification shall be issued for a 10-year period. At the end of the 10-year period, upon renewal, the plate shall be replaced. The department shall extend the scheduled license plate replacement date from a 6-year period to a 10-year period.'"
|
|
184
|
+
fee: "$28 replacement, prepaid at $2.80 per year and credited toward the next $28"
|
|
185
|
+
note: >-
|
|
186
|
+
FLORIDA LEGISLATED THE TOP OF AAMVA'S RANGE. AAMVA §1.1 recommends a cycle
|
|
187
|
+
'not to exceed 7 to 10 years'; Florida chose 10 and, in the same sentence,
|
|
188
|
+
recorded that it moved UP from 6. This is the answer to "is there a US
|
|
189
|
+
redesign cadence?" — there is no redesign schedule anywhere, only
|
|
190
|
+
per-state REPLACEMENT cycles, and here is one in statute.
|
|
191
|
+
registration_period: "12 months standard, 24 months extended, or permanent for qualifying rental vehicles and certain semitrailers provided the taxes and fees are paid annually; expirations key off the owner's BIRTH MONTH (§ 320.06(1)(b)1, (1)(c))"
|
|
192
|
+
region_encoding: "county name appears as a LEGEND, not as a code — it is printed text, is opt-out at county-commission level, and encodes nothing in the serial. There is no geographic decode in a Florida plate string."
|
|
193
|
+
sources:
|
|
194
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.06.html # § 320.06(1)(a) one plate + 'letters and numerals or numerals'; (1)(b)1 the 10-year cycle, $28 fee, birth-month validation sticker; (1)(c) registration periods; (3)(a) 6x12 minimum, retroreflection, seven-character cap, FLORIDA top / county-motto-Sunshine State bottom, county opt-out"
|
|
195
|
+
- "https://www.flhsmv.gov/pdf/specialtyplates/FLPB.pdf # official FLHSMV 'Florida License Plates' brochure, 27 pp — confirms the four standard variants: Sunshine State, County Name, In God We Trust (State Motto), America 250"
|
|
196
|
+
- "https://www.aamva.org/getmedia/646bcc8a-219b-47d8-b5cd-726240473163/License-Plate-Standard-Edition-3_September-2025-Update.pdf # AAMVA Ed.3 §1.1 replacement-cycle recommendation Florida's 10 years sits at the top of"
|
|
197
|
+
- "https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Florida # LOCATOR ONLY (PRD-PLATES §4): the reported February 2026 rollout of the orange-blossom design and the seven historical serial arrangements. Neither is asserted as sourced here."
|
|
198
|
+
notes: >-
|
|
199
|
+
FLORIDA STANDARD ISSUE. THE ID IS DELIBERATELY UNDATED. PRD-PLATES's own
|
|
200
|
+
example id is `us-fl-standard-2003`, but no primary establishing the boundary
|
|
201
|
+
between Florida base-design generations was obtained in this pass: the FLHSMV
|
|
202
|
+
brochure carries designs as images with no dates, and the reported February
|
|
203
|
+
2026 rollout of the orange-blossom base is Wikipedia-grade. Rather than mint a
|
|
204
|
+
dated id on a folklore boundary and then have to alias it, this entry is the
|
|
205
|
+
undated statutory series; when a primary lands, a dated id is added and this id
|
|
206
|
+
becomes its former-id alias under the PRD-QUALITY I-5/I-6 contract.
|
|
207
|
+
PERIOD CAVEAT: `start: 2025` is the edition of the Florida Statutes read and is
|
|
208
|
+
an UPPER BOUND on the true start — Florida has issued alphanumeric plates for
|
|
209
|
+
the better part of a century. Recorded as an upper bound rather than invented.
|
|
210
|
+
|
|
211
|
+
# =========================================================================
|
|
212
|
+
# SPECIALTY — THE PROGRAM INDEX, per PRD-PLATES §2.5. Count and official
|
|
213
|
+
# links only; no individual designs.
|
|
214
|
+
# =========================================================================
|
|
215
|
+
- id: us-fl-specialty-index
|
|
216
|
+
class: specialty
|
|
217
|
+
categories: [car, van, truck, motorcycle]
|
|
218
|
+
period: { start: 2025 }
|
|
219
|
+
period_evidence: instrument-in-force-upper-bound
|
|
220
|
+
format:
|
|
221
|
+
pattern: "LLL 999"
|
|
222
|
+
regex: '\A[A-Z]{3} ?\d{3}\z'
|
|
223
|
+
regex_statutory: '\A[A-Z0-9]{1,7}\z'
|
|
224
|
+
charset: { notes: "specialty plates carry ORDINARY serials on an alternative design — the § 320.06(3)(a) seven-character cap and alphabet apply unchanged" }
|
|
225
|
+
design:
|
|
226
|
+
plate: { w: 12, h: 6, unit: in }
|
|
227
|
+
background: { finish: retroreflective }
|
|
228
|
+
note: "one design per authorised program; the designs themselves are L4 scope (PRD-PLATES §2.5) and none is described here"
|
|
229
|
+
emblem: { present: true, rendered: placeholder }
|
|
230
|
+
program_index:
|
|
231
|
+
count_official: "over 100"
|
|
232
|
+
count_official_quote: "FLHSMV, in its own words: 'Florida offers over 100 different specialty license plates for various organizations in support of the causes they represent.'"
|
|
233
|
+
count_secondary: "over 120 per Wikipedia — LOCATOR ONLY, not reconciled with FLHSMV's own figure; the discrepancy is recorded, not averaged (PRD-PLATES §5.3)"
|
|
234
|
+
official_list_url: "https://www.flhsmv.gov/motor-vehicles-tags-titles/personalized-specialty-license-plates/specialty-license-plates/"
|
|
235
|
+
official_catalogue_url: "https://www.flhsmv.gov/pdf/specialtyplates/FLPB.pdf"
|
|
236
|
+
official_military_catalogue_url: "https://www.flhsmv.gov/pdf/specialtyplates/military_brochure.pdf"
|
|
237
|
+
registration_counts_url: "https://services.flhsmv.gov/specialtyplates/"
|
|
238
|
+
registration_counts_note: >-
|
|
239
|
+
THE DIFFERENTIATOR NO COMPETITOR HAS. services.flhsmv.gov/specialtyplates/ is
|
|
240
|
+
a REPORTING PORTAL, not a gallery: it publishes a Monthly Active Specialty
|
|
241
|
+
Plates report ('all active registration as of the first of each month' —
|
|
242
|
+
active meaning a current/valid decal) and a Monthly Revenue Collections
|
|
243
|
+
report with three years of history. That is per-plate ISSUANCE VOLUME from
|
|
244
|
+
the issuing agency. No enthusiast site and no competing dataset carries
|
|
245
|
+
issuance volumes. The active-plate report explicitly has NO HISTORICAL DATA,
|
|
246
|
+
so it must be snapshotted monthly or the history is lost forever.
|
|
247
|
+
brochure_sections_observed: ["STANDARD", "SPECIALTY - COLLEGIATE", "SPECIAL - COMMERCIAL VEHICLE", "SPECIAL - FRONT END FOR EMERGENCY PERSONNEL", "SPECIAL - HISTORICAL VEHICLE", "SPECIAL - MISCELLANEOUS"]
|
|
248
|
+
special_requirement_subtype: "FLHSMV distinguishes SPECIAL REQUIREMENT plates as 'a subtype of specialty license plates' — those needing the registrant to furnish proof before purchase (military decorations, disabled veteran, etc.). Medal of Honor, Air Force Cross, Navy Cross, Distinguished Service Cross, Silver Star, Distinguished Flying Cross and World War II Veteran plates must be ordered through the Department, not a service centre."
|
|
249
|
+
churn_note: "§ 320.08056(8)(a) obliges the department to DISCONTINUE issuance of an approved specialty plate in stated circumstances, so the index is a moving target with authorised-but-dead programs in it. The numeric threshold triggering discontinuation was not extracted in this pass (recorded gap)."
|
|
250
|
+
gift_certificate_program: "FLHSMV authorises specialty-plate GIFT CERTIFICATES redeemable at any authorised motor-vehicle office; money passes to the sponsoring entity on purchase, so refunds are not available."
|
|
251
|
+
region_encoding: none
|
|
252
|
+
sources:
|
|
253
|
+
- "https://www.flhsmv.gov/motor-vehicles-tags-titles/personalized-specialty-license-plates/ # FLHSMV: 'Florida offers over 100 different specialty license plates'; the special-requirement subtype; the military-plate ordering rule; the gift-certificate program"
|
|
254
|
+
- "https://services.flhsmv.gov/specialtyplates/ # Monthly Active Specialty Plates report (no historical data) + Monthly Revenue Collections report (3-year history)"
|
|
255
|
+
- "https://www.flhsmv.gov/pdf/specialtyplates/FLPB.pdf # the 27-page official catalogue and its section structure"
|
|
256
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.08056.html # § 320.08056: specialty plate authorisation, annual use fees, and the (8)(a) discontinuation duty"
|
|
257
|
+
notes: >-
|
|
258
|
+
THE SPECIALTY PROGRAM INDEX — one entry standing for the whole program, which
|
|
259
|
+
is what PRD-PLATES §2.5 asks for at this gate. Two things worth carrying
|
|
260
|
+
forward. First, the count is CONTESTED: FLHSMV says over 100, Wikipedia says
|
|
261
|
+
over 120, and the honest record is both figures with their sources, not a
|
|
262
|
+
split. Second, the monthly active-plate report is the single most valuable
|
|
263
|
+
structured artefact found in the whole US pass and it is NOT archived by its
|
|
264
|
+
publisher — a monthly capture job should be scheduled before L2, because every
|
|
265
|
+
month not captured is permanently gone.
|
|
266
|
+
|
|
267
|
+
- id: us-fl-personalized
|
|
268
|
+
class: personalized
|
|
269
|
+
categories: [car, van, truck, motorcycle]
|
|
270
|
+
period: { start: 2025 }
|
|
271
|
+
period_evidence: instrument-in-force-upper-bound
|
|
272
|
+
format:
|
|
273
|
+
pattern: "LLLLLLL"
|
|
274
|
+
regex: '\A[A-Z]{1,7}\z'
|
|
275
|
+
regex_statutory: '\A[A-Z0-9]{1,7}\z'
|
|
276
|
+
charset: { notes: "owner-chosen inside the § 320.06(3)(a) frame: bold letters and numerals or numerals, at most seven characters. Availability is checked through FLHSMV's Personalized License Plate Inquiry before order." }
|
|
277
|
+
design:
|
|
278
|
+
plate: { w: 12, h: 6, unit: in }
|
|
279
|
+
background: { color: "#FFFFFF", finish: retroreflective, hex_basis: observed }
|
|
280
|
+
foreground: "#006747"
|
|
281
|
+
note: "any standard OR specialty design may be personalized — FLHSMV: 'Standard license plates listed above can be ordered as personalized'"
|
|
282
|
+
fee: "$15 additional annual fee per personalized plate; HSMV form 83043 completed and presented at a local office"
|
|
283
|
+
region_encoding: none
|
|
284
|
+
sources:
|
|
285
|
+
- "https://www.flhsmv.gov/motor-vehicles-tags-titles/personalized-specialty-license-plates/ # personalized plates ordered in person, $15 annual fee, HSMV form 83043, the Personalized License Plate Inquiry availability service"
|
|
286
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.06.html # § 320.06(3)(a): the seven-character cap and alphabet a personalized configuration must fit"
|
|
287
|
+
- "https://www.flhsmv.gov/pdf/specialtyplates/FLPB.pdf # 'Note: Standard license plates listed above can be ordered as personalized.'"
|
|
288
|
+
notes: >-
|
|
289
|
+
PERSONALIZED PLATES. Modelled as its own series because the SERIAL SOURCE
|
|
290
|
+
differs — owner-chosen rather than department-assigned — which is a format
|
|
291
|
+
property even though the character frame is identical. The regex given is the
|
|
292
|
+
letters-only shape most vanity configurations take; regex_statutory is the true
|
|
293
|
+
bound. Florida's content-refusal criteria are not in Chapter 320 and were not
|
|
294
|
+
obtained (recorded gap).
|
|
295
|
+
|
|
296
|
+
# =========================================================================
|
|
297
|
+
# HISTORIC — Florida runs TWO permanent numeric series, both in statute, and
|
|
298
|
+
# they are among the best-specified series in the whole L0 pass.
|
|
299
|
+
# =========================================================================
|
|
300
|
+
- id: us-fl-horseless-carriage
|
|
301
|
+
class: historic
|
|
302
|
+
categories: [car]
|
|
303
|
+
period: { start: 2025 }
|
|
304
|
+
period_evidence: instrument-in-force-upper-bound
|
|
305
|
+
format:
|
|
306
|
+
pattern: "999"
|
|
307
|
+
regex: '\A\d+\z'
|
|
308
|
+
charset:
|
|
309
|
+
notes: >-
|
|
310
|
+
§ 320.086(1), verbatim: 'The registration numbers and special license plates
|
|
311
|
+
assigned to such motor vehicles shall run in a separate numerical series,
|
|
312
|
+
commencing with "Horseless Carriage No. 1"'. A SEPARATE NUMERICAL SERIES
|
|
313
|
+
with a stated origin and NO STATED WIDTH — hence the unbounded quantifier,
|
|
314
|
+
which makes no width claim. The § 320.06(3)(a) seven-character cap still
|
|
315
|
+
bounds it in practice.
|
|
316
|
+
progression: "strictly sequential from 1"
|
|
317
|
+
design:
|
|
318
|
+
plate: { w: 12, h: 6, unit: in }
|
|
319
|
+
background: { finish: retroreflective }
|
|
320
|
+
colour_note: >-
|
|
321
|
+
§ 320.086(1) requires only that 'the plates shall be of a distinguishing
|
|
322
|
+
color' — the statute names NO colour, so none is recorded. This is the
|
|
323
|
+
cleanest example in the pilot of a legislature specifying a design PROPERTY
|
|
324
|
+
(distinctness) rather than a design VALUE.
|
|
325
|
+
legend: "Horseless Carriage"
|
|
326
|
+
eligibility: "motor vehicle for private use manufactured in MODEL YEAR 1945 OR EARLIER, operated on the state's streets and highways"
|
|
327
|
+
validity: "permanent — 'valid for use without renewal so long as the vehicle is in existence'"
|
|
328
|
+
region_encoding: none
|
|
329
|
+
sources:
|
|
330
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.086.html # § 320.086(1): model year 1945 or earlier, the separate numerical series from 'Horseless Carriage No. 1', distinguishing colour, permanent validity, manufacture-cost fee"
|
|
331
|
+
notes: >-
|
|
332
|
+
HORSELESS CARRIAGE. Florida sets its historic threshold by a FIXED MODEL YEAR
|
|
333
|
+
(1945 or earlier) rather than a rolling age — the opposite design choice to the
|
|
334
|
+
Antique series below, which is rolling, and to Germany's H plate. A plates
|
|
335
|
+
dataset must model both kinds of threshold: fixed-cutoff eligibility never
|
|
336
|
+
changes, rolling eligibility silently changes every year, and only the second
|
|
337
|
+
needs re-auditing. The Netherlands' pre-1978 dark-blue rule is the fixed kind
|
|
338
|
+
too.
|
|
339
|
+
|
|
340
|
+
- id: us-fl-antique
|
|
341
|
+
class: historic
|
|
342
|
+
categories: [car, truck, bus]
|
|
343
|
+
period: { start: 2025 }
|
|
344
|
+
period_evidence: instrument-in-force-upper-bound
|
|
345
|
+
format:
|
|
346
|
+
pattern: "999"
|
|
347
|
+
regex: '\A\d+\z'
|
|
348
|
+
charset: { notes: "§ 320.086(2)(a): 'shall run in a separate numerical series, commencing with \"Antique No. 1\"' — again a stated origin and no stated width" }
|
|
349
|
+
progression: "strictly sequential from 1"
|
|
350
|
+
design:
|
|
351
|
+
plate: { w: 12, h: 6, unit: in }
|
|
352
|
+
background: { finish: retroreflective }
|
|
353
|
+
colour_note: "'the plates shall be of a distinguishing color' — no value stated (§ 320.086(2)(a))"
|
|
354
|
+
legend: "Antique"
|
|
355
|
+
eligibility: "motor vehicle for private use manufactured in a model year AFTER 1945 and 'of the age of 30 years or more after the model year' — a ROLLING threshold. § 320.086(3) extends the same plates to ancient or antique firefighting apparatus, FORMER MILITARY VEHICLES and other historical motor vehicles 30 years old or older that are 'used only in exhibitions, parades, or public display', with permanent validity tied to that restricted use."
|
|
356
|
+
opt_out: "§ 320.086(2)(a): the owner may instead take 'a regular Florida license plate or specialty license plate in lieu of the special \"Antique\" license plate' — so an eligible vehicle need not be identifiable as antique at all"
|
|
357
|
+
superseded_variants:
|
|
358
|
+
- "permanent plates issued under this section BEFORE 1 October 1999 are maintained unless the vehicle transfers to a new owner (§ 320.086(2)(b))"
|
|
359
|
+
- "'Collectible' plates issued BEFORE 1 October 1999 may be retained until the next regularly scheduled replacement (§ 320.086(2)(b))"
|
|
360
|
+
region_encoding: none
|
|
361
|
+
sources:
|
|
362
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.086.html # § 320.086(2)(a) the rolling 30-year threshold, the 'Antique No. 1' series, distinguishing colour, the regular/specialty opt-out; (2)(b) the 1 October 1999 permanent and 'Collectible' transitions; (3) firefighting apparatus, former military and other historical vehicles"
|
|
363
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0316/Sections/0316.605.html # § 316.605(1) cross-reference to s. 320.086(5), which EXEMPTS display of plates on described former military vehicles"
|
|
364
|
+
notes: >-
|
|
365
|
+
ANTIQUE. § 320.086(2)(b) is direct evidence bearing on this series' true start:
|
|
366
|
+
it legislates for plates issued under this section BEFORE 1 OCTOBER 1999, so
|
|
367
|
+
the series demonstrably predates that date. That makes 1999 an upper bound too,
|
|
368
|
+
and a tighter one than the statute edition — but the actual start needs the
|
|
369
|
+
section's History line and the Laws of Florida, which were not pursued in this
|
|
370
|
+
pass. Recorded rather than guessed. The 'Collectible' plate is a genuinely
|
|
371
|
+
DEAD series that is still lawfully on the road — exactly the case
|
|
372
|
+
PRD-PLATES's `ended: true` + `year_end_min:` semantics exist for; it is not
|
|
373
|
+
given its own entry here because no primary for its own format was obtained.
|
|
374
|
+
|
|
375
|
+
# =========================================================================
|
|
376
|
+
# STATUTORY LEGEND SERIES. § 320.06(3)(a) mandates a specific bottom legend
|
|
377
|
+
# for five vehicle-tax classes. Each is a design difference on the standard
|
|
378
|
+
# serial, so each is its own series under PRD-PLATES §2.3.
|
|
379
|
+
# =========================================================================
|
|
380
|
+
- id: us-fl-apportioned
|
|
381
|
+
class: standard
|
|
382
|
+
categories: [truck, bus]
|
|
383
|
+
period: { start: 2024 }
|
|
384
|
+
period_evidence: statutory-date
|
|
385
|
+
format:
|
|
386
|
+
pattern: "LLL 999"
|
|
387
|
+
regex: '\A[A-Z]{3} ?\d{3}\z'
|
|
388
|
+
regex_statutory: '\A[A-Z0-9]{1,7}\z'
|
|
389
|
+
design:
|
|
390
|
+
plate: { w: 12, h: 6, unit: in }
|
|
391
|
+
background: { finish: retroreflective }
|
|
392
|
+
legend_top: "FLORIDA"
|
|
393
|
+
legend_bottom: "Apportioned"
|
|
394
|
+
legend_rule: "§ 320.06(3)(a), verbatim: 'Apportioned license plates must have the word \"Apportioned\" at the bottom.'"
|
|
395
|
+
validation_sticker: { content: "month of expiration" }
|
|
396
|
+
replacement_cycle:
|
|
397
|
+
years: 3
|
|
398
|
+
statutory_text: "§ 320.06(1)(b)2: 'Beginning July 1, 2024, a vehicle registered in accordance with the International Registration Plan must be issued a license plate for a 3-year period. At the end of the 3-year period, upon renewal, the license plate must be replaced.'"
|
|
399
|
+
note: "a CAB CARD stating the declared gross vehicle weight per apportioned jurisdiction is issued annually, $28 original or renewal; a damaged or worn plate is replaced at no charge on surrender"
|
|
400
|
+
region_encoding: none
|
|
401
|
+
sources:
|
|
402
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.06.html # § 320.06(1)(b)2: the IRP 3-year plate 'Beginning July 1, 2024', the annual cab card, the $28 fee, free replacement of damaged plates; (3)(a): the 'Apportioned' bottom legend"
|
|
403
|
+
notes: >-
|
|
404
|
+
APPORTIONED (International Registration Plan) PLATES — THE ONE FLORIDA SERIES
|
|
405
|
+
WITH A PROPERLY DATED START. § 320.06(1)(b)2 says 'Beginning July 1, 2024' in
|
|
406
|
+
terms, so `period_evidence: statutory-date` and 2024 is a real claim, not an
|
|
407
|
+
upper bound. It is also the only Florida plate on a 3-year rather than a
|
|
408
|
+
10-year cycle, and the only one whose sticker shows a month rather than the
|
|
409
|
+
owner's birth month — apportioned vehicles are fleet-registered, so the
|
|
410
|
+
birth-month scheme cannot apply.
|
|
411
|
+
|
|
412
|
+
- id: us-fl-restricted
|
|
413
|
+
class: standard
|
|
414
|
+
categories: [truck, trailer]
|
|
415
|
+
period: { start: 2025 }
|
|
416
|
+
period_evidence: instrument-in-force-upper-bound
|
|
417
|
+
format:
|
|
418
|
+
pattern: "LLL 999"
|
|
419
|
+
regex: '\A[A-Z]{3} ?\d{3}\z'
|
|
420
|
+
regex_statutory: '\A[A-Z0-9]{1,7}\z'
|
|
421
|
+
design:
|
|
422
|
+
plate: { w: 12, h: 6, unit: in }
|
|
423
|
+
background: { finish: retroreflective }
|
|
424
|
+
legend_top: "FLORIDA"
|
|
425
|
+
legend_bottom: "Restricted"
|
|
426
|
+
legend_rule: "§ 320.06(3)(a): plates for vehicles taxed under s. 320.08(3)(d), (4)(m) or (n), (5)(b) or (c), or (14) 'must have the word \"Restricted\" at the bottom'"
|
|
427
|
+
region_encoding: none
|
|
428
|
+
sources:
|
|
429
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.06.html # § 320.06(3)(a): the 'Restricted' bottom legend and the exact list of § 320.08 tax paragraphs it applies to"
|
|
430
|
+
notes: >-
|
|
431
|
+
RESTRICTED-USE PLATES. The class is defined ENTIRELY BY CROSS-REFERENCE to six
|
|
432
|
+
paragraphs of the vehicle-tax schedule (§ 320.08(3)(d), (4)(m), (4)(n), (5)(b),
|
|
433
|
+
(5)(c), (14)), which were not resolved to vehicle descriptions in this pass —
|
|
434
|
+
the legend and its trigger list are sourced, the underlying vehicle types are a
|
|
435
|
+
recorded gap. Categories are recorded conservatively.
|
|
436
|
+
|
|
437
|
+
- id: us-fl-dealer
|
|
438
|
+
class: dealer
|
|
439
|
+
categories: [car, van, truck, bus, motorcycle, trailer]
|
|
440
|
+
period: { start: 2025 }
|
|
441
|
+
period_evidence: instrument-in-force-upper-bound
|
|
442
|
+
format:
|
|
443
|
+
pattern: "LLL 999"
|
|
444
|
+
regex: '\A[A-Z]{3} ?\d{3}\z'
|
|
445
|
+
regex_statutory: '\A[A-Z0-9]{1,7}\z'
|
|
446
|
+
design:
|
|
447
|
+
plate: { w: 12, h: 6, unit: in }
|
|
448
|
+
background: { finish: retroreflective }
|
|
449
|
+
legend_top: "FLORIDA"
|
|
450
|
+
legend_bottom: "Dealer"
|
|
451
|
+
legend_rule: >-
|
|
452
|
+
§ 320.06(3)(a), verbatim: 'License plates issued for vehicles taxed under
|
|
453
|
+
s. 320.08(12) must be imprinted with the word "Florida" at the top and the
|
|
454
|
+
word "Dealer" at the bottom UNLESS the license plate is a specialty license
|
|
455
|
+
plate as authorized in s. 320.08056.' The exception matters: a Florida dealer
|
|
456
|
+
may run a SPECIALTY design instead of the Dealer legend, so absence of the
|
|
457
|
+
legend does not prove absence of dealer status.
|
|
458
|
+
binding: business
|
|
459
|
+
region_encoding: none
|
|
460
|
+
sources:
|
|
461
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.06.html # § 320.06(3)(a): the 'Dealer' legend, the § 320.08(12) tax hook, and the specialty-plate exception"
|
|
462
|
+
notes: >-
|
|
463
|
+
DEALER PLATES. `binding: business` for the same reason as Germany's rote
|
|
464
|
+
Kennzeichen: the plate follows the dealership, not a vehicle. The specialty
|
|
465
|
+
carve-out is the interesting fact and a trap for any classifier that keys off
|
|
466
|
+
the legend.
|
|
467
|
+
|
|
468
|
+
- id: us-fl-manufacturer
|
|
469
|
+
class: dealer
|
|
470
|
+
categories: [car, van, truck, bus, motorcycle]
|
|
471
|
+
period: { start: 2025 }
|
|
472
|
+
period_evidence: instrument-in-force-upper-bound
|
|
473
|
+
format:
|
|
474
|
+
pattern: "LLL 999"
|
|
475
|
+
regex: '\A[A-Z]{3} ?\d{3}\z'
|
|
476
|
+
regex_statutory: '\A[A-Z0-9]{1,7}\z'
|
|
477
|
+
design:
|
|
478
|
+
plate: { w: 12, h: 6, unit: in }
|
|
479
|
+
background: { finish: retroreflective }
|
|
480
|
+
legend_top: "FLORIDA"
|
|
481
|
+
legend_bottom: "Manufacturer"
|
|
482
|
+
legend_rule: "§ 320.06(3)(a): 'Manufacturer license plates issued for vehicles taxed under s. 320.08(12) must be imprinted with the word \"Florida\" at the top and the word \"Manufacturer\" at the bottom.' Note it takes NO specialty exception, unlike the Dealer legend in the immediately preceding sentence."
|
|
483
|
+
binding: business
|
|
484
|
+
region_encoding: none
|
|
485
|
+
sources:
|
|
486
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.06.html # § 320.06(3)(a): the 'Manufacturer' legend under the same § 320.08(12) tax hook as Dealer, without the specialty exception"
|
|
487
|
+
notes: >-
|
|
488
|
+
MANUFACTURER PLATES. Its own series and not a variant of the dealer plate
|
|
489
|
+
because the statute draws the distinction itself, in adjacent sentences, and
|
|
490
|
+
because only the Dealer legend may be displaced by a specialty design. CLASS
|
|
491
|
+
CAVEAT: recorded as `dealer` — _meta/classes.yml has no `manufacturer` value,
|
|
492
|
+
and the PRD's definition of dealer ('trade/garage plates bound to a business,
|
|
493
|
+
not a vehicle') fits the binding but not the trade.
|
|
494
|
+
|
|
495
|
+
- id: us-fl-wrecker
|
|
496
|
+
class: standard
|
|
497
|
+
categories: [truck]
|
|
498
|
+
period: { start: 2025 }
|
|
499
|
+
period_evidence: instrument-in-force-upper-bound
|
|
500
|
+
format:
|
|
501
|
+
pattern: "LLL 999"
|
|
502
|
+
regex: '\A[A-Z]{3} ?\d{3}\z'
|
|
503
|
+
regex_statutory: '\A[A-Z0-9]{1,7}\z'
|
|
504
|
+
design:
|
|
505
|
+
plate: { w: 12, h: 6, unit: in }
|
|
506
|
+
background: { finish: retroreflective }
|
|
507
|
+
legend_top: "FLORIDA"
|
|
508
|
+
legend_bottom: "Wrecker"
|
|
509
|
+
legend_rule: "§ 320.06(3)(a): 'License plates issued for vehicles taxed under s. 320.08(5)(d) or (e) must be imprinted with the word \"Wrecker\" at the bottom.'"
|
|
510
|
+
region_encoding: none
|
|
511
|
+
sources:
|
|
512
|
+
- "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&Search_String=&URL=0300-0399/0320/Sections/0320.06.html # § 320.06(3)(a): the 'Wrecker' bottom legend and its § 320.08(5)(d)-(e) tax hook"
|
|
513
|
+
notes: >-
|
|
514
|
+
WRECKER (tow truck) PLATES. Completes the five statutory bottom legends —
|
|
515
|
+
Apportioned, Restricted, Dealer, Manufacturer, Wrecker — which together are the
|
|
516
|
+
whole of Florida's legend taxonomy and, notably, are legislated rather than left
|
|
517
|
+
to departmental design. CLASS CAVEAT: no `commercial` or `tow` class exists in
|
|
518
|
+
the vocabulary; recorded as `standard` with the legend carrying the meaning.
|