-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewest.html
611 lines (494 loc) · 42 KB
/
newest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Newest Spots - European License Plates</title>
</head>
<body>
<div class="container">
<h1>Newest Spots</h1>
<ul class="new-spots-list">
<p align="center"><font size="4"><strong>All plates will lead to their respective page when clicked.</font></strong><br><a href="index.html">Country Index</a></p>
<p><font size="4"><strong>January 31st 2025</strong></font>
<div class="spot-image">
<a href="netherlands7"><img src="netherlands/ZN-451-V C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 9. Black on dark blue = Taxicab. Small 1 means this is the first replacement plate.</p>
<div class="spot-image">
<a href="belgium"><img src="belgium/Z-2-VAG C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(BE)</strong> Personalised series. No Coding. Owner provided front plate.</p>
<div class="spot-image">
<a href="belgium"><img src="belgium/YFU-363 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(BE)</strong> Normal series from 1973 to 2008. No Coding. Because of the short plates there was room for advertising for the car dealer on the left and the nationality letter B on the right.</p>
<div class="spot-image">
<a href="united kingdom"><img src="united kingdom/X3 FFF C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UK)</strong> Normal series from 1983-2001. The 2nd FF = Bangor, but region coding doesn't apply to cherished plates. With UK flag.</p>
<div class="spot-image">
<a href="germany"><img src="germany/WA RR 33 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UK)</strong> Normal series. WA = Waldeck-Frankenberg District.</p>
<div class="spot-image">
<a href="germany"><img src="germany/W TY 40 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UK)</strong> Normal series. W = Wuppertal City.</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/VTP-22-S C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 11. V = Commercial Vehicle under 3500kg.</p>
<div class="spot-image">
<a href="united kingdom"><img src="united kingdom/T99 JSS C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UK)</strong> 1983 series. SS = Aberdeen, but region coding doesn't apply to cherished plates. With UK flag.</p>
<div class="spot-image">
<a href="croatia"><img src="croatia/RI 3161-G C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(HR)</strong> Normal series. RI = Rijeka.</p>
<div class="spot-image">
<a href="poland"><img src="poland/PY 78694 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(PL)</strong> Normal series. Z = Poznań City in P = Greater Poland Voivodeship.</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/P-221-GT C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 10. No Coding. This plate should be P-2/21-GT.</p>
<div class="spot-image">
<a href="belgium"><img src="belgium/NINO-CO C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(BE)</strong> Personalised series. No Coding.</p>
<div class="spot-image">
<a href="belgium"><img src="belgium/MYBIMMER C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(BE)</strong> Personalised series. No Coding.</p>
<div class="spot-image">
<a href="germany"><img src="germany/K QE 160 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(DE)</strong> Normal series. K = Cologne City.</p>
<div class="spot-image">
<a href="germany"><img src="germany/K I 1545 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Normal series. K = Cologne City.</p>
<div class="spot-image">
<a href="united states"><img src="united states/district of columbia/JB 5432 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Passenger series since 1997. 2003 Base. Slogan "END TAXATION WITHOUT REPRESENTATION" at the bottom covered by plate frame.</p>
<div class="spot-image">
<a href="germany"><img src="germany/ERK I 20 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Normal series. ERK = Heinsberg District (Erkelenz).</p>
<div class="spot-image">
<a href="united states"><img src="united states/colorado/CTO-H72 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Passenger series since 2020. No coding.</p>
<div class="spot-image">
<a href="netherlands6"><img src="netherlands/CD-15-19 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 1. CD = Corps Diplomatique. No Country Coding. US-Sized plate.</p>
<div class="spot-image">
<a href="switzerland"><img src="switzerland/BS 66753 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(CH)</strong> Normal series. BS = Basel-Stadt. Back plate.</p>
<div class="spot-image">
<a href="germany"><img src="germany/BF KP 5E C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Electric Vehicle series. BF = Steinfurt District (Burgsteinfurt). E = Electric/Hybrid Vehicle.</p>
<div class="spot-image">
<a href="germany"><img src="germany/AH T 20 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Normal series. AH = Borken District (Ahaus).</p>
<div class="spot-image">
<a href="germany"><img src="germany/AH HI 3 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Normal series. AH = Borken District (Ahaus).</p>
<div class="spot-image">
<a href="ukraine"><img src="ukraine/AE 1714 EX C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UA)</strong> Normal series. AE = Dnipropetrovsk Oblast.</p>
<div class="spot-image">
<a href="belgium"><img src="belgium/ADOENIA C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(BE)</strong> Personalised series. No Coding.</p>
<div class="spot-image">
<a href="luxembourg"><img src="luxembourg/AD 2722 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(LU)</strong> Personalised within the normal series. All serials below 4000 are personalised.</p>
<div class="spot-image">
<a href="slovakia"><img src="slovakia/AA 874 JB C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(SK)</strong> Normal Series since 2023. No region coding.</p>
<div class="spot-image">
<a href="belgium"><img src="belgium/1-BZA-607 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br><br>
<p class="spot-text"><strong>(BE)</strong> Normal series. First numeral 1-7 = Normal series. Z = Small size plates.</p>
<p><font size="4"><strong>January 23rd 2025</strong></font>
<div class="spot-image">
<a href="italy"><img src="italy/410041 VA C.jpg" class="images" width="150px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(IT)</strong> Normal series from 1927-1994. Front Plate. VA = Varese.</p>
<div class="spot-image">
<a href="germany"><img src="germany/CLP UX 3 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Normal series. CLP = Cloppenburg District.</p>
<div class="spot-image">
<a href="united%20kingdom"><img src="united kingdom/W322 YCX C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UK)</strong> Normal series from 1983-2001. CX = Huddersfield.</p>
<div class="spot-image">
<a href="bulgaria"><img src="bulgaria/PB 6606 BC C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(BG)</strong> Normal Series. PB = Plovdiv Oblast. With flag.</p>
<div class="spot-image">
<a href="germany"><img src="germany/HB QP 95H C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Oldtimer series. HB = Hanseatic City of Bremen and City of Bremerhaven. H = Historisch (Historic).</p>
<div class="spot-image">
<a href="germany"><img src="germany/DH HR 98 03 10 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Seasonal Plate series. CLP = Cloppenburg District. 03/10 = Only allowed to be driven March to October.</p>
<div class="spot-image">
<a href="belgium"><img src="belgium/CORSA-E C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(BE)</strong> Personalised series. No Coding. Owner provided front plate.</p>
<div class="spot-image">
<a href="germany"><img src="germany/CLP I 645 03 11 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Seasonal Plate series. CLP = Cloppenburg District. 03/10 = Only allowed to be driven March to November.</p>
<p><font size="4"><strong>January 17th 2025</strong></font>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/GJN-23-D C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 11. No Coding. Smaller size plate.</p>
<p><font size="4"><strong>January 12th 2025</strong></font>
<div class="spot-image">
<a href="belarus"><img src="belarus/1684 IM-1 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(BY)</strong> Normal series since 2004. The last 1 = Brest Oblast.</p>
<div class="spot-image">
<a href="netherlands7"><img src="netherlands/85-BS-BN C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 6. B or V = Commercial vehicle lighter than 3500kg. Small 1 means this is the first replacement plate.</p>
<p><font size="4"><strong>January 10th 2025</strong></font>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/85-63-NB C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 2. White on dark blue = Oldtimers (Cars over 40 years old). B = Commercial Vehicles.</p>
<div class="spot-image">
<a href="netherlands2"><img src="netherlands/VJ-24-YX C.jpg" class="images" width="150px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 4. B or V = Commercial Vehicle. US-Sized plate. This plate should be the regular black on yellow.</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/VH-78-DF C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 4. B or V = Commercial Vehicle.</p>
<div class="spot-image">
<a href="netherlands2"><img src="netherlands/VF-JH-04 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 5. V = Commercial Vehicle lighter than 3500kg. US-Sized plate.</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/T-166-LX C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 10. No Coding. This plate should be the regular black on yellow.</p>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/UU-06-96 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 1. White on dark blue = Oldtimers (Cars over 40 years old). The second U = Motorcycle. The oval sticker is an unofficial addition.</p>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/PZ-32-21 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 1. White on dark blue = Oldtimers (Cars over 40 years old). Z = Motorcycle.</p>
<div class="spot-image">
<a href="belgium"><img src="belgium/O-AGQ-832 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(BE)</strong> Oldtimer Series. O = Oldtimer (Cars over 25 years old).</p>
<p><font size="4"><strong>January 9th 2025</strong></font>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/NG-37-77 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 1. White on dark blue = Oldtimers (Cars over 40 years old). No Coding.</p>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/MT-50-72 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 1. White on dark blue = Oldtimers (Cars over 40 years old). No Coding.</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/L-293-TP C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 10. No Coding.</p>
<div class="spot-image">
<a href="united states"><img src="united states/new york/KE1 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Personalized series. 1986-2000 base.</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/K-855-DT C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 10. No Coding. US-Sized plate. This plate should be the regular black on yellow.</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/JV-060-Z C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 9. US-Sized plate. No Coding.</p>
<div class="spot-image">
<a href="netherlands8"><img src="netherlands/HZ 5061 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Provincial Series from 1906 to 1956. HZ = Zuid Holland (South Holland).</p>
<div class="spot-image">
<a href="germany"><img src="germany/HSK I 18H C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Oldtimer series. HSK = Hochsauerland District. H = Historisch (Historic).</p>
<div class="spot-image">
<a href="united states"><img src="united states/ohio/H57VQ C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Historical vehicle series. No Coding. For vehicles over 25 years old></p>
<div class="spot-image">
<a href="germany"><img src="germany/GEL M 260H C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(DE)</strong> Oldtimer series. GEL = Cleves District (Geldern). H = Historisch (Historic).</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/GBV-43-D C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 11. No Coding.</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/FF-GX-95 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 5. No Coding. US-Sized plate. This plate should be the regular black on yellow.</p>
<p><font size="4"><strong>January 8th 2025</strong></font>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/DM-55-70 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 1. White on dark blue = Oldtimers (Cars over 40 years old). Some letter combinations are reserved for imported vehicles. Unofficialy remade in the size of old Italian plates.</p>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/BH-05-78 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 1. White on dark blue = Oldtimers (Cars over 40 years old). BH = Commercial Vehicle. US-Sized plate.</p>
<div class="spot-image">
<a href="united states"><img src="united states/california/BFW 764 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Passenger series from 1956-1969. No Coding.</p>
<div class="spot-image">
<a href="united states"><img src="united states/florida/AGJ I07 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Passenger series since 2010. No coding.</p>
<div class="spot-image">
<a href="italy"><img src="italy/57318 PE C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(IT)</strong> Normal series from 1927-1994. Front Plate. PA = Palermo.</p>
<div class="spot-image">
<a href="united states"><img src="united states/pennsylvania/537 29D C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Normal series with 1977-1983 plate style. No Coding.</p>
<div class="spot-image">
<a href="netherlands7"><img src="netherlands/96-LPL-2 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 7. No Coding. Small 1 means this is the first replacement plate.</p>
<div class="spot-image">
<a href="netherlands2"><img src="netherlands/92-VHN-6 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 7. V = Commercial Vehicle under 3500kg.</p>
<div class="spot-image">
<a href="netherlands"><img src="netherlands/88-NGR-1 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 7. No Coding.</p>
<div class="spot-image">
<a href="netherlands7"><img src="netherlands/44-VT-GT C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 6. White plates are used as repeater plates. Or for export on cars. B or V = Commercial Vehicle under 3500kg.</p>
<div class="spot-image">
<a href="netherlands7"><img src="netherlands/38-YA-50 C.jpg" class="images" width="140px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 3. White on dark blue = Oldtimers (Cars over 40 years old). US-Sized plate. Some letter combinations are reserved for imported vehicles.</p>
<div class="spot-image">
<a href="netherlands7"><img src="netherlands/16-BVB-5 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 7. B = Commercial Vehicle over 3500kg. Small 1 means this is the first replacement plate.</p>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/3-HA-150 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 13. H = Handelaar (Dealer).</p>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/02-YA-32 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 3. White on dark blue = Oldtimers (Cars over 40 years old). Some letter combinations are reserved for imported vehicles. Unofficialy remade in the size of old Italian plates.</p>
<div class="spot-image">
<a href="netherlands7"><img src="netherlands/00-UP-58 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 3. No Coding. Small 1 means this is the second replacement plate.</p>
<p><font size="4"><strong>December 20th 2024</strong></font>
<div class="spot-image">
<a href="netherlands2"><img src="netherlands/56-YD-10 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 3. Some letter combinations are reserved for imported vehicles. Pre-GAIK plate. Normal sized plates with no euroband aren't allowed to be driven.</p>
<div class="spot-image">
<a href="ukraine"><img src="ukraine/DI 3834 IT C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UA)</strong> Normal series. Euroband since 2015. DI = Nationwide plates.</p>
<p><font size="4"><strong>December 19th 2024</strong></font>
<div class="spot-image">
<a href="austria"><img src="austria/W 16640 L C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(AT)</strong> Electric vehicle series. W = Vienna City.</p>
<div class="spot-image">
<a href="netherlands5"><img src="netherlands/D-390-MB C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 10. D-*-M = Military.</p>
<div class="spot-image">
<a href="italy"><img src="italy/AL 977 HA C.jpg" class="images" width="200px" align="left"></a><br><br><br><br>
<a href="italy"><img src="italy/AL 977 HA 2 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(IT)</strong> Normal series. 1994-1998 plate style. Front plate and rear plate. Rear plate with unofficial addition of Cuneo euroband sticker.</p>
<p><font size="4"><strong>December 17th 2024</strong></font>
<div class="spot-image">
<a href="uzbekistan"><img src="uzbekistan/50 551 MBA C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UZ)</strong> Organizations series. 50 = Namangan Region.</p>
<div class="spot-image">
<a href="uzbekistan"><img src="uzbekistan/5858 BA 50 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br><br>
<p class="spot-text"><strong>(UZ)</strong> Trailer series. 50 = Namangan Region.</p>
<div class="spot-image">
<a href="lithuania"><img src="lithuania/GB 379 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(LT)</strong> Trailer series. No Coding. US-Sized plate.</p>
<p><font size="4"><strong>December 15th 2024</strong></font>
<div class="spot-image">
<a href="netherlands7.html"><img src="netherlands/BY-02-ND C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 4. B = Commercial Vehicle. Small 1 means this is the first replacement plate.</p>
<div class="spot-image">
<a href="netherlands3.html"><img src="netherlands/14-AB-42 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NL)</strong> Sidecode 3. B in second position = Commercial Vehicle.</p>
<p><font size="4"><strong>November 17th 2024</strong></font>
<div class="spot-image">
<a href="estonia.html"><img src="estonia/RJ1 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(EE)</strong> Personalised Series. No Coding.</p>
<p><font size="4"><strong>November 11th 2024</strong></font>
<div class="spot-image">
<a href="japan.html"><img src="japan/TKS51 MO 3501 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(JP)</strong> Normal series. Officialy issued foreign travel plate with translated Western Characters. TKS = Shinagawa. 51 = Cars 660 cc-2000 cc. Dark green on white = Private vehicles over 660 cc.</p>
<div class="spot-image">
<a href="germany.html"><img src="germany/K-LM 1998 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(DE)</strong> Normal DIN series. KL = Kaiserslautern City, Kaiserslautern District.</p>
<div class="spot-image">
<a href="united kingdom.html"><img src="united kingdom/53 MCL C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UK)</strong> 1932 series. CL = Norwich, but region coding doesn't apply to cherished plates.</p>
<div class="spot-image">
<a href="united kingdom.html"><img src="united kingdom/M24ANS C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UK)</strong> 1983 series. NS = Glasgow, but region coding doesn't apply to cherished plates.</p>
<p><font size="4"><strong>November 8th 2024</strong></font>
<div class="spot-image">
<a href="poland.html"><img src="poland/W4 ITG C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(PL)</strong> Personalized series. W = Masovian Voivodeship.</p>
<div class="spot-image">
<a href="norway.html"><img src="norway/EJ 14774 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(NO)</strong> Electric Vehicle series. E = Electric. No region coding.</p>
<div class="spot-image">
<a href="austria.html"><img src="austria/BZ 1 HOD C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(AT)</strong> Normal series. BZ = Bludenz District.</p>
<p><font size="4"><strong>September 7th 2024</strong></font>
<div class="spot-image">
<a href="ukraine.html"><img src="ukraine/AI 2623 XM C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(UA)</strong> Trailer series. AI = Kyiv Oblast. X = Trailer.</p>
<div class="spot-image">
<a href="bulgaria.html"><img src="bulgaria/PA 2977 EM C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(BG)</strong> Trailer Series. PA = Pazardzhik Oblast. E = Trailer.</p>
<p><font size="4"><strong>September 6th 2024</strong></font>
<div class="spot-image">
<a href="armenia.html"><img src="armenia/419 CQ 61 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(AM)</strong> Normal series. No Coding.</p>
<div class="spot-image">
<a href="armenia.html"><img src="armenia/754 C 01 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(AM)</strong> Trailer series. No Coding.</p>
<div class="spot-image">
<a href="croatia.html"><img src="croatia/VZ SOS-6 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(HR)</strong> Personalized series. VŽ = Varaždin.</p>
<div class="spot-image">
<a href="netherlands8.html"><img src="netherlands/HZ-77092 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Provincial Series from 1906 to 1956. HZ = Zuid Holland (South Holland).</p>
<div class="spot-image">
<a href="netherlands8.html"><img src="netherlands/N-906 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Provincial Series from 1906 to 1956. N = Noord Brabant (North Brabant).</p>
<div class="spot-image">
<a href="netherlands8.html"><img src="netherlands/N-12540 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Provincial Series from 1906 to 1956. N = Noord Brabant (North Brabant).</p>
<div class="spot-image">
<a href="netherlands8.html"><img src="netherlands/H 72715 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br><br><br><br><br><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Provincial Series from 1906 to 1956. H = Zuid Holland (South Holland).</p>
<div class="spot-image">
<a href="netherlands8.html"><img src="netherlands/H 6219 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br><br><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Provincial Series from 1906 to 1956. H = Zuid Holland (South Holland).</p>
<div class="spot-image">
<a href="netherlands8.html"><img src="netherlands/G-3518 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(NL)</strong> Provincial Series from 1906 to 1956. G = Noord Holland (North Holland).</p>
<div class="spot-image">
<a href="czech republic.html"><img src="czech republic/EL9 27AH C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(CZ)</strong> Electric Vehicle series. EL = Electric Vehicle. Back plates require stickers.</p>
<div class="spot-image">
<a href="germany.html"><img src="unknown/IVB-4050 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br><br><br>
<p class="spot-text"><strong>(DE)</strong> Normal Series from 1906 to 1945. Baden.</p>
<div class="spot-image">
<a href="unknown.html"><img src="unknown/Z-84-55 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(??)</strong> This is a Dutch car, but even for the 1906 Provincial series, Z isn't a region code.</p>
<div class="spot-image">
<a href="france.html"><img src="france/2467 QB 83 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br><br><br><br><br><br>
<p class="spot-text"><strong>(FR)</strong> Normal FNI series to 2009. 83 = Var.</p>
<div class="spot-image">
<a href="finland.html"><img src="finland/OZC-457 C.jpg" class="images" width="200px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(FI)</strong> Normal Series. No Coding.</p>
<div class="spot-image">
<a href="united states.html"><img src="united states/texas/MSC-306 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br>
<p class="spot-text"><strong>(US)</strong> Normal series from 1968 to 19??. No Coding.</p>
<div class="spot-image">
<a href="united states.html"><img src="united states/oklahoma/XMD-484 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Normal series from 1982 to 1988. No Coding. This plate might be fake as this is on the same car as featured in Arizona.</p>
<div class="spot-image">
<a href="united states.html"><img src="united states/minnesota/9H 2967 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Normal series from 1958 to 19??. No Coding.</p>
<div class="spot-image">
<a href="united states.html"><img src="united states/illinois/243151 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(US)</strong> Normal series from 1917 to 19??. No Coding.</p>
<div class="spot-image">
<a href="united states.html"><img src="united states/illinois/242-203 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br>
<p class="spot-text"><strong>(US)</strong> Normal series from 1925 to 19??. No Coding.</p>
<div class="spot-image">
<a href="united states.html"><img src="united states/california/662 YEE C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Passenger series from 1963 to 1969. No Coding.</p>
<div class="spot-image">
<a href="united states.html"><img src="united states/arizona/WNB-586 C.jpg" class="images" width="150px" align="left"></a>
</div><br><br><br><br>
<p class="spot-text"><strong>(US)</strong> Normal series from 1973 to 1996. No Coding. This plate might be fake as this is on the same car as featured in Oklahoma.</p>
<p align="center"><a href="index.html">Country Index</a></p>
</div>
</body>
</html>