diff --git a/Customizations/AllKnownLayouts.ts b/Customizations/AllKnownLayouts.ts
index 8a739cf32..062eccc42 100644
--- a/Customizations/AllKnownLayouts.ts
+++ b/Customizations/AllKnownLayouts.ts
@@ -218,10 +218,13 @@ export class AllKnownLayouts {
new Title(new Combine([theme.title, "(", theme.id + ")"]), 2),
theme.description,
"This theme contains the following layers:",
- new List(theme.layers.filter(l => !l.id.startsWith("note_import_")).map((l) =>
- new Link(l.id, "../Layers/"+l.id+".md"))),
+ new List(
+ theme.layers
+ .filter((l) => !l.id.startsWith("note_import_"))
+ .map((l) => new Link(l.id, "../Layers/" + l.id + ".md"))
+ ),
"Available languages:",
- new List(theme.language.filter(ln => ln !== "_context")),
+ new List(theme.language.filter((ln) => ln !== "_context")),
]).SetClass("flex flex-col")
}
diff --git a/Docs/BuiltinIndex.md b/Docs/BuiltinIndex.md
index 1937b344b..db1c37fb6 100644
--- a/Docs/BuiltinIndex.md
+++ b/Docs/BuiltinIndex.md
@@ -39,6 +39,7 @@
+ [climbing.sportclimbing](#climbingsportclimbing)
+ [climbing.max_bolts](#climbingmax_bolts)
+ [all_tags](#all_tags)
+ + [opening_hours_by_appointment](#opening_hours_by_appointment)
+ [multilevels](#multilevels)
+ [induction-loop](#induction-loop)
+ [questions](#questions)
@@ -95,6 +96,7 @@
- climbing_route
- crossings
- defibrillator
+ - dentist
- doctors
- dogpark
- drinking_water
@@ -119,6 +121,7 @@
- parcel_lockers
- parking
- pharmacy
+ - physiotherapist
- picnic_table
- play_forest
- playground
@@ -176,6 +179,7 @@
- cafe_pub
- climbing_club
- climbing_gym
+ - dentist
- doctors
- fitness_centre
- food
@@ -187,6 +191,7 @@
- nature_reserve
- observation_tower
- pharmacy
+ - physiotherapist
- playground
- recycling
- school
@@ -212,6 +217,7 @@
- cafe_pub
- climbing_club
- climbing_gym
+ - dentist
- doctors
- fitness_centre
- food
@@ -221,6 +227,7 @@
- hotel
- kindergarten_childcare
- pharmacy
+ - physiotherapist
- recycling
- school
- shops
@@ -245,6 +252,7 @@
- cafe_pub
- climbing_club
- climbing_gym
+ - dentist
- doctors
- fitness_centre
- food
@@ -254,6 +262,7 @@
- hotel
- kindergarten_childcare
- pharmacy
+ - physiotherapist
- recycling
- school
- shops
@@ -277,7 +286,7 @@
- cafe_pub
- climbing_club
- climbing_gym
- - doctors
+ - dentist
- fitness_centre
- fitness_station
- food
@@ -612,6 +621,18 @@
+### opening_hours_by_appointment
+
+
+
+
+
+ - doctors
+ - physiotherapist
+
+
+
+
### multilevels
diff --git a/Docs/BuiltinLayers.md b/Docs/BuiltinLayers.md
index f8ad51c5f..3650c1b00 100644
--- a/Docs/BuiltinLayers.md
+++ b/Docs/BuiltinLayers.md
@@ -463,7 +463,7 @@ This tagrendering has no question and is thus read-only
-Only visible if `_opened_by_anonymous_user=false` is shown
+This tagrendering is only visible in the popup if the following condition is met: `_opened_by_anonymous_user=false`
@@ -817,6 +817,7 @@ The following layers are included in MapComplete:
- [current_view](./Layers/current_view.md)
- [cycleways_and_roads](./Layers/cycleways_and_roads.md)
- [defibrillator](./Layers/defibrillator.md)
+ - [dentist](./Layers/dentist.md)
- [direction](./Layers/direction.md)
- [doctors](./Layers/doctors.md)
- [dogpark](./Layers/dogpark.md)
@@ -863,6 +864,7 @@ The following layers are included in MapComplete:
- [parking_spaces](./Layers/parking_spaces.md)
- [pedestrian_path](./Layers/pedestrian_path.md)
- [pharmacy](./Layers/pharmacy.md)
+ - [physiotherapist](./Layers/physiotherapist.md)
- [picnic_table](./Layers/picnic_table.md)
- [play_forest](./Layers/play_forest.md)
- [playground](./Layers/playground.md)
diff --git a/Docs/BuiltinQuestions.md b/Docs/BuiltinQuestions.md
index 57d992084..9ab5e122c 100644
--- a/Docs/BuiltinQuestions.md
+++ b/Docs/BuiltinQuestions.md
@@ -28,6 +28,7 @@ The following items can be easily reused in your layers
+ [description](#description)
+ [opening_hours](#opening_hours)
+ [opening_hours_24_7](#opening_hours_24_7)
+ + [opening_hours_by_appointment](#opening_hours_by_appointment)
+ [service:electricity](#serviceelectricity)
+ [payment-options](#payment-options)
+ [payment-options-advanced](#payment-options-advanced)
@@ -279,6 +280,22 @@ What are the opening hours of {title()}?
+### opening_hours_by_appointment
+
+
+
+
Opening hours
{opening_hours_table(opening_hours)}
+
+What are the opening hours of {title()}?
+
+
+
+ - Only by appointment
+ - Only by appointment
+
+
+
+
### service:electricity
diff --git a/Docs/Layers/all_streets.md b/Docs/Layers/all_streets.md
index 03367f1c2..a04a867b8 100644
--- a/Docs/Layers/all_streets.md
+++ b/Docs/Layers/all_streets.md
@@ -117,7 +117,7 @@ The question is What sign does this bicycle road have?
- There are no supplementary signs at this bicycle road. corresponds with `traffic_sign=DE:244.1`
-Only visible if `bicycle_road=yes&_country=de` is shown
+This tagrendering is only visible in the popup if the following condition is met: `bicycle_road=yes&_country=de`
@@ -133,7 +133,7 @@ This is rendered with This street will become a cyclestreet at {cyclestreet:sta
-Only visible if `proposed:cyclestreet=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `proposed:cyclestreet=yes`
diff --git a/Docs/Layers/artwork.md b/Docs/Layers/artwork.md
index 4d7e679e3..0459a8736 100644
--- a/Docs/Layers/artwork.md
+++ b/Docs/Layers/artwork.md
@@ -191,6 +191,6 @@ This is rendered with This artwork depicts {wikidata_label(subject:wikidata)}{w
-Only visible if `subject:wikidata~.+` is shown
+This tagrendering is only visible in the popup if the following condition is met: `subject:wikidata~.+`
This document is autogenerated from [assets/layers/artwork/artwork.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/artwork/artwork.json)
\ No newline at end of file
diff --git a/Docs/Layers/barrier.md b/Docs/Layers/barrier.md
index c53fa4825..7c3501672 100644
--- a/Docs/Layers/barrier.md
+++ b/Docs/Layers/barrier.md
@@ -135,7 +135,7 @@ The question is What kind of bollard is this?
- Rising bollard corresponds with `bollard=rising`
-Only visible if `barrier=bollard` is shown
+This tagrendering is only visible in the popup if the following condition is met: `barrier=bollard`
@@ -155,7 +155,7 @@ The question is What kind of cycling barrier is this?
- Squeeze gate, gap is smaller at top, than at the bottom corresponds with `cycle_barrier=squeeze`
-Only visible if `barrier=cycle_barrier` is shown
+This tagrendering is only visible in the popup if the following condition is met: `barrier=cycle_barrier`
@@ -185,7 +185,7 @@ This is rendered with Space between barriers (along the length of the road): {w
-Only visible if `cycle_barrier=double|cycle_barrier=triple` is shown
+This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double|cycle_barrier=triple`
@@ -201,7 +201,7 @@ This is rendered with Width of opening: {width:opening} m
-Only visible if `cycle_barrier=double|cycle_barrier=triple` is shown
+This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double|cycle_barrier=triple`
@@ -217,6 +217,6 @@ This is rendered with Overlap: {overlap} m
-Only visible if `cycle_barrier=double|cycle_barrier=triple` is shown
+This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double|cycle_barrier=triple`
This document is autogenerated from [assets/layers/barrier/barrier.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/barrier/barrier.json)
\ No newline at end of file
diff --git a/Docs/Layers/bicycle_rental.md b/Docs/Layers/bicycle_rental.md
index 5047a8489..0081a6a97 100644
--- a/Docs/Layers/bicycle_rental.md
+++ b/Docs/Layers/bicycle_rental.md
@@ -107,7 +107,7 @@ The question is What kind of bicycle rental is this?
- This is a dropoff point, e.g. a reserved parking to place the bicycles which clearly marked as being for the rental service only corresponds with `bicycle_rental=dropoff_point`
-Only visible if `amenity=bicycle_rental` is shown
+This tagrendering is only visible in the popup if the following condition is met: `amenity=bicycle_rental`
@@ -183,7 +183,7 @@ This is rendered with Opening hours
{opening_hours_table(opening_hours)
-Only visible if `shop~.+|opening_hours~.+` is shown
+This tagrendering is only visible in the popup if the following condition is met: `shop~.+|opening_hours~.+`
@@ -203,7 +203,7 @@ The question is Which methods of payment are accepted here?
- Unselecting this answer will add payment:cards=no
-Only visible if `shop~.+` is shown
+This tagrendering is only visible in the popup if the following condition is met: `shop~.+`
@@ -269,7 +269,7 @@ This is rendered with {capacity:city_bike} city bikes can be rented here
-Only visible if `rental~^(.*city_bike.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*city_bike.*)$`
This tagrendering has labels `bicycle_rental`
@@ -287,7 +287,7 @@ This is rendered with {capacity:ebike} electrical bikes can be rented here
-Only visible if `rental~^(.*ebike.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*ebike.*)$`
This tagrendering has labels `bicycle_rental`
@@ -305,7 +305,7 @@ This is rendered with {capacity:kid_bike} bikes for children can be rented here
-Only visible if `rental~^(.*kid_bike.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*kid_bike.*)$`
This tagrendering has labels `bicycle_rental`
@@ -323,7 +323,7 @@ This is rendered with {capacity:bmx} BMX bikes can be rented here
-Only visible if `rental~^(.*bmx.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bmx.*)$`
This tagrendering has labels `bicycle_rental`
@@ -341,7 +341,7 @@ This is rendered with {capacity:mtb} mountainbike can be rented here
-Only visible if `rental~^(.*mtb.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*mtb.*)$`
This tagrendering has labels `bicycle_rental`
@@ -359,7 +359,7 @@ This is rendered with {capacity:bicycle_pannier} bicycle panniers can be rented
-Only visible if `rental~^(.*bicycle_pannier.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bicycle_pannier.*)$`
This tagrendering has labels `bicycle_rental`
@@ -377,7 +377,7 @@ This is rendered with {capacity:tandem_bicycle} tandem can be rented here
-Only visible if `rental~^(.*tandem_bicycle.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*tandem_bicycle.*)$`
This tagrendering has labels `bicycle_rental`
diff --git a/Docs/Layers/bicycle_rental_non_docking.md b/Docs/Layers/bicycle_rental_non_docking.md
index 6fdf9b60a..32293a3a7 100644
--- a/Docs/Layers/bicycle_rental_non_docking.md
+++ b/Docs/Layers/bicycle_rental_non_docking.md
@@ -106,7 +106,7 @@ The question is What kind of bicycle rental is this?
- This is a dropoff point, e.g. a reserved parking to place the bicycles which clearly marked as being for the rental service only corresponds with `bicycle_rental=dropoff_point`
-Only visible if `amenity=bicycle_rental` is shown
+This tagrendering is only visible in the popup if the following condition is met: `amenity=bicycle_rental`
@@ -182,7 +182,7 @@ This is rendered with Opening hours
{opening_hours_table(opening_hours)
-Only visible if `shop~.+|opening_hours~.+` is shown
+This tagrendering is only visible in the popup if the following condition is met: `shop~.+|opening_hours~.+`
@@ -202,7 +202,7 @@ The question is Which methods of payment are accepted here?
- Unselecting this answer will add payment:cards=no
-Only visible if `shop~.+` is shown
+This tagrendering is only visible in the popup if the following condition is met: `shop~.+`
@@ -268,7 +268,7 @@ This is rendered with {capacity:city_bike} city bikes can be rented here
-Only visible if `rental~^(.*city_bike.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*city_bike.*)$`
This tagrendering has labels `bicycle_rental`
@@ -286,7 +286,7 @@ This is rendered with {capacity:ebike} electrical bikes can be rented here
-Only visible if `rental~^(.*ebike.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*ebike.*)$`
This tagrendering has labels `bicycle_rental`
@@ -304,7 +304,7 @@ This is rendered with {capacity:kid_bike} bikes for children can be rented here
-Only visible if `rental~^(.*kid_bike.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*kid_bike.*)$`
This tagrendering has labels `bicycle_rental`
@@ -322,7 +322,7 @@ This is rendered with {capacity:bmx} BMX bikes can be rented here
-Only visible if `rental~^(.*bmx.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bmx.*)$`
This tagrendering has labels `bicycle_rental`
@@ -340,7 +340,7 @@ This is rendered with {capacity:mtb} mountainbike can be rented here
-Only visible if `rental~^(.*mtb.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*mtb.*)$`
This tagrendering has labels `bicycle_rental`
@@ -358,7 +358,7 @@ This is rendered with {capacity:bicycle_pannier} bicycle panniers can be rented
-Only visible if `rental~^(.*bicycle_pannier.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bicycle_pannier.*)$`
This tagrendering has labels `bicycle_rental`
@@ -376,7 +376,7 @@ This is rendered with {capacity:tandem_bicycle} tandem can be rented here
-Only visible if `rental~^(.*tandem_bicycle.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*tandem_bicycle.*)$`
This tagrendering has labels `bicycle_rental`
diff --git a/Docs/Layers/bike_cleaning.md b/Docs/Layers/bike_cleaning.md
index 8f0624976..aeef93913 100644
--- a/Docs/Layers/bike_cleaning.md
+++ b/Docs/Layers/bike_cleaning.md
@@ -117,6 +117,6 @@ This is rendered with Using the cleaning service costs {charge}
- Free to use corresponds with `fee=yes`
-Only visible if `amenity=bike_wash|amenity=bicycle_wash` is shown
+This tagrendering is only visible in the popup if the following condition is met: `amenity=bike_wash|amenity=bicycle_wash`
This document is autogenerated from [assets/layers/bike_cleaning/bike_cleaning.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cleaning/bike_cleaning.json)
\ No newline at end of file
diff --git a/Docs/Layers/bike_parking.md b/Docs/Layers/bike_parking.md
index 566372593..4eedb31c4 100644
--- a/Docs/Layers/bike_parking.md
+++ b/Docs/Layers/bike_parking.md
@@ -209,6 +209,6 @@ This is rendered with This parking fits {capacity:cargo_bike} cargo bikes
-Only visible if `cargo_bike~^(designated|yes)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `cargo_bike~^(designated|yes)$`
This document is autogenerated from [assets/layers/bike_parking/bike_parking.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_parking/bike_parking.json)
\ No newline at end of file
diff --git a/Docs/Layers/bike_repair_station.md b/Docs/Layers/bike_repair_station.md
index 4cbe8cfa5..b7d09553e 100644
--- a/Docs/Layers/bike_repair_station.md
+++ b/Docs/Layers/bike_repair_station.md
@@ -120,7 +120,7 @@ The question is Is the bike pump still operational?
- The bike pump is operational corresponds with `service:bicycle:pump:operational_status=operational`
-Only visible if `service:bicycle:pump=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `service:bicycle:pump=yes`
@@ -226,7 +226,7 @@ The question is Does this bike repair station have a special tool to repair you
- There is no chain tool corresponds with `service:bicycle:chain_tool=no`
-Only visible if `service:bicycle:tools=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `service:bicycle:tools=yes`
@@ -244,7 +244,7 @@ The question is Does this bike station have a hook to hang your bike on or a st
- There is no hook or stand corresponds with `service:bicycle:stand=no`
-Only visible if `service:bicycle:tools=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `service:bicycle:tools=yes`
@@ -256,7 +256,7 @@ This tagrendering has no question and is thus read-only
-Only visible if `email~.+&service:bicycle:pump:operational_status=broken` is shown
+This tagrendering is only visible in the popup if the following condition is met: `email~.+&service:bicycle:pump:operational_status=broken`
@@ -295,7 +295,7 @@ The question is Is this an electric bike pump?
- Electrical pump corresponds with `manual=no`
-Only visible if `service:bicycle:pump=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `service:bicycle:pump=yes`
@@ -314,7 +314,7 @@ The question is Does the pump have a pressure indicator or manometer?
- There is manometer but it is broken corresponds with `manometer=broken`
-Only visible if `service:bicycle:pump=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `service:bicycle:pump=yes`
diff --git a/Docs/Layers/bike_shop.md b/Docs/Layers/bike_shop.md
index a4555c466..349d10445 100644
--- a/Docs/Layers/bike_shop.md
+++ b/Docs/Layers/bike_shop.md
@@ -113,7 +113,7 @@ This tagrendering has no question and is thus read-only
- This business focuses on rental corresponds with `shop=rental`
-Only visible if `shop~.+&shop!~^(bicycle)$&shop!~^(sports)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `shop~.+&shop!~^(bicycle)$&shop!~^(sports)$`
@@ -309,7 +309,7 @@ This is rendered with {capacity:city_bike} city bikes can be rented here
-Only visible if `rental~^(.*city_bike.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*city_bike.*)$`
This tagrendering has labels `bicycle_rental`
@@ -327,7 +327,7 @@ This is rendered with {capacity:ebike} electrical bikes can be rented here
-Only visible if `rental~^(.*ebike.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*ebike.*)$`
This tagrendering has labels `bicycle_rental`
@@ -345,7 +345,7 @@ This is rendered with {capacity:kid_bike} bikes for children can be rented here
-Only visible if `rental~^(.*kid_bike.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*kid_bike.*)$`
This tagrendering has labels `bicycle_rental`
@@ -363,7 +363,7 @@ This is rendered with {capacity:bmx} BMX bikes can be rented here
-Only visible if `rental~^(.*bmx.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bmx.*)$`
This tagrendering has labels `bicycle_rental`
@@ -381,7 +381,7 @@ This is rendered with {capacity:mtb} mountainbike can be rented here
-Only visible if `rental~^(.*mtb.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*mtb.*)$`
This tagrendering has labels `bicycle_rental`
@@ -399,7 +399,7 @@ This is rendered with {capacity:bicycle_pannier} bicycle panniers can be rented
-Only visible if `rental~^(.*bicycle_pannier.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bicycle_pannier.*)$`
This tagrendering has labels `bicycle_rental`
@@ -417,7 +417,7 @@ This is rendered with {capacity:tandem_bicycle} tandem can be rented here
-Only visible if `rental~^(.*tandem_bicycle.*)$` is shown
+This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*tandem_bicycle.*)$`
This tagrendering has labels `bicycle_rental`
diff --git a/Docs/Layers/cafe_pub.md b/Docs/Layers/cafe_pub.md
index 961f9affd..9f1b1e914 100644
--- a/Docs/Layers/cafe_pub.md
+++ b/Docs/Layers/cafe_pub.md
@@ -348,7 +348,7 @@ The question is Is there a fee for internet access?
- Internet access is free at this place, for customers only corresponds with `internet_access:fee=customers`
-Only visible if `internet_access!=no&internet_access~.+` is shown
+This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
@@ -369,7 +369,7 @@ This is rendered with The network name is {internet_access:ssid}
- Telekom corresponds with `internet_access:ssid=Telekom`
-Only visible if `internet_access=wlan` is shown
+This tagrendering is only visible in the popup if the following condition is met: `internet_access=wlan`
diff --git a/Docs/Layers/caravansites.md b/Docs/Layers/caravansites.md
index b7f1e4056..920c3feea 100644
--- a/Docs/Layers/caravansites.md
+++ b/Docs/Layers/caravansites.md
@@ -131,7 +131,7 @@ This is rendered with This place charges {charge}
-Only visible if `fee=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `fee=yes`
@@ -197,7 +197,7 @@ The question is Do you have to pay for the internet access?
- You do not need to pay extra for internet access corresponds with `internet_access:fee=no`
-Only visible if `internet_access=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `internet_access=yes`
diff --git a/Docs/Layers/charging_station.md b/Docs/Layers/charging_station.md
index 1ff47b5e8..f1f5c3fc4 100644
--- a/Docs/Layers/charging_station.md
+++ b/Docs/Layers/charging_station.md
@@ -309,7 +309,7 @@ This is rendered with There are {socket:schuko} plugs of
-Only visible if `socket:schuko~.+&socket:schuko!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
@@ -325,7 +325,7 @@ This is rendered with There are {socket:typee} plugs of
-Only visible if `socket:typee~.+&socket:typee!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
@@ -341,7 +341,7 @@ This is rendered with There are {socket:chademo} plugs o
-Only visible if `socket:chademo~.+&socket:chademo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
@@ -357,7 +357,7 @@ This is rendered with There are {socket:type1_cable} plu
-Only visible if `socket:type1_cable~.+&socket:type1_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
@@ -373,7 +373,7 @@ This is rendered with There are {socket:type1} plugs of
-Only visible if `socket:type1~.+&socket:type1!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
@@ -389,7 +389,7 @@ This is rendered with There are {socket:type1_combo} plu
-Only visible if `socket:type1_combo~.+&socket:type1_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
@@ -405,7 +405,7 @@ This is rendered with There are {socket:tesla_supercharger}<
-Only visible if `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
@@ -421,7 +421,7 @@ This is rendered with There are {socket:type2} plugs of
-Only visible if `socket:type2~.+&socket:type2!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
@@ -437,7 +437,7 @@ This is rendered with There are {socket:type2_combo} plu
-Only visible if `socket:type2_combo~.+&socket:type2_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
@@ -453,7 +453,7 @@ This is rendered with There are {socket:type2_cable} plu
-Only visible if `socket:type2_cable~.+&socket:type2_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
@@ -469,7 +469,7 @@ This is rendered with There are {socket:tesla_supercharger_c
-Only visible if `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
@@ -485,7 +485,7 @@ This is rendered with There are {socket:tesla_destination}
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
@@ -501,7 +501,7 @@ This is rendered with There are {socket:tesla_destination}
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
@@ -517,7 +517,7 @@ This is rendered with There are {socket:USB-A} plugs of
-Only visible if `socket:USB-A~.+&socket:USB-A!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
@@ -533,7 +533,7 @@ This is rendered with There are {socket:bosch_3pin} plug
-Only visible if `socket:bosch_3pin~.+&socket:bosch_3pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
@@ -549,7 +549,7 @@ This is rendered with There are {socket:bosch_5pin} plug
-Only visible if `socket:bosch_5pin~.+&socket:bosch_5pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
@@ -570,7 +570,7 @@ This is rendered with Schuko wall plug
- Schuko wall plug without ground pin (CEE7/4 type F) outputs 230 volt corresponds with `socket:schuko:voltage=230 V`
-Only visible if `socket:schuko~.+&socket:schuko!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is part of group `technical`
@@ -593,7 +593,7 @@ This is rendered with Schuko wall plug
- Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 16 A corresponds with `socket:schuko:current=16 A`
-Only visible if `socket:schuko~.+&socket:schuko!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is part of group `technical`
@@ -616,7 +616,7 @@ This is rendered with Schuko wall plug
- Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 3.6 kw A corresponds with `socket:schuko:output=3.6 kW`
-Only visible if `socket:schuko~.+&socket:schuko!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is part of group `technical`
@@ -639,7 +639,7 @@ This is rendered with European wall pl
- European wall plug with ground pin (CEE7/4 type E) outputs 230 volt corresponds with `socket:typee:voltage=230 V`
-Only visible if `socket:typee~.+&socket:typee!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is part of group `technical`
@@ -662,7 +662,7 @@ This is rendered with European wall pl
- European wall plug with ground pin (CEE7/4 type E) outputs at most 16 A corresponds with `socket:typee:current=16 A`
-Only visible if `socket:typee~.+&socket:typee!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is part of group `technical`
@@ -686,7 +686,7 @@ This is rendered with European wall pl
- European wall plug with ground pin (CEE7/4 type E) outputs at most 22 kw A corresponds with `socket:typee:output=22 kW`
-Only visible if `socket:typee~.+&socket:typee!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is part of group `technical`
@@ -709,7 +709,7 @@ This is rendered with Chademo
-
Chademo outputs 500 volt corresponds with `
socket:chademo:voltage=
500 V`
-Only visible if `socket:chademo~.+&socket:chademo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is part of group `technical`
@@ -732,7 +732,7 @@ This is rendered with
Chademo
-
Chademo outputs at most 120 A corresponds with `
socket:chademo:current=
120 A`
-Only visible if `socket:chademo~.+&socket:chademo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is part of group `technical`
@@ -755,7 +755,7 @@ This is rendered with
Chademo
-
Chademo outputs at most 50 kw A corresponds with `
socket:chademo:output=
50 kW`
-Only visible if `socket:chademo~.+&socket:chademo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is part of group `technical`
@@ -779,7 +779,7 @@ This is rendered with
Type 1 with cabl
- Type 1 with cable (J1772) outputs 240 volt corresponds with `socket:type1_cable:voltage=240 V`
-Only visible if `socket:type1_cable~.+&socket:type1_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is part of group `technical`
@@ -802,7 +802,7 @@ This is rendered with Type 1 with cabl
- Type 1 with cable (J1772) outputs at most 32 A corresponds with `socket:type1_cable:current=32 A`
-Only visible if `socket:type1_cable~.+&socket:type1_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is part of group `technical`
@@ -826,7 +826,7 @@ This is rendered with Type 1 with cabl
- Type 1 with cable (J1772) outputs at most 7 kw A corresponds with `socket:type1_cable:output=7 kW`
-Only visible if `socket:type1_cable~.+&socket:type1_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is part of group `technical`
@@ -850,7 +850,7 @@ This is rendered with Type 1 withou
- Type 1 without cable (J1772) outputs 240 volt corresponds with `socket:type1:voltage=240 V`
-Only visible if `socket:type1~.+&socket:type1!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is part of group `technical`
@@ -873,7 +873,7 @@ This is rendered with Type 1 withou
- Type 1 without cable (J1772) outputs at most 32 A corresponds with `socket:type1:current=32 A`
-Only visible if `socket:type1~.+&socket:type1!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is part of group `technical`
@@ -899,7 +899,7 @@ This is rendered with Type 1 withou
- Type 1 without cable (J1772) outputs at most 7.2 kw A corresponds with `socket:type1:output=7.2 kW`
-Only visible if `socket:type1~.+&socket:type1!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is part of group `technical`
@@ -923,7 +923,7 @@ This is rendered with Type 1 CCS (
- Type 1 CCS (aka Type 1 Combo) outputs 1000 volt corresponds with `socket:type1_combo:voltage=1000 V`
-Only visible if `socket:type1_combo~.+&socket:type1_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is part of group `technical`
@@ -947,7 +947,7 @@ This is rendered with Type 1 CCS (
- Type 1 CCS (aka Type 1 Combo) outputs at most 125 A corresponds with `socket:type1_combo:current=125 A`
-Only visible if `socket:type1_combo~.+&socket:type1_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is part of group `technical`
@@ -973,7 +973,7 @@ This is rendered with Type 1 CCS (
- Type 1 CCS (aka Type 1 Combo) outputs at most 350 kw A corresponds with `socket:type1_combo:output=350 kW`
-Only visible if `socket:type1_combo~.+&socket:type1_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is part of group `technical`
@@ -996,7 +996,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger outputs 480 volt corresponds with `socket:tesla_supercharger:voltage=480 V`
-Only visible if `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is part of group `technical`
@@ -1020,7 +1020,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger outputs at most 350 A corresponds with `socket:tesla_supercharger:current=350 A`
-Only visible if `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is part of group `technical`
@@ -1045,7 +1045,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger outputs at most 250 kw A corresponds with `socket:tesla_supercharger:output=250 kW`
-Only visible if `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is part of group `technical`
@@ -1069,7 +1069,7 @@ This is rendered with Type 2 (menn
- Type 2 (mennekes) outputs 400 volt corresponds with `socket:type2:voltage=400 V`
-Only visible if `socket:type2~.+&socket:type2!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is part of group `technical`
@@ -1093,7 +1093,7 @@ This is rendered with Type 2 (menn
- Type 2 (mennekes) outputs at most 32 A corresponds with `socket:type2:current=32 A`
-Only visible if `socket:type2~.+&socket:type2!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is part of group `technical`
@@ -1117,7 +1117,7 @@ This is rendered with Type 2 (menn
- Type 2 (mennekes) outputs at most 22 kw A corresponds with `socket:type2:output=22 kW`
-Only visible if `socket:type2~.+&socket:type2!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is part of group `technical`
@@ -1141,7 +1141,7 @@ This is rendered with Type 2 CCS (
- Type 2 CCS (mennekes) outputs 920 volt corresponds with `socket:type2_combo:voltage=920 V`
-Only visible if `socket:type2_combo~.+&socket:type2_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is part of group `technical`
@@ -1165,7 +1165,7 @@ This is rendered with Type 2 CCS (
- Type 2 CCS (mennekes) outputs at most 350 A corresponds with `socket:type2_combo:current=350 A`
-Only visible if `socket:type2_combo~.+&socket:type2_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is part of group `technical`
@@ -1188,7 +1188,7 @@ This is rendered with Type 2 CCS (
- Type 2 CCS (mennekes) outputs at most 50 kw A corresponds with `socket:type2_combo:output=50 kW`
-Only visible if `socket:type2_combo~.+&socket:type2_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is part of group `technical`
@@ -1212,7 +1212,7 @@ This is rendered with Type 2 with cabl
- Type 2 with cable (mennekes) outputs 400 volt corresponds with `socket:type2_cable:voltage=400 V`
-Only visible if `socket:type2_cable~.+&socket:type2_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is part of group `technical`
@@ -1236,7 +1236,7 @@ This is rendered with Type 2 with cabl
- Type 2 with cable (mennekes) outputs at most 32 A corresponds with `socket:type2_cable:current=32 A`
-Only visible if `socket:type2_cable~.+&socket:type2_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is part of group `technical`
@@ -1260,7 +1260,7 @@ This is rendered with Type 2 with cabl
- Type 2 with cable (mennekes) outputs at most 22 kw A corresponds with `socket:type2_cable:output=22 kW`
-Only visible if `socket:type2_cable~.+&socket:type2_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is part of group `technical`
@@ -1284,7 +1284,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger CCS (a branded Type 2 CSS) outputs 920 volt corresponds with `socket:tesla_supercharger_ccs:voltage=920 V`
-Only visible if `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is part of group `technical`
@@ -1308,7 +1308,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger CCS (a branded type2_css) outputs at most 350 A corresponds with `socket:tesla_supercharger_ccs:current=350 A`
-Only visible if `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is part of group `technical`
@@ -1331,7 +1331,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger CCS (a branded Type 2 CSS) outputs at most 50 kw A corresponds with `socket:tesla_supercharger_ccs:output=50 kW`
-Only visible if `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is part of group `technical`
@@ -1354,7 +1354,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) outputs 480 volt corresponds with `socket:tesla_destination:voltage=480 V`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1378,7 +1378,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) outputs at most 350 A corresponds with `socket:tesla_destination:current=350 A`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1403,7 +1403,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) outputs at most 250 kw A corresponds with `socket:tesla_destination:output=250 kW`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1427,7 +1427,7 @@ This is rendered with Tesla supercharg
- Tesla Supercharger (Destination) (A Type 2 with cable branded as Tesla) outputs 400 volt corresponds with `socket:tesla_destination:voltage=400 V`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1451,7 +1451,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) (A Type 2 with cable branded as Tesla) outputs at most 32 A corresponds with `socket:tesla_destination:current=32 A`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1475,7 +1475,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) (A Type 2 with cable branded as Tesla) outputs at most 22 kw A corresponds with `socket:tesla_destination:output=22 kW`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1498,7 +1498,7 @@ This is rendered with USB to charg
- USB to charge phones and small electronics outputs 5 volt corresponds with `socket:USB-A:voltage=5 V`
-Only visible if `socket:USB-A~.+&socket:USB-A!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is part of group `technical`
@@ -1522,7 +1522,7 @@ This is rendered with USB to charg
- USB to charge phones and small electronics outputs at most 2 A corresponds with `socket:USB-A:current=2 A`
-Only visible if `socket:USB-A~.+&socket:USB-A!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is part of group `technical`
@@ -1546,7 +1546,7 @@ This is rendered with USB to charg
- USB to charge phones and small electronics outputs at most 10w A corresponds with `socket:USB-A:output=10W`
-Only visible if `socket:USB-A~.+&socket:USB-A!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is part of group `technical`
@@ -1569,7 +1569,7 @@ This is rendered with Bosch Active Con
-Only visible if `socket:bosch_3pin~.+&socket:bosch_3pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is part of group `technical`
@@ -1592,7 +1592,7 @@ This is rendered with Bosch Active Con
-Only visible if `socket:bosch_3pin~.+&socket:bosch_3pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is part of group `technical`
@@ -1615,7 +1615,7 @@ This is rendered with Bosch Active Con
-Only visible if `socket:bosch_3pin~.+&socket:bosch_3pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is part of group `technical`
@@ -1638,7 +1638,7 @@ This is rendered with Bosch Active Con
-Only visible if `socket:bosch_5pin~.+&socket:bosch_5pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is part of group `technical`
@@ -1661,7 +1661,7 @@ This is rendered with Bosch Active Con
-Only visible if `socket:bosch_5pin~.+&socket:bosch_5pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is part of group `technical`
@@ -1684,7 +1684,7 @@ This is rendered with Bosch Active Con
-Only visible if `socket:bosch_5pin~.+&socket:bosch_5pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is part of group `technical`
@@ -1741,7 +1741,7 @@ This is rendered with Using this charging station costs {charge}
-Only visible if `fee=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `fee=yes`
@@ -1765,7 +1765,7 @@ The question is Which methods of payment are accepted here?
- Unselecting this answer will add payment:membership_card=no
-Only visible if `fee=yes|charge~.+` is shown
+This tagrendering is only visible in the popup if the following condition is met: `fee=yes|charge~.+`
@@ -1811,7 +1811,7 @@ This is rendered with Authenticate by calling or SMS'ing to maxstay=unlimited`
-Only visible if `maxstay~.+|motorcar=yes|hgv=yes|bus=yes` is shown
+This tagrendering is only visible in the popup if the following condition is met: `maxstay~.+|motorcar=yes|hgv=yes|bus=yes`
@@ -1961,7 +1961,7 @@ This is rendered with Reference number is {ref}
-Only visible if `network~.+` is shown
+This tagrendering is only visible in the popup if the following condition is met: `network~.+`
diff --git a/Docs/Layers/charging_station_ebikes.md b/Docs/Layers/charging_station_ebikes.md
index e2cc0a5bc..28b0c919b 100644
--- a/Docs/Layers/charging_station_ebikes.md
+++ b/Docs/Layers/charging_station_ebikes.md
@@ -308,7 +308,7 @@ This is rendered with There are {socket:schuko} plugs of
-Only visible if `socket:schuko~.+&socket:schuko!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
@@ -324,7 +324,7 @@ This is rendered with There are {socket:typee} plugs of
-Only visible if `socket:typee~.+&socket:typee!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
@@ -340,7 +340,7 @@ This is rendered with There are {socket:chademo} plugs o
-Only visible if `socket:chademo~.+&socket:chademo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
@@ -356,7 +356,7 @@ This is rendered with There are {socket:type1_cable} plu
-Only visible if `socket:type1_cable~.+&socket:type1_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
@@ -372,7 +372,7 @@ This is rendered with There are {socket:type1} plugs of
-Only visible if `socket:type1~.+&socket:type1!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
@@ -388,7 +388,7 @@ This is rendered with There are {socket:type1_combo} plu
-Only visible if `socket:type1_combo~.+&socket:type1_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
@@ -404,7 +404,7 @@ This is rendered with There are {socket:tesla_supercharger}<
-Only visible if `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
@@ -420,7 +420,7 @@ This is rendered with There are {socket:type2} plugs of
-Only visible if `socket:type2~.+&socket:type2!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
@@ -436,7 +436,7 @@ This is rendered with There are {socket:type2_combo} plu
-Only visible if `socket:type2_combo~.+&socket:type2_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
@@ -452,7 +452,7 @@ This is rendered with There are {socket:type2_cable} plu
-Only visible if `socket:type2_cable~.+&socket:type2_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
@@ -468,7 +468,7 @@ This is rendered with There are {socket:tesla_supercharger_c
-Only visible if `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
@@ -484,7 +484,7 @@ This is rendered with There are {socket:tesla_destination}
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
@@ -500,7 +500,7 @@ This is rendered with There are {socket:tesla_destination}
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
@@ -516,7 +516,7 @@ This is rendered with There are {socket:USB-A} plugs of
-Only visible if `socket:USB-A~.+&socket:USB-A!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
@@ -532,7 +532,7 @@ This is rendered with There are {socket:bosch_3pin} plug
-Only visible if `socket:bosch_3pin~.+&socket:bosch_3pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
@@ -548,7 +548,7 @@ This is rendered with There are {socket:bosch_5pin} plug
-Only visible if `socket:bosch_5pin~.+&socket:bosch_5pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
@@ -569,7 +569,7 @@ This is rendered with Schuko wall plug
- Schuko wall plug without ground pin (CEE7/4 type F) outputs 230 volt corresponds with `socket:schuko:voltage=230 V`
-Only visible if `socket:schuko~.+&socket:schuko!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is part of group `technical`
@@ -592,7 +592,7 @@ This is rendered with Schuko wall plug
- Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 16 A corresponds with `socket:schuko:current=16 A`
-Only visible if `socket:schuko~.+&socket:schuko!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is part of group `technical`
@@ -615,7 +615,7 @@ This is rendered with Schuko wall plug
- Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 3.6 kw A corresponds with `socket:schuko:output=3.6 kW`
-Only visible if `socket:schuko~.+&socket:schuko!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is part of group `technical`
@@ -638,7 +638,7 @@ This is rendered with European wall pl
- European wall plug with ground pin (CEE7/4 type E) outputs 230 volt corresponds with `socket:typee:voltage=230 V`
-Only visible if `socket:typee~.+&socket:typee!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is part of group `technical`
@@ -661,7 +661,7 @@ This is rendered with European wall pl
- European wall plug with ground pin (CEE7/4 type E) outputs at most 16 A corresponds with `socket:typee:current=16 A`
-Only visible if `socket:typee~.+&socket:typee!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is part of group `technical`
@@ -685,7 +685,7 @@ This is rendered with European wall pl
- European wall plug with ground pin (CEE7/4 type E) outputs at most 22 kw A corresponds with `socket:typee:output=22 kW`
-Only visible if `socket:typee~.+&socket:typee!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is part of group `technical`
@@ -708,7 +708,7 @@ This is rendered with Chademo
-
Chademo outputs 500 volt corresponds with `
socket:chademo:voltage=
500 V`
-Only visible if `socket:chademo~.+&socket:chademo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is part of group `technical`
@@ -731,7 +731,7 @@ This is rendered with
Chademo
-
Chademo outputs at most 120 A corresponds with `
socket:chademo:current=
120 A`
-Only visible if `socket:chademo~.+&socket:chademo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is part of group `technical`
@@ -754,7 +754,7 @@ This is rendered with
Chademo
-
Chademo outputs at most 50 kw A corresponds with `
socket:chademo:output=
50 kW`
-Only visible if `socket:chademo~.+&socket:chademo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is part of group `technical`
@@ -778,7 +778,7 @@ This is rendered with
Type 1 with cabl
- Type 1 with cable (J1772) outputs 240 volt corresponds with `socket:type1_cable:voltage=240 V`
-Only visible if `socket:type1_cable~.+&socket:type1_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is part of group `technical`
@@ -801,7 +801,7 @@ This is rendered with Type 1 with cabl
- Type 1 with cable (J1772) outputs at most 32 A corresponds with `socket:type1_cable:current=32 A`
-Only visible if `socket:type1_cable~.+&socket:type1_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is part of group `technical`
@@ -825,7 +825,7 @@ This is rendered with Type 1 with cabl
- Type 1 with cable (J1772) outputs at most 7 kw A corresponds with `socket:type1_cable:output=7 kW`
-Only visible if `socket:type1_cable~.+&socket:type1_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is part of group `technical`
@@ -849,7 +849,7 @@ This is rendered with Type 1 withou
- Type 1 without cable (J1772) outputs 240 volt corresponds with `socket:type1:voltage=240 V`
-Only visible if `socket:type1~.+&socket:type1!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is part of group `technical`
@@ -872,7 +872,7 @@ This is rendered with Type 1 withou
- Type 1 without cable (J1772) outputs at most 32 A corresponds with `socket:type1:current=32 A`
-Only visible if `socket:type1~.+&socket:type1!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is part of group `technical`
@@ -898,7 +898,7 @@ This is rendered with Type 1 withou
- Type 1 without cable (J1772) outputs at most 7.2 kw A corresponds with `socket:type1:output=7.2 kW`
-Only visible if `socket:type1~.+&socket:type1!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is part of group `technical`
@@ -922,7 +922,7 @@ This is rendered with Type 1 CCS (
- Type 1 CCS (aka Type 1 Combo) outputs 1000 volt corresponds with `socket:type1_combo:voltage=1000 V`
-Only visible if `socket:type1_combo~.+&socket:type1_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is part of group `technical`
@@ -946,7 +946,7 @@ This is rendered with Type 1 CCS (
- Type 1 CCS (aka Type 1 Combo) outputs at most 125 A corresponds with `socket:type1_combo:current=125 A`
-Only visible if `socket:type1_combo~.+&socket:type1_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is part of group `technical`
@@ -972,7 +972,7 @@ This is rendered with Type 1 CCS (
- Type 1 CCS (aka Type 1 Combo) outputs at most 350 kw A corresponds with `socket:type1_combo:output=350 kW`
-Only visible if `socket:type1_combo~.+&socket:type1_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is part of group `technical`
@@ -995,7 +995,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger outputs 480 volt corresponds with `socket:tesla_supercharger:voltage=480 V`
-Only visible if `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is part of group `technical`
@@ -1019,7 +1019,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger outputs at most 350 A corresponds with `socket:tesla_supercharger:current=350 A`
-Only visible if `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is part of group `technical`
@@ -1044,7 +1044,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger outputs at most 250 kw A corresponds with `socket:tesla_supercharger:output=250 kW`
-Only visible if `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is part of group `technical`
@@ -1068,7 +1068,7 @@ This is rendered with Type 2 (menn
- Type 2 (mennekes) outputs 400 volt corresponds with `socket:type2:voltage=400 V`
-Only visible if `socket:type2~.+&socket:type2!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is part of group `technical`
@@ -1092,7 +1092,7 @@ This is rendered with Type 2 (menn
- Type 2 (mennekes) outputs at most 32 A corresponds with `socket:type2:current=32 A`
-Only visible if `socket:type2~.+&socket:type2!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is part of group `technical`
@@ -1116,7 +1116,7 @@ This is rendered with Type 2 (menn
- Type 2 (mennekes) outputs at most 22 kw A corresponds with `socket:type2:output=22 kW`
-Only visible if `socket:type2~.+&socket:type2!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is part of group `technical`
@@ -1140,7 +1140,7 @@ This is rendered with Type 2 CCS (
- Type 2 CCS (mennekes) outputs 920 volt corresponds with `socket:type2_combo:voltage=920 V`
-Only visible if `socket:type2_combo~.+&socket:type2_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is part of group `technical`
@@ -1164,7 +1164,7 @@ This is rendered with Type 2 CCS (
- Type 2 CCS (mennekes) outputs at most 350 A corresponds with `socket:type2_combo:current=350 A`
-Only visible if `socket:type2_combo~.+&socket:type2_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is part of group `technical`
@@ -1187,7 +1187,7 @@ This is rendered with Type 2 CCS (
- Type 2 CCS (mennekes) outputs at most 50 kw A corresponds with `socket:type2_combo:output=50 kW`
-Only visible if `socket:type2_combo~.+&socket:type2_combo!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is part of group `technical`
@@ -1211,7 +1211,7 @@ This is rendered with Type 2 with cabl
- Type 2 with cable (mennekes) outputs 400 volt corresponds with `socket:type2_cable:voltage=400 V`
-Only visible if `socket:type2_cable~.+&socket:type2_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is part of group `technical`
@@ -1235,7 +1235,7 @@ This is rendered with Type 2 with cabl
- Type 2 with cable (mennekes) outputs at most 32 A corresponds with `socket:type2_cable:current=32 A`
-Only visible if `socket:type2_cable~.+&socket:type2_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is part of group `technical`
@@ -1259,7 +1259,7 @@ This is rendered with Type 2 with cabl
- Type 2 with cable (mennekes) outputs at most 22 kw A corresponds with `socket:type2_cable:output=22 kW`
-Only visible if `socket:type2_cable~.+&socket:type2_cable!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is part of group `technical`
@@ -1283,7 +1283,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger CCS (a branded Type 2 CSS) outputs 920 volt corresponds with `socket:tesla_supercharger_ccs:voltage=920 V`
-Only visible if `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is part of group `technical`
@@ -1307,7 +1307,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger CCS (a branded type2_css) outputs at most 350 A corresponds with `socket:tesla_supercharger_ccs:current=350 A`
-Only visible if `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is part of group `technical`
@@ -1330,7 +1330,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger CCS (a branded Type 2 CSS) outputs at most 50 kw A corresponds with `socket:tesla_supercharger_ccs:output=50 kW`
-Only visible if `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is part of group `technical`
@@ -1353,7 +1353,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) outputs 480 volt corresponds with `socket:tesla_destination:voltage=480 V`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1377,7 +1377,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) outputs at most 350 A corresponds with `socket:tesla_destination:current=350 A`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1402,7 +1402,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) outputs at most 250 kw A corresponds with `socket:tesla_destination:output=250 kW`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1426,7 +1426,7 @@ This is rendered with Tesla supercharg
- Tesla Supercharger (Destination) (A Type 2 with cable branded as Tesla) outputs 400 volt corresponds with `socket:tesla_destination:voltage=400 V`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1450,7 +1450,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) (A Type 2 with cable branded as Tesla) outputs at most 32 A corresponds with `socket:tesla_destination:current=32 A`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1474,7 +1474,7 @@ This is rendered with Tesla Supercharg
- Tesla Supercharger (Destination) (A Type 2 with cable branded as Tesla) outputs at most 22 kw A corresponds with `socket:tesla_destination:output=22 kW`
-Only visible if `socket:tesla_destination~.+&socket:tesla_destination!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is part of group `technical`
@@ -1497,7 +1497,7 @@ This is rendered with USB to charg
- USB to charge phones and small electronics outputs 5 volt corresponds with `socket:USB-A:voltage=5 V`
-Only visible if `socket:USB-A~.+&socket:USB-A!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is part of group `technical`
@@ -1521,7 +1521,7 @@ This is rendered with USB to charg
- USB to charge phones and small electronics outputs at most 2 A corresponds with `socket:USB-A:current=2 A`
-Only visible if `socket:USB-A~.+&socket:USB-A!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is part of group `technical`
@@ -1545,7 +1545,7 @@ This is rendered with USB to charg
- USB to charge phones and small electronics outputs at most 10w A corresponds with `socket:USB-A:output=10W`
-Only visible if `socket:USB-A~.+&socket:USB-A!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is part of group `technical`
@@ -1568,7 +1568,7 @@ This is rendered with Bosch Active Con
-Only visible if `socket:bosch_3pin~.+&socket:bosch_3pin!=0` is shown
+This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is part of group `technical`
@@ -1591,7 +1591,7 @@ This is rendered with