forked from MapComplete/MapComplete
Chore: update docs
This commit is contained in:
parent
cb76823210
commit
af2763532b
176 changed files with 8056 additions and 3942 deletions
|
@ -111,11 +111,7 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
The question is *What does this vending machine sell?*
|
||||
|
||||
This rendering asks information about the property [vending](https://wiki.openstreetmap.org/wiki/Key:vending)
|
||||
|
||||
This is rendered with `This vending machine sells {vending}`
|
||||
|
||||
|
||||
This rendering asks information about the property [vending](https://wiki.openstreetmap.org/wiki/Key:vending) This is rendered with `This vending machine sells {vending}`
|
||||
|
||||
|
||||
|
||||
|
@ -156,11 +152,7 @@ This is rendered with `This vending machine sells {vending}`
|
|||
|
||||
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)}`
|
||||
|
||||
|
||||
|
||||
|
@ -265,11 +257,7 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
|
||||
The question is *Who operates this vending machine?*
|
||||
|
||||
This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator)
|
||||
|
||||
This is rendered with `This vending machine is operated by {operator}`
|
||||
|
||||
|
||||
This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator) This is rendered with `This vending machine is operated by {operator}`
|
||||
|
||||
|
||||
|
||||
|
@ -311,11 +299,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`
|
||||
|
||||
|
||||
|
||||
|
@ -338,11 +322,7 @@ This tagrendering has labels `level`
|
|||
|
||||
The question is *What is the phone number of the operator of this vending machine?*
|
||||
|
||||
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>`
|
||||
|
||||
|
||||
|
||||
|
@ -360,11 +340,7 @@ This tagrendering has labels `contact`
|
|||
|
||||
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>`
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue