Regen docs

This commit is contained in:
Pieter Vander Vennet 2022-02-04 01:04:20 +01:00
parent dcfcc9a5d7
commit 5dffb3c5e7
12 changed files with 1002 additions and 382 deletions

View file

@ -21,6 +21,7 @@ A shop
+ [shops-website](#shops-website)
+ [shops-email](#shops-email)
+ [shops-opening_hours](#shops-opening_hours)
+ [payment-options](#payment-options)
+ [questions](#questions)
+ [reviews](#reviews)
@ -120,6 +121,21 @@ 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)}`
### payment-options
The question is **Which methods of payment are accepted here?**
- **Cash is accepted here** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dyes' target='_blank'>yes</a>Unselecting this answer
will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dno' target='_blank'>no</a>
- **Payment cards are accepted here** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dyes' target='_blank'>yes</a>Unselecting this answer
will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno' target='_blank'>no</a>
### questions
_This tagrendering has no question and is thus read-only_