From 1d84fa08cbeab32ce2adccb1c0a55922047d8f1b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 21 Sep 2024 11:43:34 +0200 Subject: Sort entries in alphabetical order --- src/templates/jargon.html.tmpl | 46 +++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/templates/jargon.html.tmpl b/src/templates/jargon.html.tmpl index 200db8b..661388e 100644 --- a/src/templates/jargon.html.tmpl +++ b/src/templates/jargon.html.tmpl @@ -23,29 +23,6 @@

{{ .T "General Terms" }}

- {{ template "jargon/dt" (tuple "nifc" (.T "NIFC — Not Intended For Circulation")) }} -
-

- {{ .T ` - NIFC coins are coins minted without the intention of being put - into general circulation. These coins are typically minted with - the purpose of being put into coincards or coin-sets to be sold - to collectors. Occasionally they are also handed out to - collectors for face value at banks. - ` }} -

-

- {{ .T ` - While uncommon, NIFC coins are occasionally found in - circulation. This can happen for a variety of reasons such as - someone depositing their coin collection (known as a - ‘collection dump’), or a collector’s child spending their rare - coins on an ice cream. Some coin mints have also been known to - put NIFC coins that have gone unsold for multiple years into - circulation. - ` }} -

-
{{ template "jargon/dt" (tuple "au" (.T "AU — Almost Uncirculated")) }}
{{ .T ` @@ -69,6 +46,29 @@ coin’. ` }}
+ {{ template "jargon/dt" (tuple "nifc" (.T "NIFC — Not Intended For Circulation")) }} +
+

+ {{ .T ` + NIFC coins are coins minted without the intention of being put + into general circulation. These coins are typically minted with + the purpose of being put into coincards or coin-sets to be sold + to collectors. Occasionally they are also handed out to + collectors for face value at banks. + ` }} +

+

+ {{ .T ` + While uncommon, NIFC coins are occasionally found in + circulation. This can happen for a variety of reasons such as + someone depositing their coin collection (known as a + ‘collection dump’), or a collector’s child spending their rare + coins on an ice cream. Some coin mints have also been known to + put NIFC coins that have gone unsold for multiple years into + circulation. + ` }} +

+
{{ template "jargon/dt" (tuple "pmd" (.T "PMD — Post-Mint Damage")) }}
{{ .T ` -- cgit v1.2.3