diff --git a/cycle_turn_on_red.yaml b/cycle_turn_on_red.yaml
new file mode 100644
index 0000000..2ccc557
--- /dev/null
+++ b/cycle_turn_on_red.yaml
@@ -0,0 +1,10 @@
+query:
+  12: node[~"^red_turn:.*:bicycle$"~"^yes$"];
+feature:
+  title: |
+    {{ tagTrans('highway', tags.highway) }}
+  body: |
+    <ul>
+    {% for k, v in tags %}
+    {% if k|matches('^red_turn:.*:bicycle$') and v == 'yes' %}<li>{{ k }}={{ v }}</li>{% endif %}
+    {% endfor %}