From cf1be05a20c7abd7405f5953679f39be9d1fa015 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 24 May 2023 22:39:19 +0200 Subject: Add skeleton for German --- build | 14 ++--- data/country-info | 31 --------- data/country-info.de | 31 +++++++++ data/country-info.en | 31 +++++++++ data/country-info.pt | 31 +++++++++ src/de/euro/coin-nav.html | 26 ++++++++ src/de/euro/coins.template.html | 133 +++++++++++++++++++++++++++++++++++++++ src/de/euro/index.html | 108 +++++++++++++++++++++++++++++++ src/de/euro/note-nav.html | 10 +++ src/de/euro/notes.template.html | 87 +++++++++++++++++++++++++ src/de/euro/tnotes.template.html | 66 +++++++++++++++++++ src/de/footer.html | 3 + src/de/index.html | 63 +++++++++++++++++++ src/de/nav-bar.html | 12 ++++ src/de/table-key.html | 27 ++++++++ src/language-selector.html | 1 + 16 files changed, 636 insertions(+), 38 deletions(-) delete mode 100644 data/country-info create mode 100644 data/country-info.de create mode 100644 data/country-info.en create mode 100644 data/country-info.pt create mode 100644 src/de/euro/coin-nav.html create mode 100644 src/de/euro/coins.template.html create mode 100644 src/de/euro/index.html create mode 100644 src/de/euro/note-nav.html create mode 100644 src/de/euro/notes.template.html create mode 100644 src/de/euro/tnotes.template.html create mode 100644 src/de/footer.html create mode 100644 src/de/index.html create mode 100644 src/de/nav-bar.html create mode 100644 src/de/table-key.html diff --git a/build b/build index d7103ff..02f7be5 100755 --- a/build +++ b/build @@ -91,7 +91,7 @@ compile_for_lang() { sed -i " /|s|$CC|
$CC
| " $nod/index.html - grep -m1 "^$CC" data/country-info \ + grep -m1 "^$CC" data/country-info.$1 \ | cut -f2 \ | xfsub '' - $nod/index.html sed -Ei " @@ -186,12 +186,12 @@ compile_for_lang() { //,//d " $nod/index.html - gawk -v denom=$denom ' + gawk -v denom=$denom -v lang=$1 ' @include "scripts/getcls.awk" BEGIN { FS = "\t" } - FILENAME == "data/country-info" { cc2name[$1] = $3 } + FILENAME == "data/country-info." lang { cc2name[$1] = $3 } FILENAME == "data/note-info" && length == 0 { section++; next } FILENAME == "data/note-info" && section == 0 { cc2c[$1] = $2 } @@ -239,19 +239,19 @@ compile_for_lang() { } print "MARKER LOL" } - ' data/country-info data/note-info data/notes \ + ' data/country-info.$1 data/note-info data/notes \ | colspan.sed \ | last-of-design.sed \ | xfsub '' - $nod/index.html [ $denom -eq 500 ] && continue - gawk -v denom=$denom ' + gawk -v denom=$denom -v lang=$1 ' @include "scripts/getcls.awk" BEGIN { FS = "\t" } - FILENAME == "data/country-info" { cc2name[$1] = $3 } + FILENAME == "data/country-info." lang { cc2name[$1] = $3 } FILENAME == "data/note-info" && length == 0 { section++; next } FILENAME == "data/note-info" && section == 0 { cc2c[$1] = $2 } @@ -293,7 +293,7 @@ compile_for_lang() { } print "MARKER LOL" } - ' data/country-info data/note-info data/notes \ + ' data/country-info.$lang data/note-info data/notes \ | colspan.sed \ | last-of-design.sed \ | xfsub '' - $nod/index.html diff --git a/data/country-info b/data/country-info deleted file mode 100644 index 74449f3..0000000 --- a/data/country-info +++ /dev/null @@ -1,31 +0,0 @@ -AD Andorran Andorra -AT Austrian Austria -BE Belgian Belgium -BG Bulgarian Bulgaria -CY Cypriot Cyprus -DE German Germany -DE-R German Germany -DE-W German Germany -DE-X German Germany -EE Estonian Estonia -ES Spanish Spain -FI Finnish Finland -FR French France -FR-E French France -FR-U French France -GR Greek Greece -HR Croatian Croatia -IE Irish Ireland -IT Italian Italy -LT Lithuanian Lithuania -LU Luxembourgish Luxembourg -LV Latvian Latvia -MC Monégasque Monaco -MT Maltese Malta -NL Dutch Netherlands -PT Portuguese Portugal -SI Slovene Slovenia -SK Slovak Slovakia -SM Sammarinese San Marino -US American United States of America -VA Vatican Vatican City diff --git a/data/country-info.de b/data/country-info.de new file mode 100644 index 0000000..74449f3 --- /dev/null +++ b/data/country-info.de @@ -0,0 +1,31 @@ +AD Andorran Andorra +AT Austrian Austria +BE Belgian Belgium +BG Bulgarian Bulgaria +CY Cypriot Cyprus +DE German Germany +DE-R German Germany +DE-W German Germany +DE-X German Germany +EE Estonian Estonia +ES Spanish Spain +FI Finnish Finland +FR French France +FR-E French France +FR-U French France +GR Greek Greece +HR Croatian Croatia +IE Irish Ireland +IT Italian Italy +LT Lithuanian Lithuania +LU Luxembourgish Luxembourg +LV Latvian Latvia +MC Monégasque Monaco +MT Maltese Malta +NL Dutch Netherlands +PT Portuguese Portugal +SI Slovene Slovenia +SK Slovak Slovakia +SM Sammarinese San Marino +US American United States of America +VA Vatican Vatican City diff --git a/data/country-info.en b/data/country-info.en new file mode 100644 index 0000000..74449f3 --- /dev/null +++ b/data/country-info.en @@ -0,0 +1,31 @@ +AD Andorran Andorra +AT Austrian Austria +BE Belgian Belgium +BG Bulgarian Bulgaria +CY Cypriot Cyprus +DE German Germany +DE-R German Germany +DE-W German Germany +DE-X German Germany +EE Estonian Estonia +ES Spanish Spain +FI Finnish Finland +FR French France +FR-E French France +FR-U French France +GR Greek Greece +HR Croatian Croatia +IE Irish Ireland +IT Italian Italy +LT Lithuanian Lithuania +LU Luxembourgish Luxembourg +LV Latvian Latvia +MC Monégasque Monaco +MT Maltese Malta +NL Dutch Netherlands +PT Portuguese Portugal +SI Slovene Slovenia +SK Slovak Slovakia +SM Sammarinese San Marino +US American United States of America +VA Vatican Vatican City diff --git a/data/country-info.pt b/data/country-info.pt new file mode 100644 index 0000000..856c817 --- /dev/null +++ b/data/country-info.pt @@ -0,0 +1,31 @@ +AD Andorran Andorra +AT Austrian Austria +BE Belgian Belgium +BG Bulgarian Bulgaria +CY Cypriot Cyprus +DE German Germany +DE-R German Germany +DE-W German Germany +DE-X German Germany +EE Estonian Estonia +ES Spanish Spain +FI Finnish Finland +FR French France +FR-E French France +FR-U French France +GR Greek Greece +HR Croatian Croatia +IE Irish Ireland +IT Italian Italy +LT Lithuanian Lithuania +LU Luxembourgish Luxembourg +LV Latvian Latvia +MC Monégasque Monaco +MT Maltese Malta +NL holandesas Netherlands +PT Portuguese Portugal +SI Slovene Slovenia +SK Slovak Slovakia +SM Sammarinese San Marino +US American United States of America +VA Vatican Vatican City diff --git a/src/de/euro/coin-nav.html b/src/de/euro/coin-nav.html new file mode 100644 index 0000000..e885b44 --- /dev/null +++ b/src/de/euro/coin-nav.html @@ -0,0 +1,26 @@ + diff --git a/src/de/euro/coins.template.html b/src/de/euro/coins.template.html new file mode 100644 index 0000000..439617d --- /dev/null +++ b/src/de/euro/coins.template.html @@ -0,0 +1,133 @@ + + + + + <!-- DEMON --> Euro Coins + + + + + + + +
+
+
+

Euro Coins

+
+
+ +

+ +
+ +

+ + +
+

+ 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). +

+
+
+ + +
+

+ 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). +

+
+
+ + +
+

+ 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. +

+
+
+ + +
+

+ 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. +

+
+
+ + +
+

+ 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). +

+
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + +
Standard Issues
1 Cent2 Cent5 Cent10 Cent20 Cent50 Cent1 Euro2 Euro
+
+
+ + +
+
+ + + + + + + + + + + + + +
Commemorative Issues
YearCommemorated Topics
+
+
+ + +
+
+ + diff --git a/src/de/euro/index.html b/src/de/euro/index.html new file mode 100644 index 0000000..d70bd8e --- /dev/null +++ b/src/de/euro/index.html @@ -0,0 +1,108 @@ + + + + + Euro-Coins & -Banknotes + + + + + + + +
+
+
+

Euro-Coins and -Banknotes

+
My Primary Collection
+
+
+ +
+

+ This is my euro collection. It’s the largest collection I’ve ever + amassed. It’s also my primary collection as I reside in the Eurozone. + I do own uncirculated-coins and -banknotes, but all coins and + banknotes listed on this section of the site are circulated. +

+ There are various examples of euro coins that have slight varieties + between their standard circulation releases and their coincard/set + releases, such as different mintmarks for example. In these cases, + the NIFC variety will not be listed on this site + unless I happen to get one for my collection (see Malta for an example). The same applies to error coins. +

+
+ +
+
+

Euro Coins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AndorraAustriaBelgiumCroatia
CyprusEstoniaFinlandFrance
GermanyGreeceIrelandItaly
LatviaLithuaniaLuxembourgMalta
MonacoNetherlandsPortugalSan Marino
SlovakiaSloveniaSpainVatican City
+
+
+ +
+
+

Euro Banknotes

+ + + + + + + + + + + + + + + +
€5€10€20€50
€100€200€500Test Notes
+
+
+ +
+
+ + diff --git a/src/de/euro/note-nav.html b/src/de/euro/note-nav.html new file mode 100644 index 0000000..1043191 --- /dev/null +++ b/src/de/euro/note-nav.html @@ -0,0 +1,10 @@ + diff --git a/src/de/euro/notes.template.html b/src/de/euro/notes.template.html new file mode 100644 index 0000000..f15f087 --- /dev/null +++ b/src/de/euro/notes.template.html @@ -0,0 +1,87 @@ + + + + + €<!-- DENOM --> Banknotes + + + + + + + +
+
+
+

Banknotes

+
+
+ +

+ +
+ +

+ +
+

+ In the serial numbers of the banknotes found in the “Ages and Styles + of Europe” series, also known as the “2002” series, the first letter + represents the country that the banknote was issued by. In the second + series (the “Europa” series) the first letter no longer represents the + issuing country but instead the location at which the banknote was + printed. + +

+ No €5 banknotes were printed for the “Ages and Styles of Europe” + series which bear the signature of Mario Draghi. + + +

+ The €500 banknote was discontinued and withdrawn from circulation with + the release of the “Europa” series. + +

+
+ +
+ +
+
+ + + + + + + + + +
Ages and Styles of Europe
+
+
+ + +
+
+ + + + + + + + + +
Europa Series
+
+
+ + +
+
+ + diff --git a/src/de/euro/tnotes.template.html b/src/de/euro/tnotes.template.html new file mode 100644 index 0000000..982e1cf --- /dev/null +++ b/src/de/euro/tnotes.template.html @@ -0,0 +1,66 @@ + + + + + Euro Test-Banknotes + + + + + + + +
+
+
+

Euro Test-Banknotes

+
+
+ +

+ +
+ +

+ +
+

+ The following “test banknotes” were banknotes from the “Europa” series + printed to test their usage in ATMs and such. The ‘*’ character in + the below serial numbers represents an arbitrary number/letter. +

+ A few additional notes: the €5 test-note bears the signature of + Jean-Claude Trichet, and the €20 test-note beginning with ‘S’ was + printed on the plate “S004”. If a note matches the serial-number + pattern but does fails these requirements, it’s not a test-note. +

+
+ +
+ +
+
+ + + + + + + + + + + + + +
Test Banknotes
YearSerial Number
+
+
+ +
+
+ + diff --git a/src/de/footer.html b/src/de/footer.html new file mode 100644 index 0000000..ca42706 --- /dev/null +++ b/src/de/footer.html @@ -0,0 +1,3 @@ +

+ Found a mistake or a bad translation? Contact me! +

diff --git a/src/de/index.html b/src/de/index.html new file mode 100644 index 0000000..b81583d --- /dev/null +++ b/src/de/index.html @@ -0,0 +1,63 @@ + + + + + Thomas’ Euro Collection + + + + + + + +
+
+
+

Thomas’ Euro Collection

+
…and some world stuff too!
+
+
+ +
+

+ This website houses the entirety of my circulated euro-coin and + -banknote collection. It also has some non-euro currencies too! + Unless explicitly stated otherwise, all coins and banknotes listed on + this site should be circulated. In other words, they shouldn’t’ve + just come from a coin set I purchased from a coin mint. I think it’s + just a lot cooler knowing that a piece of money was previously used in + a real-world transaction. +

+
+ +
+ +

Euro-Coins and -Banknotes

+

+ The main focus of my currency collecting with a single currency that + spans 26 countries and almost 350 million people. Standard issues, + commemorative issues, and banknotes from all series are all + included. +

+ +
+
+ +
+ +

World-Coins and -Banknotes

+

+ Money from around the world! This collection gets progressively + larger over time, but is not my primary focus. There are a few + countries in which I take a special interest though. +

+ This section is currently unavailable. +

+ +
+
+ +
+
+ + diff --git a/src/de/nav-bar.html b/src/de/nav-bar.html new file mode 100644 index 0000000..21e15ad --- /dev/null +++ b/src/de/nav-bar.html @@ -0,0 +1,12 @@ + diff --git a/src/de/table-key.html b/src/de/table-key.html new file mode 100644 index 0000000..0868211 --- /dev/null +++ b/src/de/table-key.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Missing from my collection (NIFC)
In my collection
In my collection (NIFC)
Data missing
Not mintedNot printed
diff --git a/src/language-selector.html b/src/language-selector.html index 96fb139..e5c1b61 100644 --- a/src/language-selector.html +++ b/src/language-selector.html @@ -1,4 +1,5 @@ -- cgit v1.2.3