summaryrefslogtreecommitdiffhomepage
path: root/src/en/euro/coins.template.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/en/euro/coins.template.html')
-rw-r--r--src/en/euro/coins.template.html180
1 files changed, 0 insertions, 180 deletions
diff --git a/src/en/euro/coins.template.html b/src/en/euro/coins.template.html
deleted file mode 100644
index 5278039..0000000
--- a/src/en/euro/coins.template.html
+++ /dev/null
@@ -1,180 +0,0 @@
-<!DOCTYPE html>
-<html lang=XX>
- <head>
- <meta charset=UTF-8 />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <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-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.
- <br /><br />
- Additionally, in 2023 the 10c, 20c, and €2 denominations were released
- in two varieties. One bearing the mintmark of the Monnaie de Paris
- (Paris Mint) and one bearing the mintmark of the Koninklijke
- Nederlandse Munt (Royal Dutch Mint). These varieties are suffixed
- with “MdP” and “KNM” respectively.
- </p>
- </section>
- <br />
- <!-- FI-LU -->
- <!-- IF-MC -->
- <section>
- <p>
- In 2007 Monaco released two varieties of their €1 coin. One
- of them has mintmarks around the year while the other one
- doesn’t. The variety without the mintmarks is suffixed with
- “No MM”.
- </p>
- </section>
- <!-- FI-MC -->
- <!-- IF-MT -->
- <section>
- <p>
- Many Maltese commemoratives have different mintmarks depending on if
- they were intended for circulation, coincards, or sets. Any years
- listed on this page suffixed with “MM” bear an NIFC mintmark, while
- any years suffixed with ‘F’ bear the ‘F’ in the star that also
- represents an NIFC coin.
- </p>
- </section>
- <br />
- <!-- FI-MT -->
- <!-- IF-NL -->
- <section>
- <p>
- Besides just the standard €2 commemorative releases, the Koninklijke
- Nederlandse Munt (Royal Dutch Mint) also sells NIFC €5 commemorative
- coins; these coins are suffixed with “€5”.
- </p>
- </section>
- <br />
- <!-- FI-NL -->
-
- <section class="cl-section slant-down">
- <div>
- <table class=coin-table cellspacing=0>
- <thead>
- <tr>
- <th colspan=8>Standard Issues</th>
- </tr>
- <tr class=mobile>
- <th>1c</th>
- <th>2c</th>
- <th>5c</th>
- <th>10c</th>
- <th>20c</th>
- <th>50c</th>
- <th>€1</th>
- <th>€2</th>
- </tr>
- <tr class=not-mobile>
- <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>
-
- <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>
-
- <!-- IF-FI -->
- <section class="cl-section slant-down">
- <div>
- <table class="coin-table commemorative-table error-table" cellspacing=0>
- <thead>
- <tr>
- <th colspan=7>Error Coins</th>
- </tr>
- <tr>
- <th>Year</th>
- <th>Denomination</th>
- <th colspan=5>Description</th>
- </tr>
- </thead>
- <tbody>
- <!-- ECOIN-TABLE-BODY -->
- </tbody>
- </table>
- </div>
- </section>
- <!-- FI-FI -->
-
- <section><!-- FOOTER --></section>
- </main>
- </body>
-</html>