diff --git a/communication.json b/communication.json
index 3382980b..2168b38a 100644
--- a/communication.json
+++ b/communication.json
@@ -40,6 +40,7 @@
"{% if tags.vending %}",
" {% set key = 'amenity' %}",
" {% set value = 'parcel_locker' %}",
+ " {% set deprecated = ['vending=' ~ tags.vending, 'https://wiki.openstreetmap.org/wiki/Proposed_features/amenity%3Dparcel_locker'] %}",
"{% elseif tags.amenity %}",
" {% set key = 'amenity' %}",
" {% set value = tags.amenity %}",
@@ -55,7 +56,10 @@
" {{ tagTransList(key, value) }}",
"{% endif %}"
],
- "body": "{% if tags.operator %}{{ keyTrans('operator') }}: {{ localizedTag(tags, 'operator') }}
{% endif %}",
+ "body": [
+ "{% if deprecated %}