From a1b171cb619f2a532bed305680a6da234273e6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 15 Sep 2024 13:59:19 +0200 Subject: [PATCH] etymology: show name:start_date --- etymology.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etymology.yaml b/etymology.yaml index 6e47da4..af79f53 100644 --- a/etymology.yaml +++ b/etymology.yaml @@ -49,3 +49,13 @@ feature: {% endif %} + + {% if attribute(tags, 'name:start_date') %} +
  • + + {{ keyTrans('name:start_date') }}: + {{ attribute(tags, 'name:start_date')|osmFormatDate({ format: 'short' }) }} +
  • + {% endif %} + +