From 141b94b694efa7663e113ccf4b3f08aea08a84f8 Mon Sep 17 00:00:00 2001
From: Thomas Voss
Date: Sat, 21 Sep 2024 11:49:09 +0200
Subject: Add a jargon entry for ‘relief’
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/templates/coins-designs-nl.html.tmpl | 8 ++++----
src/templates/jargon.html.tmpl | 11 +++++++++++
2 files changed, 15 insertions(+), 4 deletions(-)
(limited to 'src')
diff --git a/src/templates/coins-designs-nl.html.tmpl b/src/templates/coins-designs-nl.html.tmpl
index 2857c16..9bb8d77 100644
--- a/src/templates/coins-designs-nl.html.tmpl
+++ b/src/templates/coins-designs-nl.html.tmpl
@@ -44,13 +44,13 @@
` }}
-
{{ .T `
The €1 and €2 coins featuring King Willem-Alexander were minted
- with a much lower relief than most euro coins of the same
+ with a much lower %srelief%s than most euro coins of the same
denomination. As a result it is not uncommon for these coins to
- appear worn after little use in circulation.
- ` }}
+ appear worn after little use in circulation.`
+ `` `` | safe
+ }}
{{ end }}
diff --git a/src/templates/jargon.html.tmpl b/src/templates/jargon.html.tmpl
index 661388e..776f639 100644
--- a/src/templates/jargon.html.tmpl
+++ b/src/templates/jargon.html.tmpl
@@ -21,6 +21,8 @@
` }}
+
{{ .T "General Terms" }}
{{ template "jargon/dt" (tuple "au" (.T "AU — Almost Uncirculated")) }}
@@ -77,6 +79,15 @@
ground, hit against a table, etc.
` }}
+ {{ template "jargon/dt" (tuple "relief" (.T "Relief")) }}
+ -
+ {{ `
+ Relief is a term that is used to describe how 3-dimensional a
+ coin is. Coins with a higher relief have designs that make
+ greater use of the 3rd dimension while coins with lower relief
+ have designs that appear more flat.
+ ` }}
+
{{ template "jargon/dt" (tuple "unc" (.T "UNC — Uncirculated")) }}
-
{{ .T `
--
cgit v1.2.3