From 00d9fe2d34127c150350cf27af0db6d1868a2971 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Tue, 7 May 2024 11:12:00 +0200 Subject: [PATCH] Move brand question up --- .../public_bookcase/public_bookcase.json | 120 +++++++++--------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/assets/layers/public_bookcase/public_bookcase.json b/assets/layers/public_bookcase/public_bookcase.json index ef9c07710..5ae7c5927 100644 --- a/assets/layers/public_bookcase/public_bookcase.json +++ b/assets/layers/public_bookcase/public_bookcase.json @@ -106,6 +106,66 @@ ], "tagRenderings": [ "images", + { + "question": { + "en": "Is this public bookcase part of a bigger network?", + "nl": "Is dit boekenruilkastje deel van een netwerk?", + "de": "Gehört der Bücherschrank zu einem Netzwerk?", + "fr": "Cette microbibliothèque fait-elle partie d'un réseau/groupe ?", + "it": "Questa microbiblioteca fa parte di una rete?", + "hu": "Része-e egy nagyobb hálózatnak ez a nyilvános könyvespolc?", + "ca": "Aquesta prestatgeria pública forma part d'una xarxa més gran?", + "cs": "Je tato veřejná knihobudka součástí větší sítě?" + }, + "render": { + "en": "This public bookcase is part of {brand}", + "nl": "Dit boekenruilkastje is deel van het netwerk {brand}", + "de": "Dieser Bücherschrank ist Teil von {brand}", + "fr": "Cette microbibliothèque fait partie du groupe {brand}", + "it": "Questa microbiblioteca fa parte di {brand}", + "hu": "Ez a nyilvános könyvespolc a(z) {brand} része", + "ca": "Aquesta prestatgeria pública forma part de {brand}", + "cs": "Tato veřejná knihobudka je součástí {brand}" + }, + "condition": "ref=", + "freeform": { + "key": "brand", + "type": "nsi", + "helperArgs": [ + "amenity=public_bookcase" + ], + "placeholder": { + "en": "Name of the network" + }, + "addExtraTags": [ + "nobrand=" + ] + }, + "mappings": [ + { + "if": { + "and": [ + "nobrand=yes", + "brand=" + ] + }, + "then": { + "en": "This public bookcase is not part of a bigger network", + "nl": "Dit boekenruilkastje maakt geen deel uit van een netwerk", + "de": "Der Bücherschrank gehört zu keinem Netzwerk", + "fr": "Cette microbibliothèque ne fait pas partie d'un réseau/groupe", + "it": "Questa microbiblioteca non fa parte di una rete", + "hu": "Ez a nyilvános könyvespolc nem része egy nagyobb hálózatnak", + "ca": "Aquesta prestatgeria pública no és part d'una xarxa més gran", + "cs": "Tato veřejná knihobudka není součástí větší sítě" + }, + "addExtraTags": [ + "brand:wikidata=" + ] + } + ], + "id": "public_bookcase-brand" + }, { "render": { "en": "The name of this bookcase is {name}", @@ -373,66 +433,6 @@ }, "id": "public_bookcase-operator" }, - { - "question": { - "en": "Is this public bookcase part of a bigger network?", - "nl": "Is dit boekenruilkastje deel van een netwerk?", - "de": "Gehört der Bücherschrank zu einem Netzwerk?", - "fr": "Cette microbibliothèque fait-elle partie d'un réseau/groupe ?", - "it": "Questa microbiblioteca fa parte di una rete?", - "hu": "Része-e egy nagyobb hálózatnak ez a nyilvános könyvespolc?", - "ca": "Aquesta prestatgeria pública forma part d'una xarxa més gran?", - "cs": "Je tato veřejná knihobudka součástí větší sítě?" - }, - "render": { - "en": "This public bookcase is part of {brand}", - "nl": "Dit boekenruilkastje is deel van het netwerk {brand}", - "de": "Dieser Bücherschrank ist Teil von {brand}", - "fr": "Cette microbibliothèque fait partie du groupe {brand}", - "it": "Questa microbiblioteca fa parte di {brand}", - "hu": "Ez a nyilvános könyvespolc a(z) {brand} része", - "ca": "Aquesta prestatgeria pública forma part de {brand}", - "cs": "Tato veřejná knihobudka je součástí {brand}" - }, - "condition": "ref=", - "freeform": { - "key": "brand", - "type": "nsi", - "helperArgs": [ - "amenity=public_bookcase" - ], - "placeholder": { - "en": "Name of the network" - }, - "addExtraTags": [ - "nobrand=" - ] - }, - "mappings": [ - { - "if": { - "and": [ - "nobrand=yes", - "brand=" - ] - }, - "then": { - "en": "This public bookcase is not part of a bigger network", - "nl": "Dit boekenruilkastje maakt geen deel uit van een netwerk", - "de": "Der Bücherschrank gehört zu keinem Netzwerk", - "fr": "Cette microbibliothèque ne fait pas partie d'un réseau/groupe", - "it": "Questa microbiblioteca non fa parte di una rete", - "hu": "Ez a nyilvános könyvespolc nem része egy nagyobb hálózatnak", - "ca": "Aquesta prestatgeria pública no és part d'una xarxa més gran", - "cs": "Tato veřejná knihobudka není součástí větší sítě" - }, - "addExtraTags": [ - "brand:wikidata=" - ] - } - ], - "id": "public_bookcase-brand" - }, { "render": { "en": "The reference number of this public bookcase within {brand} is {ref}",