chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-06-16 14:46:12 +02:00
parent d3dc1ac4c0
commit b4efa38c06
96 changed files with 3045 additions and 2849 deletions

View file

@ -18,6 +18,7 @@ Addresses
- [street](#street)
- [unit](#unit)
- [fixme](#fixme)
- [address-questions](#address-questions)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [lod](#lod)
@ -52,13 +53,14 @@ Elements must match **any** of the following expressions:
| id | question | labels | freeform key |
-----|-----|-----|----- |
| [address_joined](#address_joined) | _{group(header,street;housenumber;unit,)}_ | address | _Multiple choice only_ |
| [address_joined](#address_joined) | _{group(header,street;housenumber;unit;address-questions,)}_ | address | _Multiple choice only_ |
| [header](#header) | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
| [housenumber](#housenumber) | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [fixme](#fixme) | What should be fixed here? Please explain<br/>_<b>Fixme description</b>{fixme}_<br/>1 options | | *[fixme](https://wiki.osm.org/wiki/Key:fixme)* ([string](../SpecialInputElements.md#string)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [address-questions](#address-questions) | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -66,7 +68,7 @@ Elements must match **any** of the following expressions:
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
*{group(header,street;housenumber;unit;address-questions,)}*
This tagrendering has labels
`address`
@ -125,11 +127,21 @@ The question is `What should be fixed here? Please explain`
- *No fixme - write something here to explain complicated cases* is shown if with fixme=
### address-questions
_This tagrendering has no question and is thus read-only_
*{questions(address,,)}*
This tagrendering has labels
`address`
`hidden`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
*{questions( ,address;hidden)}*
This tagrendering has labels
`ignore-docs`

View file

@ -19,6 +19,7 @@ All buildings
- [housenumber](#housenumber)
- [street](#street)
- [unit](#unit)
- [address-questions](#address-questions)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [lod](#lod)
@ -53,12 +54,13 @@ Elements must match the expression **building~.+**
-----|-----|-----|----- |
| [architecture](#architecture) | What is the architectural style of this building?<br/>_{building:architecture}_<br/>34 options | | *[building:architecture](https://wiki.osm.org/wiki/Key:building:architecture)* ([string](../SpecialInputElements.md#string)) |
| [construction_date](#construction_date) | When was this built?<br/>_Built in <b>{construction_date}</b>_ | | *[construction_date](https://wiki.osm.org/wiki/Key:construction_date)* ([date](../SpecialInputElements.md#date)) |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit,)}_ | address | _Multiple choice only_ |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit;address-questions,)}_ | address | _Multiple choice only_ |
| [header](#header) <br/> _(Original in [address](./address.md#header))_ | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [address-questions](#address-questions) <br/> _(Original in [address](./address.md#address-questions))_ | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -113,7 +115,7 @@ The question is `When was this built?`
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
*{group(header,street;housenumber;unit;address-questions,)}*
This tagrendering has labels
`address`
@ -164,11 +166,21 @@ This tagrendering has labels
`address`
`hidden`
### address-questions
_This tagrendering has no question and is thus read-only_
*{questions(address,,)}*
This tagrendering has labels
`address`
`hidden`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
*{questions( ,address;hidden)}*
This tagrendering has labels
`ignore-docs`

View file

@ -21,6 +21,7 @@ All buildings
- [housenumber](#housenumber)
- [street](#street)
- [unit](#unit)
- [address-questions](#address-questions)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [lod](#lod)
@ -57,12 +58,13 @@ Elements must match **all** of the following expressions:
-----|-----|-----|----- |
| [architecture](#architecture) | What is the architectural style of this building?<br/>_{building:architecture}_<br/>34 options | | *[building:architecture](https://wiki.osm.org/wiki/Key:building:architecture)* ([string](../SpecialInputElements.md#string)) |
| [construction_date](#construction_date) | When was this built?<br/>_Built in <b>{construction_date}</b>_ | | *[construction_date](https://wiki.osm.org/wiki/Key:construction_date)* ([date](../SpecialInputElements.md#date)) |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit,)}_ | address | _Multiple choice only_ |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit;address-questions,)}_ | address | _Multiple choice only_ |
| [header](#header) <br/> _(Original in [address](./address.md#header))_ | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [address-questions](#address-questions) <br/> _(Original in [address](./address.md#address-questions))_ | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -117,7 +119,7 @@ The question is `When was this built?`
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
*{group(header,street;housenumber;unit;address-questions,)}*
This tagrendering has labels
`address`
@ -168,11 +170,21 @@ This tagrendering has labels
`address`
`hidden`
### address-questions
_This tagrendering has no question and is thus read-only_
*{questions(address,,)}*
This tagrendering has labels
`address`
`hidden`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
*{questions( ,address;hidden)}*
This tagrendering has labels
`ignore-docs`

View file

@ -25,6 +25,7 @@ This layer shows dentist offices
- [housenumber](#housenumber)
- [street](#street)
- [unit](#unit)
- [address-questions](#address-questions)
- [name](#name)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
@ -74,13 +75,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit,)}_ | address | _Multiple choice only_ |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit;address-questions,)}_ | address | _Multiple choice only_ |
| [header](#header) <br/> _(Original in [address](./address.md#header))_ | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [address-questions](#address-questions) <br/> _(Original in [address](./address.md#address-questions))_ | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
| [name](#name) | What is the name of this dentist?<br/>_This dentist is called {name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -137,7 +139,7 @@ This tagrendering has labels
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
*{group(header,street;housenumber;unit;address-questions,)}*
This tagrendering has labels
`address`
@ -188,6 +190,16 @@ This tagrendering has labels
`address`
`hidden`
### address-questions
_This tagrendering has no question and is thus read-only_
*{questions(address,,)}*
This tagrendering has labels
`address`
`hidden`
### name
The question is `What is the name of this dentist?`
@ -198,7 +210,7 @@ The question is `What is the name of this dentist?`
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
*{questions( ,address;hidden)}*
This tagrendering has labels
`ignore-docs`

View file

@ -26,6 +26,7 @@ This layer shows doctor offices
- [housenumber](#housenumber)
- [street](#street)
- [unit](#unit)
- [address-questions](#address-questions)
- [specialty](#specialty)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
@ -79,13 +80,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit,)}_ | address | _Multiple choice only_ |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit;address-questions,)}_ | address | _Multiple choice only_ |
| [header](#header) <br/> _(Original in [address](./address.md#header))_ | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [address-questions](#address-questions) <br/> _(Original in [address](./address.md#address-questions))_ | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
| [specialty](#specialty) | What is this doctor specialized in?<br/>_This doctor is specialized in {healthcare:speciality}_<br/>4 options | | *[healthcare:speciality](https://wiki.osm.org/wiki/Key:healthcare:speciality)* ([string](../SpecialInputElements.md#string)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -150,7 +152,7 @@ This tagrendering has labels
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
*{group(header,street;housenumber;unit;address-questions,)}*
This tagrendering has labels
`address`
@ -201,6 +203,16 @@ This tagrendering has labels
`address`
`hidden`
### address-questions
_This tagrendering has no question and is thus read-only_
*{questions(address,,)}*
This tagrendering has labels
`address`
`hidden`
### specialty
The question is `What is this doctor specialized in?`
@ -216,7 +228,7 @@ The question is `What is this doctor specialized in?`
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
*{questions( ,address;hidden)}*
This tagrendering has labels
`ignore-docs`

View file

@ -84,7 +84,7 @@ The question is `What is the name of this fitness station?`
The question is `What kind of equipment does this fitness station have?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/fitness_station/Trimm-Dich-Pfad_Grünwalder_Forst_Klimmzüge.jpg'> *This fitness station has a horizontal bar, high enough for pull-ups.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhorizontal_bar' target='_blank'>horizontal_bar</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/fitness_station/Trimm-Dich-Pfad_Grunwalder_Forst_Klimmzuge.jpg'> *This fitness station has a horizontal bar, high enough for pull-ups.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhorizontal_bar' target='_blank'>horizontal_bar</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/fitness_station/Outdoor_fitness_station_sign.jpg'> *This fitness station has a sign with instructions for a specific exercise.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dsign' target='_blank'>sign</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/fitness_station/Inclined_sit-up_bench.jpg'> *This fitness station has a facility for sit-ups.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dsit-up' target='_blank'>sit-up</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/fitness_station/Push-up_bars.jpg'> *This fitness station has a facility for push-ups. Usually consists of one or more low horizontal bars.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dpush-up' target='_blank'>push-up</a>

View file

@ -23,6 +23,7 @@ A layer showing hospital grounds
- [housenumber](#housenumber)
- [street](#street)
- [unit](#unit)
- [address-questions](#address-questions)
- [oh-visitor](#oh-visitor)
- [Opening hours for visitors](#opening-hours-for-visitors)
- [leftover-questions](#leftover-questions)
@ -71,13 +72,14 @@ Elements must match **any** of the following expressions:
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit,)}_ | address | _Multiple choice only_ |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit;address-questions,)}_ | address | _Multiple choice only_ |
| [header](#header) <br/> _(Original in [address](./address.md#header))_ | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [address-questions](#address-questions) <br/> _(Original in [address](./address.md#address-questions))_ | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
| [oh-visitor](#oh-visitor) | When are visitors allowed to visit?<br/>_<h3>Opening hours for visitors</h3>Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors,,)}<p class='subtle'>Some wands might have different opening hours. Many hospitals allow visits during emergencies too.</p>_ | | *[opening_hours:visitors](https://wiki.osm.org/wiki/Key:opening_hours:visitors)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -132,7 +134,7 @@ This tagrendering has labels
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
*{group(header,street;housenumber;unit;address-questions,)}*
This tagrendering has labels
`address`
@ -183,6 +185,16 @@ This tagrendering has labels
`address`
`hidden`
### address-questions
_This tagrendering has no question and is thus read-only_
*{questions(address,,)}*
This tagrendering has labels
`address`
`hidden`
### oh-visitor
The question is `When are visitors allowed to visit?`
@ -193,7 +205,7 @@ The question is `When are visitors allowed to visit?`
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
*{questions( ,address;hidden)}*
This tagrendering has labels
`ignore-docs`

View file

@ -27,6 +27,7 @@ A layer showing pharmacies, which (probably) dispense prescription drugs
- [housenumber](#housenumber)
- [street](#street)
- [unit](#unit)
- [address-questions](#address-questions)
- [payment-options](#payment-options)
- [wheelchair](#wheelchair)
- [leftover-questions](#leftover-questions)
@ -82,14 +83,15 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit,)}_ | address | _Multiple choice only_ |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit;address-questions,)}_ | address | _Multiple choice only_ |
| [header](#header) <br/> _(Original in [address](./address.md#header))_ | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [address-questions](#address-questions) <br/> _(Original in [address](./address.md#address-questions))_ | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
| [wheelchair](#wheelchair) | _wheelchair_ | | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -158,7 +160,7 @@ This tagrendering has labels
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
*{group(header,street;housenumber;unit;address-questions,)}*
This tagrendering has labels
`address`
@ -209,6 +211,16 @@ This tagrendering has labels
`address`
`hidden`
### address-questions
_This tagrendering has no question and is thus read-only_
*{questions(address,,)}*
This tagrendering has labels
`address`
`hidden`
### payment-options
The question is `Which methods of payment are accepted here?`
@ -227,7 +239,7 @@ _This tagrendering has no question and is thus read-only_
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
*{questions( ,address;hidden)}*
This tagrendering has labels
`ignore-docs`

View file

@ -26,6 +26,7 @@ This layer shows physiotherapists
- [housenumber](#housenumber)
- [street](#street)
- [unit](#unit)
- [address-questions](#address-questions)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [delete-button](#delete-button)
@ -75,12 +76,13 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit,)}_ | address | _Multiple choice only_ |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit;address-questions,)}_ | address | _Multiple choice only_ |
| [header](#header) <br/> _(Original in [address](./address.md#header))_ | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [address-questions](#address-questions) <br/> _(Original in [address](./address.md#address-questions))_ | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -145,7 +147,7 @@ This tagrendering has labels
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
*{group(header,street;housenumber;unit;address-questions,)}*
This tagrendering has labels
`address`
@ -196,11 +198,21 @@ This tagrendering has labels
`address`
`hidden`
### address-questions
_This tagrendering has no question and is thus read-only_
*{questions(address,,)}*
This tagrendering has labels
`address`
`hidden`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
*{questions( ,address;hidden)}*
This tagrendering has labels
`ignore-docs`

View file

@ -25,6 +25,7 @@ Schools giving primary and secondary education and post-secondary, non-tertiary
- [housenumber](#housenumber)
- [street](#street)
- [unit](#unit)
- [address-questions](#address-questions)
- [capacity](#capacity)
- [education-level-belgium](#education-level-belgium)
- [is_special_needs](#is_special_needs)
@ -95,11 +96,12 @@ Elements must match **any** of the following expressions:
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit,)}_ | address | _Multiple choice only_ |
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit;address-questions,)}_ | address | _Multiple choice only_ |
| [header](#header) <br/> _(Original in [address](./address.md#header))_ | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [address-questions](#address-questions) <br/> _(Original in [address](./address.md#address-questions))_ | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
| [capacity](#capacity) | How much students can at most enroll in this school?<br/>_This school can enroll at most {capacity} students_ | | *[capacity](https://wiki.osm.org/wiki/Key:capacity)* ([pnat](../SpecialInputElements.md#pnat)) |
| [education-level-belgium](#education-level-belgium) | What level of education is given on this school?<br/>7 options | | _Multiple choice only_ |
| [is_special_needs](#is_special_needs) | Does this school target students with a special need?<br/>6 options | | _Multiple choice only_ |
@ -111,7 +113,7 @@ Elements must match **any** of the following expressions:
| [school-language](#school-language) | _{language_chooser(language,What is the main language of this school?<div class='subtle'>What language is spoken with the students in non-language related courses and with the administration?</div>,,&LBRACElanguage&LPARENS&RPARENS&RBRACE is the main language of this school,The following languages are used in this school:&LBRACElist&LPARENS&RPARENS&RBRACE,The main language of this school is unknown)}_ | | _Multiple choice only_ |
| [uniform](#uniform) | Do pupils have to wear a uniform or obey a dresscode?<br/>_{dress_code}_<br/>7 options | | *[dress_code](https://wiki.osm.org/wiki/Key:dress_code)* ([string](../SpecialInputElements.md#string)) |
| [wikipedia](#wikipedia) <br/> _(Original in [questions](./BuiltinQuestions.md#wikipedia))_ | What is the corresponding Wikidata entity?<br/>_{wikipedia():max-height:25rem}_<br/>2 options | | *[wikidata](https://wiki.osm.org/wiki/Key:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -165,7 +167,7 @@ This tagrendering has labels
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
*{group(header,street;housenumber;unit;address-questions,)}*
This tagrendering has labels
`address`
@ -216,6 +218,16 @@ This tagrendering has labels
`address`
`hidden`
### address-questions
_This tagrendering has no question and is thus read-only_
*{questions(address,,)}*
This tagrendering has labels
`address`
`hidden`
### capacity
The question is `How much students can at most enroll in this school?`
@ -341,7 +353,7 @@ The question is `What is the corresponding Wikidata entity?`
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
*{questions( ,address;hidden)}*
This tagrendering has labels
`ignore-docs`