mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
move examples to hover text, fix typo
This commit is contained in:
parent
19a021b130
commit
344d939d5a
3 changed files with 24 additions and 18 deletions
|
|
@ -5155,24 +5155,24 @@ en:
|
|||
options:
|
||||
auto_rickshaw:
|
||||
# description for taxi_vehicle=auto_rickshaw
|
||||
description: Motorized rickshaws
|
||||
description: Motorized rickshaws (e.g. bajaj, tricycle, tuk-tuk, etc.)
|
||||
# title for taxi_vehicle=auto_rickshaw
|
||||
title: Auto Rickshaw (e.g. bajaj, tricycle, tuk-tuk, etc.)
|
||||
title: Auto Rickshaw
|
||||
cycle_rickshaw:
|
||||
# description for taxi_vehicle=cycle_rickshaw
|
||||
description: Pedal-powered rickshaws
|
||||
description: Pedal-powered rickshaws (e.g. padyak, velotaxi, etc.)
|
||||
# title for taxi_vehicle=cycle_rickshaw
|
||||
title: Cycle Rickshaw (e.g. padyak, velotaxi, etc.)
|
||||
title: Cycle Rickshaw
|
||||
motorcar:
|
||||
# description for taxi_vehicle=motorcar
|
||||
description: Regular car
|
||||
description: Regular car (implied default)
|
||||
# title for taxi_vehicle=motorcar
|
||||
title: Motorcar (implied default)
|
||||
title: Motorcar
|
||||
motorcycle:
|
||||
# description for taxi_vehicle=motorcycle
|
||||
description: With passengers 'riding pillon'
|
||||
description: With passengers 'riding pillion' (e.g. mototáxi, etc.)
|
||||
# title for taxi_vehicle=motorcycle
|
||||
title: Motorcycle (e.g. mototáxi, etc.)
|
||||
title: Motorcycle
|
||||
terms: '[translate with synonyms or related terms for ''Vehicle Type'', separated by commas]'
|
||||
taxon:
|
||||
# taxon=*
|
||||
|
|
@ -7157,7 +7157,7 @@ en:
|
|||
amenity/taxi/motorcycle_taxi:
|
||||
# amenity=taxi + taxi_vehicle=motorcycle | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Motorcycle Taxi Stand
|
||||
# 'terms: habal-habal,moto taxi'
|
||||
# 'terms: habal-habal,moto taxi,pillion'
|
||||
terms: <translate with synonyms or related terms for 'Motorcycle Taxi Stand', separated by commas>
|
||||
amenity/telephone:
|
||||
# amenity=telephone | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
|
|
@ -11403,6 +11403,11 @@ en:
|
|||
# power=plant + plant:source=solar | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Solar Power Plant
|
||||
terms: <translate with synonyms or related terms for 'Solar Power Plant', separated by commas>
|
||||
power/plant/source/solar/photovoltaic:
|
||||
# power=plant + plant:source=solar + plant:method=photovoltaic | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Solar Farm
|
||||
# 'terms: photovoltaic power station,solar panels,solar park,utility-scale solar'
|
||||
terms: <translate with synonyms or related terms for 'Solar Farm', separated by commas>
|
||||
power/plant/source/waste:
|
||||
# power=plant + plant:source=waste | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Waste Incineration Power Plant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue