forked from MapComplete/MapComplete
Regen docs
This commit is contained in:
parent
2a923a49d6
commit
c89bb32c61
69 changed files with 7646 additions and 4162 deletions
|
@ -107,7 +107,7 @@ This is rendered with `{description}`
|
|||
|
||||
|
||||
|
||||
The question is **What is the website of {name}?**
|
||||
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}' target='_blank'>{website}</a>`
|
||||
|
@ -123,7 +123,7 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
|
|||
|
||||
|
||||
|
||||
The question is **What is the email address of {name}?**
|
||||
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'>{email}</a>`
|
||||
|
@ -139,7 +139,7 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
|
|||
|
||||
|
||||
|
||||
The question is **What is the phone number of {name}?**
|
||||
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>`
|
||||
|
@ -155,7 +155,7 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>`
|
|||
|
||||
|
||||
|
||||
The question is **What are the opening hours of {name}?**
|
||||
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)}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue