From ef73f7916025a1dd018b961e7d67cfb8017acf3a Mon Sep 17 00:00:00 2001 From: marsmathis Date: Sat, 26 Jul 2025 16:35:52 +0200 Subject: Added all coin files, renamed existing ones, and adapted links --- src/templates/coins-designs-ad.html.tmpl | 10 +++++----- src/templates/coins-designs-at.html.tmpl | 18 +++++++++--------- src/templates/coins-designs-be.html.tmpl | 8 ++++---- src/templates/coins-designs-de.html.tmpl | 8 ++++---- src/templates/coins-designs-ee.html.tmpl | 18 ++++++++++++++++++ src/templates/coins-designs-hr.html.tmpl | 10 +++++----- src/templates/coins-designs-nl.html.tmpl | 10 +++++----- 7 files changed, 50 insertions(+), 32 deletions(-) create mode 100644 src/templates/coins-designs-ee.html.tmpl (limited to 'src') diff --git a/src/templates/coins-designs-ad.html.tmpl b/src/templates/coins-designs-ad.html.tmpl index d63110c..97d590f 100644 --- a/src/templates/coins-designs-ad.html.tmpl +++ b/src/templates/coins-designs-ad.html.tmpl @@ -5,12 +5,12 @@
- {{ .Get `Andorran €0.01 coin` }} - {{ .Get `Andorran €0.50 coin` }} + {{ .Get `Andorran €0.01 coin` }} + {{ .Get `Andorran €0.50 coin` }}
- {{ .Get `Andorran €1 coin` }} - {{ .Get `Andorran €2 coin` }} + {{ .Get `Andorran €1 coin` }} + {{ .Get `Andorran €2 coin` }}

{{ .Get "On March of 2013 Andorra held a public design competition for all denominations except for the €2 denomination which the government pre-decided would bear the coat of arms of Andorra. Each set of denominations had a theme that participants had to center their designs around. These themes were:" }} @@ -48,4 +48,4 @@ (map "LatinStart" `` "LatinEnd" "em,span") }}

-{{ end }} \ No newline at end of file +{{ end }} diff --git a/src/templates/coins-designs-at.html.tmpl b/src/templates/coins-designs-at.html.tmpl index b439629..0393b6a 100644 --- a/src/templates/coins-designs-at.html.tmpl +++ b/src/templates/coins-designs-at.html.tmpl @@ -10,27 +10,27 @@

- {{ .Get `Austrian €0.01 coin` }} - {{ .Get `Austrian €0.02 coin` }} - {{ .Get `Austrian €0.05 coin` }} + {{ .Get `Austrian €0.01 coin` }} + {{ .Get `Austrian €0.02 coin` }} + {{ .Get `Austrian €0.05 coin` }}

{{ .Get "The bronze coins feature the Alpine gentian, -edelweiss, and -primrose respectively, and were chosen to symbolize the role that Austria played in the development of EU environmental policy." }}

- {{ .Get `Austrian €0.10 coin` }} - {{ .Get `Austrian €0.20 coin` }} - {{ .Get `Austrian €0.50 coin` }} + {{ .Get `Austrian €0.10 coin` }} + {{ .Get `Austrian €0.20 coin` }} + {{ .Get `Austrian €0.50 coin` }}

{{ .Get "The €0.10 coin features St. Stephen’s Cathedral. It symbolises the Viennese Gothic architectural style dating to around the year 1160. The €0.20 coin features Belvedere Palace. This is an example of Baroque architecture and symbolises the national freedom and sovereignty of Austria. The final gold coin — the €0.50 coin — features the Secession Building: an exhibition hall in the Art Nouveau style." }}

- {{ .Get `Austrian €1 coin` }} - {{ .Get `Austrian €2 coin` }} + {{ .Get `Austrian €1 coin` }} + {{ .Get `Austrian €2 coin` }}

{{ .Get "The two bimetallic coins feature the busts of the musical composer Wolfgang Amadeus Mozarts on the €1 coin, and the Austrian pacifist and Nobel Peace Prize winner Bertha von Suttner." }}

-{{ end }} \ No newline at end of file +{{ end }} diff --git a/src/templates/coins-designs-be.html.tmpl b/src/templates/coins-designs-be.html.tmpl index b8fb0ef..54a2d9d 100644 --- a/src/templates/coins-designs-be.html.tmpl +++ b/src/templates/coins-designs-be.html.tmpl @@ -7,15 +7,15 @@
{{ .Get `Belgian €1 coin (King Albert; Series 1)` }} {{ .Get `Belgian €1 coin (King Albert; Series 2)` }} {{ .Get `Belgian €1 coin (King Philippe)` }}

@@ -29,4 +29,4 @@ {{ .Get "After his accession to the throne, Belgium began a third series of coins in 2014 featuring the portrait of King Philippe. As is customary with coins bearing the portraits of monarchs, the direction in which the portrait faces was flipped to face right instead of left." }}

-{{ end }} \ No newline at end of file +{{ end }} diff --git a/src/templates/coins-designs-de.html.tmpl b/src/templates/coins-designs-de.html.tmpl index 995752f..118477e 100644 --- a/src/templates/coins-designs-de.html.tmpl +++ b/src/templates/coins-designs-de.html.tmpl @@ -7,9 +7,9 @@ {{ $deargs := (map "GermanStart" `` "GermanEnd" "em,span") }}
- {{ .Get `German €0.01 coin` }} - {{ .Get `German €0.10 coin` }} - {{ .Get `German €1 coin` }} + {{ .Get `German €0.01 coin` }} + {{ .Get `German €0.10 coin` }} + {{ .Get `German €1 coin` }}

{{ .Get "The German euro coins feature three different designs. A unique feature of German euro coins are the mint marks on each coin that denote in which city a given coin was minted. Germany has five active mints that produce Euro coins, which are denoted in the table below." }} @@ -60,4 +60,4 @@ {{ .Get "The €2 coin also features an edge-inscription of Germany’s national motto and incipit of Germany’s national anthem. It reads ‘{GermanStart:r}EINIGKEIT UND RECHT UND FREIHEIT{GermanEnd:E}’ (English: ‘UNITY AND JUSTICE AND FREEDOM’)." $deargs }}

-{{ end }} \ No newline at end of file +{{ end }} diff --git a/src/templates/coins-designs-ee.html.tmpl b/src/templates/coins-designs-ee.html.tmpl new file mode 100644 index 0000000..0624931 --- /dev/null +++ b/src/templates/coins-designs-ee.html.tmpl @@ -0,0 +1,18 @@ +{{ define "content" }} +
+ {{ template "navbar" . }} +

{{ .Get "German Euro Coin Designs" }}

+
+
+

+ {{ .Get "The Estonian euro coins all feature the same design across all eight denominations. The country’s outline is displayed above the text “EESTI”, the country’s name in its own language." }} +

+
+ {{ .Get `Estonian €1 coin` }} +
+
+{{ end }} + diff --git a/src/templates/coins-designs-hr.html.tmpl b/src/templates/coins-designs-hr.html.tmpl index 9f98a9b..01a391e 100644 --- a/src/templates/coins-designs-hr.html.tmpl +++ b/src/templates/coins-designs-hr.html.tmpl @@ -6,12 +6,12 @@
{{ $hrargs := (map "CroatianStart" `` "CroatianEnd" "em,span") }}
- {{ .Get `Croatian €0.01 coin` }} - {{ .Get `Croatian €0.50 coin` }} + {{ .Get `Croatian €0.01 coin` }} + {{ .Get `Croatian €0.50 coin` }}
- {{ .Get `Croatian €1 coin` }} - {{ .Get `Croatian €2 coin` }} + {{ .Get `Croatian €1 coin` }} + {{ .Get `Croatian €2 coin` }}

{{ .Get "The Croatian euro coins feature four different themes, with each design featuring the Croatian checkerboard and the country’s name in Croatian (‘{CroatianStart:r}HRVATSKA{CroatianEnd:E}’). All designs were selected after voting in a public design competition." @@ -35,4 +35,4 @@ $hrargs (map "Link" "https://www.wikipedia.org/wiki/Dubravka_(drama)") }}

-{{ end }} \ No newline at end of file +{{ end }} diff --git a/src/templates/coins-designs-nl.html.tmpl b/src/templates/coins-designs-nl.html.tmpl index e98e77b..a801374 100644 --- a/src/templates/coins-designs-nl.html.tmpl +++ b/src/templates/coins-designs-nl.html.tmpl @@ -8,21 +8,21 @@
Dutch €0.50 coin (Queen Beatrix) Dutch €0.50 coin (King Willem-Alexander)
Dutch €1 coin (Queen Beatrix) Dutch €1 coin (King Willem-Alexander)

@@ -38,4 +38,4 @@ (map "Link" "/jargon#relief") }}

-{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3