Chore: update docs

This commit is contained in:
Pieter Vander Vennet 2024-02-12 12:52:28 +01:00
parent cb76823210
commit af2763532b
176 changed files with 8056 additions and 3942 deletions

View file

@ -122,11 +122,7 @@ This tagrendering has no question and is thus read-only
The question is *What are the opening hours for this post office?*
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)}`
@ -154,11 +150,7 @@ This tagrendering is only visible in the popup if the following condition is met
The question is *For which brand does this location offer services?*
This rendering asks information about the property [post_office:brand](https://wiki.openstreetmap.org/wiki/Key:post_office:brand)
This is rendered with `This location offers services for {post_office:brand}`
This rendering asks information about the property [post_office:brand](https://wiki.openstreetmap.org/wiki/Key:post_office:brand) This is rendered with `This location offers services for {post_office:brand}`
@ -182,11 +174,7 @@ This tagrendering is only visible in the popup if the following condition is met
The question is *Can you post a letter here?*
This rendering asks information about the property [post_office:letter_from](https://wiki.openstreetmap.org/wiki/Key:post_office:letter_from)
This is rendered with `You can post letters with these companies: {post_office:letter_from}`
This rendering asks information about the property [post_office:letter_from](https://wiki.openstreetmap.org/wiki/Key:post_office:letter_from) This is rendered with `You can post letters with these companies: {post_office:letter_from}`
@ -202,11 +190,7 @@ This is rendered with `You can post letters with these companies: {post_office:
The question is *Can you send a parcel here?*
This rendering asks information about the property [post_office:parcel_from](https://wiki.openstreetmap.org/wiki/Key:post_office:parcel_from)
This is rendered with `You can post parcels with these companies: {post_office:parcel_from}`
This rendering asks information about the property [post_office:parcel_from](https://wiki.openstreetmap.org/wiki/Key:post_office:parcel_from) This is rendered with `You can post parcels with these companies: {post_office:parcel_from}`
@ -222,11 +206,7 @@ This is rendered with `You can post parcels with these companies: {post_office:
The question is *Can you pick up missed parcels here?*
This rendering asks information about the property [post_office:parcel_pickup](https://wiki.openstreetmap.org/wiki/Key:post_office:parcel_pickup)
This is rendered with `You can pick up parcels from these companies: {post_office:parcel_pickup}`
This rendering asks information about the property [post_office:parcel_pickup](https://wiki.openstreetmap.org/wiki/Key:post_office:parcel_pickup) This is rendered with `You can pick up parcels from these companies: {post_office:parcel_pickup}`
@ -242,11 +222,7 @@ This is rendered with `You can pick up parcels from these companies: {post_offi
The question is *Can you send parcels to here for pickup?*
This rendering asks information about the property [post_office:parcel_to](https://wiki.openstreetmap.org/wiki/Key:post_office:parcel_to)
This is rendered with `You can send parcels to here for pickup with these companies: {post_office:parcel_to}`
This rendering asks information about the property [post_office:parcel_to](https://wiki.openstreetmap.org/wiki/Key:post_office:parcel_to) This is rendered with `You can send parcels to here for pickup with these companies: {post_office:parcel_to}`
@ -262,11 +238,7 @@ This is rendered with `You can send parcels to here for pickup with these compa
The question is *Can you buy stamps here?*
This rendering asks information about the property [post_office:stamps](https://wiki.openstreetmap.org/wiki/Key:post_office:stamps)
This is rendered with `You can buy stamps from companies: {post_office:stamps}`
This rendering asks information about the property [post_office:stamps](https://wiki.openstreetmap.org/wiki/Key:post_office:stamps) This is rendered with `You can buy stamps from companies: {post_office:stamps}`