Chore: formatting
This commit is contained in:
parent
45f3aadef3
commit
badfbb60e4
120 changed files with 3330 additions and 1759 deletions
|
@ -210,13 +210,13 @@ 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'>{email}</a>`
|
||||
This is rendered with `<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>* corresponds with `contact:email~.+`
|
||||
- *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* corresponds with `contact:email~.+`
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
@ -724,7 +724,7 @@ open_now.0 | Open now | _isOpen=yes
|
|||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
reservation.0 | Reservation not required | reservation=no\|reservation=optional|
|
||||
reservation.0 | Reservation not required | reservation=no\|reservation=optional\|
|
||||
|
||||
|
||||
|
||||
|
@ -740,7 +740,7 @@ food-category.2 | Only restaurants | amenity=restaurant
|
|||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
vegetarian.0 | Has a vegan menu | diet:vegetarian=yes\|diet:vegetarian=only|diet:vegan=yes|diet:vegan=only
|
||||
vegetarian.0 | Has a vegan menu | diet:vegetarian=yes\|diet:vegetarian=only\|diet:vegan=yes\|diet:vegan=only
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue