forked from MapComplete/MapComplete
chore: regenerate docs
This commit is contained in:
parent
8c73cc022c
commit
3aba46ce32
17 changed files with 246 additions and 110 deletions
|
@ -20,7 +20,6 @@ The following items can be easily reused in your layers
|
|||
+ [minimap](#minimap)
|
||||
+ [phone](#phone)
|
||||
+ [osmlink](#osmlink)
|
||||
+ [wikipedialink](#wikipedialink)
|
||||
+ [email](#email)
|
||||
+ [website](#website)
|
||||
+ [wheelchair-access](#wheelchair-access)
|
||||
|
@ -44,12 +43,6 @@ The following items can be easily reused in your layers
|
|||
+ [internet](#internet)
|
||||
+ [internet-fee](#internet-fee)
|
||||
+ [internet-ssid](#internet-ssid)
|
||||
+ [defaults](#defaults)
|
||||
+ [isOpen](#isopen)
|
||||
+ [phonelink](#phonelink)
|
||||
+ [emaillink](#emaillink)
|
||||
+ [smokingicon](#smokingicon)
|
||||
+ [sharelink](#sharelink)
|
||||
|
||||
|
||||
|
||||
|
@ -158,29 +151,13 @@ What is the phone number of {title()}?
|
|||
|
||||
|
||||
|
||||
<a href='https://openstreetmap.org/{id}' target='_blank'><img alt='on osm' textmode='🗺️' src='./assets/svg/osm-logo-us.svg'/></a>
|
||||
<a href='https://openstreetmap.org/{id}' target='_blank'><img src='./assets/svg/osm-logo-us.svg'/></a>
|
||||
|
||||
*Read-only tagrendering*
|
||||
|
||||
|
||||
|
||||
-
|
||||
- <a href='{_backend}/{id}' target='_blank'><img src='./assets/svg/osm-logo-us.svg'/></a>
|
||||
|
||||
|
||||
|
||||
|
||||
### wikipedialink
|
||||
|
||||
|
||||
|
||||
<a href='https://wikipedia.org/wiki/{wikipedia}' target='_blank'><img src='./assets/svg/wikipedia.svg' textmode='📖' alt='Wikipedia'/></a>
|
||||
|
||||
*Read-only tagrendering*
|
||||
|
||||
|
||||
|
||||
- <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'><img src='./assets/svg/wikidata.svg' alt='WD'/></a>
|
||||
- <span class='alert'>Uploading...</alert>
|
||||
|
||||
|
||||
|
||||
|
@ -253,7 +230,7 @@ Are dogs allowed in this business?
|
|||
|
||||
{description}
|
||||
|
||||
Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>
|
||||
Is there still something relevant you couldn't give in the previous questions? Add it here.
|
||||
|
||||
|
||||
|
||||
|
@ -531,74 +508,6 @@ What is the network name for the wireless internet access?
|
|||
|
||||
|
||||
- Telekom
|
||||
|
||||
|
||||
|
||||
|
||||
### defaults
|
||||
|
||||
|
||||
|
||||
*Read-only tagrendering*
|
||||
|
||||
|
||||
|
||||
### isOpen
|
||||
|
||||
|
||||
|
||||
*Read-only tagrendering*
|
||||
|
||||
|
||||
|
||||
- clock:#0f0;ring:#0f0
|
||||
- circle:#f00;clock:#fff
|
||||
- clock:#ff0;ring:#ff0
|
||||
- circle:#f0f;clock:#fff
|
||||
|
||||
|
||||
|
||||
|
||||
### phonelink
|
||||
|
||||
|
||||
|
||||
<a href='tel:{phone}'><img textmode='📞' alt='phone' src='./assets/tagRenderings/phone.svg'/></a>
|
||||
|
||||
*Read-only tagrendering*
|
||||
|
||||
|
||||
|
||||
### emaillink
|
||||
|
||||
|
||||
|
||||
<a href='mailto:{email}'><img textmode='✉️' alt='email' src='./assets/tagRenderings/send_email.svg'/></a>
|
||||
|
||||
*Read-only tagrendering*
|
||||
|
||||
|
||||
|
||||
### smokingicon
|
||||
|
||||
|
||||
|
||||
*Read-only tagrendering*
|
||||
|
||||
|
||||
|
||||
- <img textmode='🚭️' alt='no-smoking' src='./assets/tagRenderings/no_smoking.svg'/>
|
||||
- <img textmode='🚬️' alt='smoking-allowed' src='./assets/tagRenderings/smoking.svg'/>
|
||||
|
||||
|
||||
|
||||
|
||||
### sharelink
|
||||
|
||||
|
||||
|
||||
{share_link()}
|
||||
|
||||
*Read-only tagrendering*
|
||||
|
||||
|
||||
This document is autogenerated from [Customizations/SharedTagRenderings.ts](https://github.com/pietervdvn/MapComplete/blob/develop/Customizations/SharedTagRenderings.ts), [assets/tagRenderings/questions.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/tagRenderings/questions.json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue