aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/banknotes-codes.html.tmpl
blob: ef926a13f44dabbf5c56e83478b3370c3281cee1 (plain) (blame)
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
{{ define "header" }}
{{ template "header-navbar" . }}
{{ end }}

{{ define "content" }}
<header>
	{{ template "navbar" . }}
	<h1>{{ .Get "Location Codes" }}</h1>
</header>
<main>
	<p>
		{{ .Get "Euro banknotes have two codes on them: a printer code and a serial number. The printer code tells you where a given note was printed, while the serial number tells you which country issued the banknote (for the 2002 series) or where the banknote was printed (for the Europa series)." }}
	</p>

	<h2>{{ .Get "Printer Code" }}</h2>
	<p>
		{{ .Get "The printer code (not to be confused with the serial number) is a small code printed on banknotes with information about where the banknote was printed. All printer codes have the form ‘X000X0’ — or in other words — a letter followed by 3 numbers, a letter and a final number." }}
	</p>
	<p>
		{{ .Get "The printer code can be a bit tricky to find. The following dropdown menus will show you where to find the printer code on each note." }}
	</p>
	<details>
		<summary>{{ .Get "2002 Series Printer Codes" }}</summary>
		<p>
			{{ .Get "All these images are taken from {Link:L}eurobilltracker.com{-:E}."
			(map "Link" "https://eurobilltracker.com") }}
		</p>
		{{ template "banknotes/codes/code-pos" (tuple .Printer   5 "2002") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer  10 "2002") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer  20 "2002") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer  50 "2002") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer 100 "2002") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer 200 "2002") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer 500 "2002") }}
	</details>
	<details>
		<summary>{{ .Get "Europa Series Printer Codes" }}</summary>
		{{ template "banknotes/codes/code-pos" (tuple .Printer   5 "europa") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer  10 "europa") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer  20 "europa") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer  50 "europa") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer 100 "europa") }}
		{{ template "banknotes/codes/code-pos" (tuple .Printer 200 "europa") }}
	</details>

	<p>
		{{ .Get "The first letter in the printer code identifies the specific printer at which the banknote was printed. The tables below will tell you which letters correspond to which printers. The final letter and number form a pair (such as ‘A2’ or ‘D6’) — this pair acts as a set of coordinates telling you where on the sheet of paper the banknote was located. During printing, banknotes are printed in a grid on a large sheet of paper which is then cut into individual banknotes. A note with the pair ‘A1’ will have been at the upper-left corner of the printing sheet, with ‘A2’ to its right and ‘B1’ below it." }}
	</p>

	<h2>{{ .Get "2002 Series" }}</h2>
	<p>
		{{ .Get "In the 2002 series, the first letter of the serial number can be used to identify the country that issued the banknote. The following table shows which countries map to which codes." }}
	</p>

	<table role="grid">
		<thead>
			<tr>
				<th>{{ .Get "Code" }}</th>
				<th>{{ .Get "Country" }}</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<td>D</td>
				<td>{{ .GetC "Estonia" "Place Name" }}</td>
			</tr>
			<tr>
				<td>E</td>
				<td>{{ .GetC "Slovakia" "Place Name" }}</td>
			</tr>
			<tr>
				<td>F</td>
				<td>{{ .GetC "Malta" "Place Name" }}</td>
			</tr>
			<tr>
				<td>G</td>
				<td>{{ .GetC "Cyprus" "Place Name" }}</td>
			</tr>
			<tr>
				<td>H</td>
				<td>{{ .GetC "Slovenia" "Place Name" }}</td>
			</tr>
			<tr>
				<td>L</td>
				<td>{{ .GetC "Finland" "Place Name" }}</td>
			</tr>
			<tr>
				<td>M</td>
				<td>{{ .GetC "Portugal" "Place Name" }}</td>
			</tr>
			<tr>
				<td>N</td>
				<td>{{ .GetC "Austria" "Place Name" }}</td>
			</tr>
			<tr>
				<td>P</td>
				<td>{{ .GetC "Netherlands" "Place Name" }}</td>
			</tr>
			<tr>
				<td>S</td>
				<td>{{ .GetC "Italy" "Place Name" }}</td>
			</tr>
			<tr>
				<td>T</td>
				<td>{{ .GetC "Ireland" "Place Name" }}</td>
			</tr>
			<tr>
				<td>U</td>
				<td>{{ .GetC "France" "Place Name" }}</td>
			</tr>
			<tr>
				<td>V</td>
				<td>{{ .GetC "Spain" "Place Name" }}</td>
			</tr>
			<tr>
				<td>X</td>
				<td>{{ .GetC "Germany" "Place Name" }}</td>
			</tr>
			<tr>
				<td>Y</td>
				<td>{{ .GetC "Greece" "Place Name" }}</td>
			</tr>
			<tr>
				<td>Z</td>
				<td>{{ .GetC "Belgium" "Place Name" }}</td>
			</tr>
		</tbody>
	</table>

	<p>
		{{ .Get "The first letter of the printer code can be used to identify the specific printer at which the banknote was printed. The printer and country codes do not need to line up; a banknote issued by a country will often be printed in another." }}
	</p>

	<table role="grid">
		<thead>
			<tr>
				<th>{{ .Get "Code" }}</th>
				<th>{{ .Get "Country" }}</th>
				<th>{{ .Get "Printer" }}</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<td>D</td>
				<td>{{ .GetC "Finland" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "SETEC" "Company Name" | toString)
					(tuple "" "SETEC") }}
			</tr>
			<tr>
				<td>E</td>
				<td>{{ .GetC "France" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Oberthur" "Company Name" | toString)
					(tuple "" "Oberthur") }}
			</tr>
			<tr>
				<td>F</td>
				<td>{{ .GetC "Austria" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Austrian Banknote and Security Printing" "Company Name" | toString)
					(tuple "de" "Oesterreichische Banknoten- und Sicherheitsdruck") }}
			</tr>
			<tr>
				<td>G</td>
				<td>{{ .GetC "Netherlands" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Royal Joh. Enschedé" "Company Name" | toString)
					(tuple "nl" "Koninklijke Joh. Enschedé") }}
			</tr>
			<tr>
				<td>H</td>
				<td>{{ .GetC "United Kingdom" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "De La Rue" "Company Name" | toString)
					(tuple "" "De La Rue") }}
			</tr>
			<tr>
				<td>J</td>
				<td>{{ .GetC "Italy" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Bank of Italy" "Company Name" | toString)
					(tuple "it" "Banca d’Italia") }}
			</tr>
			<tr>
				<td>K</td>
				<td>{{ .GetC "Ireland" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Central Bank of Ireland" "Company Name" | toString)
					(tuple "ga" "Banc Ceannais na hÉireann")
					(tuple "en" "Central Bank of Ireland") }}
			</tr>
			<tr>
				<td>L</td>
				<td>{{ .GetC "France" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Bank of France" "Company Name" | toString)
					(tuple "fr" "Banque du France") }}
			</tr>
			<tr>
				<td>M</td>
				<td>{{ .GetC "Spain" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Royal Mint of Spain" "Company Name" | toString)
					(tuple "es" "Fábrica Nacional de Moneda y Timbre") }}
			</tr>
			<tr>
				<td>N</td>
				<td>{{ .GetC "Greece" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Bank of Greece" "Company Name" | toString)
					(tuple "gr" "Τράπεζα της Ελλάδος") }}
			</tr>
			<tr>
				<td>P</td>
				<td>{{ .GetC "Germany" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Giesecke+Devrient" "Company Name" | toString)
					(tuple "de" "Giesecke+Devrient") }}
			</tr>
			<tr>
				<td>R</td>
				<td>{{ .GetC "Germany" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Federal Printing Office" "Company Name" | toString)
					(tuple "de" "Bundesdruckerei") }}
			</tr>
			<tr>
				<td>T</td>
				<td>{{ .GetC "Belgium" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "National Bank of Belgium" "Company Name" | toString)
					(tuple "nl" "Nationale Bank van België")
					(tuple "fr" "Banque nationale de Belgique")
					(tuple "de" "Belgische Nationalbank") }}
			</tr>
			<tr>
				<td>U</td>
				<td>{{ .GetC "Portugal" "Place Name" }}</td>
				{{ withTranslations "td"
					(.GetC "Valora S.A." "Company Name" | toString)
					(tuple "" "Valora S.A.") }}
			</tr>
		</tbody>
	</table>

	<h2>{{ .Get "Europa Series" }}</h2>
	<p>
		{{ .Get "In the Europa series the first letter of the serial number can be used to identify the printer that printed the banknote, just like the printer code. The following table shows which countries map to which codes." }}
	</p>
	<table role="grid">
		<thead>
			<tr>
				<th>{{ .Get "Code" }}</th>
				<th>{{ .Get "Country" }}</th>
				<th>{{ .Get "Printer" }}</th>
			</tr>
		</thead>
		<tr>
			<td>E</td>
			<td>{{ .GetC "France" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Oberthur" "Company Name" | toString)
				(tuple "" "Oberthur") }}
		</tr>
		<tr>
			<td>F</td>
			<td>{{ .GetC "Bulgaria" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Oberthur Fiduciaire AD" "Company Name" | toString)
				(tuple "" "Oberthur Fiduciaire AD") }}
		</tr>
		<tr>
			<td>M</td>
			<td>{{ .GetC "Portugal" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Valora S.A." "Company Name" | toString)
				(tuple "" "Valora S.A.") }}
		</tr>
		<tr>
			<td>N</td>
			<td>{{ .GetC "Austria" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Austrian Banknote and Security Printing" "Company Name" | toString)
				(tuple "de" "Oesterreichische Banknoten- und Sicherheitsdruck") }}
		</tr>
		<tr>
			<td>P</td>
			<td>{{ .GetC "Netherlands" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Royal Joh. Enschedé" "Company Name" | toString)
				(tuple "nl" "Koninklijke Joh. Enschedé") }}
		</tr>
		<tr>
			<td>R</td>
			<td>{{ .GetC "Germany" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Federal Printing Office" "Company Name" | toString)
				(tuple "de" "Bundesdruckerei") }}
		</tr>
		<tr>
			<td>S</td>
			<td>{{ .GetC "Italy" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Bank of Italy" "Company Name" | toString)
				(tuple "it" "Banca d’Italia") }}
		</tr>
		<tr>
			<td>T</td>
			<td>{{ .GetC "Ireland" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Central Bank of Ireland" "Company Name" | toString)
				(tuple "ga" "Banc Ceannais na hÉireann")
				(tuple "en" "Central Bank of Ireland") }}
		</tr>
		<tr>
			<td>U</td>
			<td>{{ .GetC "France" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Bank of France" "Company Name" | toString)
				(tuple "fr" "Banque du France") }}
		</tr>
		<tr>
			<td>V</td>
			<td>{{ .GetC "Spain" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Royal Mint of Spain" "Company Name" | toString)
				(tuple "es" "Fábrica Nacional de Moneda y Timbre") }}
		</tr>
		<tr>
			<td>W</td>
			<td>{{ .GetC "Germany" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Giesecke+Devrient Leipzig" "Company Name" | toString)
				(tuple "de" "Giesecke+Devrient Leipzig") }}
		</tr>
		<tr>
			<td>X</td>
			<td>{{ .GetC "Germany" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Giesecke+Devrient Munich" "Company Name" | toString)
				(tuple "de" "Giesecke+Devrient München") }}
		</tr>
		<tr>
			<td>Y</td>
			<td>{{ .GetC "Greece" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "Bank of Greece" "Company Name" | toString)
				(tuple "gr" "Τράπεζα της Ελλάδος") }}
		</tr>
		<tr>
			<td>Z</td>
			<td>{{ .GetC "Belgium" "Place Name" }}</td>
			{{ withTranslations "td"
				(.GetC "National Bank of Belgium" "Company Name" | toString)
				(tuple "nl" "Nationale Bank van België")
				(tuple "fr" "Banque nationale de Belgique")
				(tuple "de" "Belgische Nationalbank") }}
		</tr>
	</table>
</main>
{{ end }}

{{ define "banknotes/codes/code-pos" }}
{{ $p := (index . 0) }}
{{ $d := (index . 1) }}
{{ $args := (map "N" $d) }}
<details>
	{{/* TRANSLATORS: As in ‘5 Euro Banknote’ */}}
	<summary>{{ $p.GetN "{N} Euro" "{N} Euro" $d $args }}</summary>
	<img
		class="big"
		src={{ printf "/codes/%s-%03d.jpg" (index . 2) $d }}
		alt={{ $p.GetN "Printer code on a {N} euro bill" "Printer code on a {N} euro bill" $d $args }}
	>
</details>
{{ end }}