Regen docs

This commit is contained in:
Pieter Vander Vennet 2022-04-03 03:49:09 +02:00
parent 7d255f88e6
commit 3edca23b90
8 changed files with 84 additions and 37 deletions

View file

@ -257,10 +257,10 @@ This is rendered with `{rental} is rented here`
The question is **How much [object Object] can be rented here? **
The question is **How much 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} [object Object] can be rented here`
This is rendered with `{capacity:city_bike} city bikes can be rented here`
@ -278,10 +278,10 @@ _This tagrendering has no question and is thus read-only_
The question is **How much [object Object] can be rented here? **
The question is **How much 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} [object Object] can be rented here`
This is rendered with `{capacity:ebike} electrical bikes can be rented here`
@ -299,10 +299,10 @@ _This tagrendering has no question and is thus read-only_
The question is **How much [object Object] can be rented here? **
The question is **How much 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} [object Object] can be rented here`
This is rendered with `{capacity:kid_bike} bikes for children can be rented here`
@ -320,10 +320,10 @@ _This tagrendering has no question and is thus read-only_
The question is **How much [object Object] can be rented here? **
The question is **How much 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} [object Object] can be rented here`
This is rendered with `{capacity:bmx} BMX bikes can be rented here`
@ -341,10 +341,10 @@ _This tagrendering has no question and is thus read-only_
The question is **How much [object Object] can be rented here? **
The question is **How much mountainbike 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} [object Object] can be rented here`
This is rendered with `{capacity:mtb} mountainbike can be rented here`
@ -362,10 +362,10 @@ _This tagrendering has no question and is thus read-only_
The question is **How much [object Object] can be rented here? **
The question is **How much 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} [object Object] can be rented here`
This is rendered with `{capacity:bicycle_pannier} bicycle panniers can be rented here`
@ -383,10 +383,10 @@ _This tagrendering has no question and is thus read-only_
The question is **How much [object Object] can be rented here? **
The question is **How much 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} [object Object] can be rented here`
This is rendered with `{capacity:tandem_bicycle} tandem can be rented here`

View file

@ -24,7 +24,7 @@ A shop specifically selling bicycles or related items
+ [bike_shop-website](#bike_shop-website)
+ [bike_shop-phone](#bike_shop-phone)
+ [bike_shop-email](#bike_shop-email)
+ [bike_shop-opening_hours](#bike_shop-opening_hours)
+ [opening_hours](#opening_hours)
+ [description](#description)
+ [bike_shop-access](#bike_shop-access)
+ [bike_repair_sells-bikes](#bike_repair_sells-bikes)
@ -169,14 +169,14 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
### bike_shop-opening_hours
### opening_hours
The question is **When is this shop opened?**
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 `{opening_hours_table(opening_hours)}`
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
@ -198,7 +198,7 @@ This is rendered with `{description}`
_This tagrendering has no question and is thus read-only_
This rendering asks information about the property [access](https://wiki.openstreetmap.org/wiki/Key:access)
This is rendered with `Enkel voor {access}`
This is rendered with `Only accessible to {access}`

View file

@ -25,6 +25,7 @@ Playgrounds
+ [playground-max_age](#playground-max_age)
+ [playground-operator](#playground-operator)
+ [playground-access](#playground-access)
+ [website](#website)
+ [playground-email](#playground-email)
+ [playground-phone](#playground-phone)
+ [Playground-wheelchair](#playground-wheelchair)
@ -88,6 +89,7 @@ attribute | type | values which are supported by this layer
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/min_age#values) [min_age](https://wiki.openstreetmap.org/wiki/Key:min_age) | [pnat](../SpecialInputElements.md#pnat) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/max_age#values) [max_age](https://wiki.openstreetmap.org/wiki/Key:max_age) | [pnat](../SpecialInputElements.md#pnat) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno)
@ -197,6 +199,22 @@ The question is **Is this playground accessible to the general public?**
### website
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}' target='_blank'>{website}</a>`
- **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This option cannot be chosen as answer_
### playground-email

View file

@ -7,7 +7,7 @@
<img src='https://mapcomplete.osm.be/./assets/themes/playgrounds/playground.svg' height="100px">
A layer showing village-green (which are communal green areas, but not quite parks"
A layer showing village-green (which are communal green areas, but not quite parks)