{{ define "header" }} {{ template "header-navbar" . }} {{ end }} {{ define "content" }}
{{ template "navbar" . }}

{{ .Get "Location Codes" }}

{{ .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)." }}

{{ .Get "Printer Code" }}

{{ .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." }}

{{ .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." }}

{{ .Get "2002 Series Printer Codes" }}

{{ .Get "All these images are taken from {Link:L}eurobilltracker.com{-:E}." (map "Link" "https://eurobilltracker.com") }}

{{ 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") }}
{{ .Get "Europa Series Printer Codes" }} {{ 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") }}

{{ .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." }}

{{ .Get "2002 Series" }}

{{ .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." }}

{{ .Get "Code" }} {{ .Get "Country" }}
D {{ .GetC "Estonia" "Place Name" }}
E {{ .GetC "Slovakia" "Place Name" }}
F {{ .GetC "Malta" "Place Name" }}
G {{ .GetC "Cyprus" "Place Name" }}
H {{ .GetC "Slovenia" "Place Name" }}
L {{ .GetC "Finland" "Place Name" }}
M {{ .GetC "Portugal" "Place Name" }}
N {{ .GetC "Austria" "Place Name" }}
P {{ .GetC "Netherlands" "Place Name" }}
S {{ .GetC "Italy" "Place Name" }}
T {{ .GetC "Ireland" "Place Name" }}
U {{ .GetC "France" "Place Name" }}
V {{ .GetC "Spain" "Place Name" }}
X {{ .GetC "Germany" "Place Name" }}
Y {{ .GetC "Greece" "Place Name" }}
Z {{ .GetC "Belgium" "Place Name" }}

{{ .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." }}

{{ .Get "Code" }} {{ .Get "Country" }} {{ .Get "Printer" }}
D {{ .GetC "Finland" "Place Name" }} SETEC
E {{ .GetC "France" "Place Name" }} Oberthur
F {{ .GetC "Austria" "Place Name" }} Österreichische Banknoten- und Sicherheitsdruck GmbH
G {{ .GetC "Netherlands" "Place Name" }} Koninklijke Joh. Enschedé
H {{ .GetC "United Kingdom" "Place Name" }} De La Rue
J {{ .GetC "Italy" "Place Name" }} {{ .Get "Bank of Italy" }}
K {{ .GetC "Ireland" "Place Name" }} {{ .Get "Central Bank of Ireland" }}
L {{ .GetC "France" "Place Name" }} {{ .Get "Bank of France" }}
M {{ .GetC "Spain" "Place Name" }} {{ .Get "Royal Mint of Spain" }}
N {{ .GetC "Greece" "Place Name" }} {{ .Get "Bank of Greece" }}
P {{ .GetC "Germany" "Place Name" }} Giesecke+Devrient GmbH
R {{ .GetC "Germany" "Place Name" }} Bundesdruckerei GmbH
T {{ .GetC "Belgium" "Place Name" }} {{ .Get "National Bank of Belgium" }}
U {{ .GetC "Portugal" "Place Name" }} Valora S.A.

{{ .Get "Europa Series" }}

{{ .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." }}

{{ .Get "Code" }} {{ .Get "Country" }} {{ .Get "Printer" }}
E {{ .GetC "France" "Place Name" }} Oberthur
F {{ .GetC "Bulgaria" "Place Name" }} Oberthur Fiduciaire AD
M {{ .GetC "Portugal" "Place Name" }} Valora S.A.
N {{ .GetC "Austria" "Place Name" }} Österreichische Banknoten- und Sicherheitsdruck GmbH
P {{ .GetC "Netherlands" "Place Name" }} Koninklijke Joh. Enschedé
R {{ .GetC "Germany" "Place Name" }} Bundesdruckerei GmbH
S {{ .GetC "Italy" "Place Name" }} {{ .Get "Bank of Italy" }}
T {{ .GetC "Ireland" "Place Name" }} {{ .Get "Central Bank of Ireland" }}
U {{ .GetC "France" "Place Name" }} {{ .Get "Bank of France" }}
V {{ .GetC "Spain" "Place Name" }} {{ .Get "Royal Mint of Spain" }}
W {{ .GetC "Germany" "Place Name" }} Giesecke+Devrient GmbH {{ .Get "Leipzig" }}
X {{ .GetC "Germany" "Place Name" }} Giesecke+Devrient GmbH {{ .Get "Munich" }}
Y {{ .GetC "Greece" "Place Name" }} {{ .Get "Bank of Greece" }}
Z {{ .GetC "Belgium" "Place Name" }} {{ .Get "National Bank of Belgium" }}
{{ end }} {{ define "banknotes/codes/code-pos" }} {{ $p := (index . 0) }} {{ $d := (index . 1) }} {{ $args := (map "N" $d) }}
{{/* TRANSLATORS: As in ‘5 Euro Banknote’ */}} {{ $p.GetN "{N} Euro" "{N} Euro" $d $args }} {{
{{ end }}