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

@ -97,11 +97,7 @@ This tagrendering has labels `added_by_default`
The question is *What is the name of this school?*
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with `This school is named {name}`
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name) This is rendered with `This school is named {name}`
@ -111,11 +107,7 @@ This is rendered with `This school is named {name}`
The question is *How much students can at most enroll in this school?*
This rendering asks information about the property [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity)
This is rendered with `This school can enroll at most {capacity} students`
This rendering asks information about the property [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) This is rendered with `This school can enroll at most {capacity} students`
@ -166,11 +158,7 @@ The question is *Which genders can enroll at this school?*
The question is *Does this school target students with a special need? Which structural facilities does this school have?*
This rendering asks information about the property [school:for](https://wiki.openstreetmap.org/wiki/Key:school:for)
This is rendered with `This school has facilities for students with {school:for}`
This rendering asks information about the property [school:for](https://wiki.openstreetmap.org/wiki/Key:school:for) This is rendered with `This school has facilities for students with {school:for}`
@ -196,11 +184,7 @@ This tagrendering is only visible in the popup if the following condition is met
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>`
@ -218,11 +202,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>`
@ -240,11 +220,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>`