diff --git a/cycleway_types.yaml b/cycleway_types.yaml
index 55a63bd..07835b7 100644
--- a/cycleway_types.yaml
+++ b/cycleway_types.yaml
@@ -362,6 +362,10 @@ feature:
{{ keyTrans('cycleway') }}:
Recommendation: Indicate side of way by using 'cycleway:left' and/or 'cycleway:right'.
+ {% if const.types[tags.cycleway].warning %}
+ {{ const.types[tags.cycleway].warning|replace({'%driving_side%': map.driving_side, '%other_driving_side%': map.driving_side == 'right' ? 'left': 'right', '%current%': 'both'}) }}
+ {% endif %}
+
- {{ keyTrans('cycleway') }}: {{ tagTrans('cycleway', tags.cycleway) }}