summaryrefslogtreecommitdiffhomepage
path: root/src/de/euro/coins.template.html
blob: 439617d70de6b64646a230f581eef9ad6b0a24d6 (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
<!DOCTYPE html>
<html lang=XX>
	<head>
		<meta charset=UTF-8 />
		<title><!-- DEMON --> Euro Coins</title>
		<link rel="shortcut icon" type="image/svg" href="/favicon.svg" />
		<link rel="stylesheet" type="text/css" href="/style.css" />
	</head>

	<body>
		<nav>
			<!-- NAV-BAR -->
			<!-- COIN-NAV -->
		</nav>

		<main>
			<section>
				<header>
					<h1><!-- DEMON --> Euro Coins</h1>
				</header>
			</section>

			<br /><br />

			<section><!-- TABLE-KEY --></section>

			<br /><br />

			<!-- IF-DE -->
			<section>
				<p>
					All German coins bear one of five different mintmarks that represent
					the city in which they were minted.  These are: Berlin (A), Munich
					(D), Stuttgart (F), Karlsruhe (G), and Hamburg (J).
				</p>
			</section>
			<br />
			<!-- FI-DE -->
			<!-- IF-FI -->
			<section>
				<p>
					There is an error that exists for €2 coins minted in 1999 where the
					holes in one, two, or even three of the 9’s are filled.  The number of
					9’s filled is displayed with a fraction (e.g. 2/3 for two 9’s filled).
				</p>
			</section>
			<br />
			<!-- FI-FI -->
			<!-- IF-GR -->
			<section>
				<p>
					As a result of a late joining to the Eurozone, Greece was assisted by
					the countries of France, Spain, and Finland to mint coins for 2002.
					For this reason all 2002 coins have two varieties — one with a
					mintmark in the star (‘F’, ‘E’, and ‘S’) and one without.
				</p>
			</section>
			<br />
			<!-- FI-GR -->
			<!-- IF-LU -->
			<section>
				<p>
					For the years 2020–2021 Luxembourg released certain commemorative
					coins in both a “classic” and “photo” variety.  Any years labeled with
					‘P’ are of the “photo” variety while years without a label are of the
					standard “classic” variety.
				</p>
			</section>
			<br />
			<!-- FI-LU -->
			<!-- IF-MT -->
			<section>
				<p>
					Many Maltese commemoratives have different mintmarks depending on in
					they were intended for circulation, coincards, or sets.  Any years
					listed on this page suffixed with “MdP” bear the mintmark of the
					Monnaie de Paris (Paris Mint), while years suffixed with “KNM” bear
					the mintmark of the Koninklijke Nederlandse Munt (Royal Dutch Mint).
				</p>
			</section>
			<br />
			<!-- FI-MT -->

			<section class="cl-section slant-down">
				<div>
					<table class=coin-table cellspacing=0>
						<thead>
							<tr>
								<th colspan=8>Standard Issues</th>
							</tr>
							<tr>
								<th>1 Cent</th>
								<th>2 Cent</th>
								<th>5 Cent</th>
								<th>10 Cent</th>
								<th>20 Cent</th>
								<th>50 Cent</th>
								<th>1 Euro</th>
								<th>2 Euro</th>
							</tr>
						</thead>
						<tbody>
							<!-- SCOIN-TABLE-BODY -->
						</tbody>
					</table>
				</div>
			</section>

			<!-- IF-!HR -->
			<section class="cl-section slant-down">
				<div>
					<table class="coin-table commemorative-table" cellspacing=0>
						<thead>
							<tr>
								<th colspan=7>Commemorative Issues</th>
							</tr>
							<tr>
								<th>Year</th>
								<th colspan=6>Commemorated Topics</th>
							</tr>
						</thead>
						<tbody>
							<!-- CCOIN-TABLE-BODY -->
						</tbody>
					</table>
				</div>
			</section>
			<!-- FI-!HR -->

			<section><!-- FOOTER --></section>
		</main>
	</body>
</html>