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

@ -133,11 +133,7 @@ This tagrendering has no question and is thus read-only
The question is *What is the name of this shop?*
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with `This shop is called <i>{name}</i>`
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name) This is rendered with `This shop is called <i>{name}</i>`
@ -147,11 +143,7 @@ This is rendered with `This shop is called <i>{name}</i>`
The question is *What kind of shop is this?*
This rendering asks information about the property [shop](https://wiki.openstreetmap.org/wiki/Key:shop)
This is rendered with `This is a {shop}`
This rendering asks information about the property [shop](https://wiki.openstreetmap.org/wiki/Key:shop) This is rendered with `This is a {shop}`
@ -348,11 +340,7 @@ This tagrendering is only visible in the popup if the following condition is met
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 `<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)}`
@ -362,11 +350,7 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours
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}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website) This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
@ -384,11 +368,7 @@ This tagrendering has labels `contact`
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' rel='noopener'>{email}</a>`
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' rel='noopener'>{email}</a>`
@ -406,11 +386,7 @@ This tagrendering has labels `contact`
The question is *What is the phone number of {title()}?*
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone) This is rendered with `<a href='tel:{phone}'>{phone}</a>`
@ -462,11 +438,7 @@ This tagrendering has labels `level`
The question is *On what level is this feature located?*
This rendering asks information about the property [level](https://wiki.openstreetmap.org/wiki/Key:level)
This is rendered with `Located on the {level}th floor`
This rendering asks information about the property [level](https://wiki.openstreetmap.org/wiki/Key:level) This is rendered with `Located on the {level}th floor`
@ -577,11 +549,7 @@ This tagrendering has labels `internet-all`
The question is *What is the network name for the wireless internet access?*
This rendering asks information about the property [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid)
This is rendered with `The network name is <b>{internet_access:ssid}</b>`
This rendering asks information about the property [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) This is rendered with `The network name is <b>{internet_access:ssid}</b>`