You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
648 B
35 lines
648 B
name:
|
|
ca: Entrades
|
|
cs: Vstupy
|
|
de: Eingänge
|
|
en: Entrances
|
|
es: Entradas
|
|
fr: Entrées
|
|
gl: Entradas
|
|
hu: Bejáratok
|
|
it: Ingressi
|
|
ja: エントランス
|
|
nb: Innganger
|
|
nl: Toegangen
|
|
oc: Intradas
|
|
pl: Wejścia
|
|
pt-br: Entradas
|
|
pt: Entradas
|
|
ro: Intrări
|
|
ru: Входы
|
|
sr: Улази
|
|
tr: Girişler
|
|
query:
|
|
16: |-
|
|
(
|
|
node[entrance];
|
|
node[building=entrance];
|
|
)
|
|
feature:
|
|
description: |-
|
|
{% if tags.entrance == 'yes' or (not tags.entrance and tags.building == 'entrance') %}
|
|
{{ keyTrans('entrance') }}
|
|
{% else %}
|
|
{{ tagTrans('entrance', tags.entrance) }}
|
|
{% endif %}
|
|
styles: ''
|