Chore: update docs
This commit is contained in:
parent
cb76823210
commit
af2763532b
176 changed files with 8056 additions and 3942 deletions
|
@ -139,11 +139,7 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
|
||||
The question is *What is the website of {title()}?*
|
||||
|
||||
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
|
||||
|
||||
This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
|
||||
|
||||
|
||||
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website) This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
|
||||
|
||||
|
||||
|
||||
|
@ -161,11 +157,7 @@ This tagrendering has labels `contact`
|
|||
|
||||
The question is *What is the email address of {title()}?*
|
||||
|
||||
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
|
||||
|
||||
This is rendered with `<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>`
|
||||
|
||||
|
||||
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email) This is rendered with `<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>`
|
||||
|
||||
|
||||
|
||||
|
@ -183,11 +175,7 @@ This tagrendering has labels `contact`
|
|||
|
||||
The question is *What is the phone number of {title()}?*
|
||||
|
||||
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
|
||||
|
||||
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
|
||||
|
||||
|
||||
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone) This is rendered with `<a href='tel:{phone}'>{phone}</a>`
|
||||
|
||||
|
||||
|
||||
|
@ -205,11 +193,7 @@ This tagrendering has labels `contact`
|
|||
|
||||
The question is *What are the opening hours of {title()}?*
|
||||
|
||||
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
|
||||
|
||||
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
|
||||
|
||||
|
||||
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `opening_hours~.+ | shop~.+`
|
||||
|
||||
|
@ -267,11 +251,7 @@ The question is *Which methods of payment are accepted here?*
|
|||
|
||||
The question is *What kind of bicycles and accessories are rented here?*
|
||||
|
||||
This rendering asks information about the property [rental](https://wiki.openstreetmap.org/wiki/Key:rental)
|
||||
|
||||
This is rendered with `{rental} is rented here`
|
||||
|
||||
|
||||
This rendering asks information about the property [rental](https://wiki.openstreetmap.org/wiki/Key:rental) This is rendered with `{rental} is rented here`
|
||||
|
||||
|
||||
|
||||
|
@ -295,11 +275,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
The question is *How many city bikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike)
|
||||
|
||||
This is rendered with `{capacity:city_bike} city bikes can be rented here`
|
||||
|
||||
|
||||
This rendering asks information about the property [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike) This is rendered with `{capacity:city_bike} city bikes can be rented here`
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*city_bike.*)$`
|
||||
|
||||
|
@ -313,11 +289,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
The question is *How many electrical bikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike)
|
||||
|
||||
This is rendered with `{capacity:ebike} electrical bikes can be rented here`
|
||||
|
||||
|
||||
This rendering asks information about the property [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike) This is rendered with `{capacity:ebike} electrical bikes can be rented here`
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*ebike.*)$`
|
||||
|
||||
|
@ -331,11 +303,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
The question is *How many bikes for children can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike)
|
||||
|
||||
This is rendered with `{capacity:kid_bike} bikes for children can be rented here`
|
||||
|
||||
|
||||
This rendering asks information about the property [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike) This is rendered with `{capacity:kid_bike} bikes for children can be rented here`
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*kid_bike.*)$`
|
||||
|
||||
|
@ -349,11 +317,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
The question is *How many BMX bikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx)
|
||||
|
||||
This is rendered with `{capacity:bmx} BMX bikes can be rented here`
|
||||
|
||||
|
||||
This rendering asks information about the property [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx) This is rendered with `{capacity:bmx} BMX bikes can be rented here`
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bmx.*)$`
|
||||
|
||||
|
@ -367,11 +331,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
The question is *How many mountainbikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb)
|
||||
|
||||
This is rendered with `{capacity:mtb} mountainbikes can be rented here`
|
||||
|
||||
|
||||
This rendering asks information about the property [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb) This is rendered with `{capacity:mtb} mountainbikes can be rented here`
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*mtb.*)$`
|
||||
|
||||
|
@ -385,11 +345,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
The question is *How many bicycle panniers can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier)
|
||||
|
||||
This is rendered with `{capacity:bicycle_pannier} bicycle panniers can be rented here`
|
||||
|
||||
|
||||
This rendering asks information about the property [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) This is rendered with `{capacity:bicycle_pannier} bicycle panniers can be rented here`
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bicycle_pannier.*)$`
|
||||
|
||||
|
@ -403,11 +359,7 @@ This tagrendering has labels `bicycle_rental`
|
|||
|
||||
The question is *How many tandem can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle)
|
||||
|
||||
This is rendered with `{capacity:tandem_bicycle} tandem can be rented here`
|
||||
|
||||
|
||||
This rendering asks information about the property [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle) This is rendered with `{capacity:tandem_bicycle} tandem can be rented here`
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*tandem_bicycle.*)$`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue