{{ .Get "Here you’ll be able to view all the known mintages for all coins. You’ll also be able to filter on country, denomination, etc. If you have any mintage data that’s missing from our site, feel free to contact us." }}
{{ if eq .Code "nl" }}
{{ .Get "Additional Notes" }}
- {{ .Get "Most coins from the years 2003–2016 are listed as NIFC coins while other popular sources such as Numista claim they were minted for circulation. For more information on why others are wrong, {Link:l}click here{-:E}." (map "Link" "#TODO") }}
{{ .Get "Year" }} | {{ .Printer.Sprintf "{N:m}" (map "N" 0.01) }} | {{ .Printer.Sprintf "{N:m}" (map "N" 0.02) }} | {{ .Printer.Sprintf "{N:m}" (map "N" 0.05) }} | {{ .Printer.Sprintf "{N:m}" (map "N" 0.10) }} | {{ .Printer.Sprintf "{N:m}" (map "N" 0.20) }} | {{ .Printer.Sprintf "{N:m}" (map "N" 0.50) }} | {{ .Printer.Sprintf "{N:m}" (map "N" 1.00) }} | {{ .Printer.Sprintf "{N:m}" (map "N" 2.00) }} | {{ $p := .Printer }} {{ range .Mintages.Standard }}
---|---|---|---|---|
{{- .Year -}} {{- if ne .Mintmark "" -}} {{ .Mintmark }} {{- end -}} | {{ range .Mintages }} {{ if eq . -1 }}{{ $p.Get "Unknown" }} | {{ else if eq . -2 }}{{ $p.Get "Error" }} | {{ else if eq . 0 }}— | {{ else }}{{ $p.Sprintf "{N}" (map "N" .) }} | {{ end }} {{ end }}
{{ .Get "Year" }} | {{ .Get "Commemorated Issue" }} | {{ .Get "Mintage" }} | {{ $p := .Printer }} {{ range .Mintages.Commemorative }}|||
---|---|---|---|---|---|
{{- .Year -}} {{- if ne .Mintmark "" -}} {{ .Mintmark }} {{- end -}} | {{ .Name }} | {{ with .Mintage }} {{ if eq . -1 }}{{ $p.Get "Unknown" }} | {{ else if eq . -2 }}{{ $p.Get "Error" }} | {{ else if eq . 0 }}— | {{ else }}{{ $p.Sprintf "{N}" (map "N" .) }} | {{ end }} {{ end }}