From b967069df5d64500a63c12c63cc3f82228a29c5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sun, 6 Jan 2019 08:17:53 +0100
Subject: [PATCH] Culture: show museum type (tag museum=*)

---
 culture.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/culture.json b/culture.json
index 4fbe618..a9bd6ab 100644
--- a/culture.json
+++ b/culture.json
@@ -43,7 +43,13 @@
             "{% set value = tags.tourism %}",
             "{% endif %}"
         ],
-        "description": "{{ tagTrans(key, value) }}",
+        "description": [
+            "{{ tagTrans(key, value) }}",
+            "",
+            "{% if tags.tourism == 'museum' and tags.museum %}",
+            "({{ tagTrans('museum', tags.museum) }})",
+            "{% endif %}"
+        ],
         "body": [
             "<ul>",
             "{% if tags.inscription %}",