forked from MapComplete/MapComplete
Fix bug in documentation generation
This commit is contained in:
parent
ee9a504af6
commit
2ce9c67204
175 changed files with 14896 additions and 11522 deletions
|
@ -25,24 +25,25 @@ Shows kindergartens and preschools. Both are grouped in one layer, as they are r
|
|||
1. [ Themes using this layer ](#-themes-using-this-layer-)
|
||||
2. [ Basic tags for this layer ](#-basic-tags-for-this-layer-)
|
||||
3. [ Supported attributes ](#-supported-attributes-)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [this.id](#thisid)
|
||||
- [just_created](#just_created)
|
||||
- [nothing_known](#nothing_known)
|
||||
- [childcare-type](#childcare-type)
|
||||
- [name](#name)
|
||||
- [website](#website)
|
||||
- [email](#email)
|
||||
- [phone](#phone)
|
||||
- [opening_hours](#opening_hours)
|
||||
- [capacity](#capacity)
|
||||
- [leftover-questions](#leftover-questions)
|
||||
- [minimap](#minimap)
|
||||
- [move-button](#move-button)
|
||||
- [delete-button](#delete-button)
|
||||
- [lod](#lod)
|
||||
- [favourite_status](#favourite_status)
|
||||
- [share](#share)
|
||||
- [qr_code](#qr_code)
|
||||
- [last_edit](#last_edit)
|
||||
- [all-tags](#all-tags)
|
||||
|
||||
Themes using this layer
|
||||
-------------------------
|
||||
|
@ -95,16 +96,25 @@ attribute | type | values which are supported by this layer
|
|||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity#values) [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
|
||||
|
||||
### this.id
|
||||
### just_created
|
||||
This element shows a 'thank you' that the contributor has recently created this element
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with id~.+
|
||||
This tagrendering is only visible in the popup if the following condition is met: _last_edit:passed_time<300 & (_version_number= | <a href='https://wiki.openstreetmap.org/wiki/Key:_version_number' target='_blank'>_version_number</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_version_number%3D1' target='_blank'>1</a>) & _backend~.+
|
||||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
`added_by_default_top`
|
||||
|
||||
### this.id
|
||||
### nothing_known
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: _last_edit:passed_time>=300 & _backend~.+
|
||||
This tagrendering has labels
|
||||
`added_by_default_top`
|
||||
|
||||
### childcare-type
|
||||
|
||||
The question is `What type of facility is this?`
|
||||
|
||||
|
@ -113,7 +123,7 @@ The question is `What type of facility is this?`
|
|||
|
||||
|
||||
|
||||
### this.id
|
||||
### name
|
||||
|
||||
The question is `What is the name of this facility?`
|
||||
This rendering asks information about the property
|
||||
|
@ -123,7 +133,7 @@ This is rendered with `This facility is named <b>{name}</b>`
|
|||
|
||||
|
||||
|
||||
### this.id
|
||||
### website
|
||||
|
||||
The question is `What is the website of {title()}?`
|
||||
This rendering asks information about the property
|
||||
|
@ -135,7 +145,7 @@ This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' ta
|
|||
This tagrendering has labels
|
||||
`contact`
|
||||
|
||||
### this.id
|
||||
### email
|
||||
|
||||
The question is `What is the email address of {title()}?`
|
||||
This rendering asks information about the property
|
||||
|
@ -149,7 +159,7 @@ This is rendered with `<a href='mailto:{email}' target='_blank' rel='noopener'>{
|
|||
This tagrendering has labels
|
||||
`contact`
|
||||
|
||||
### this.id
|
||||
### phone
|
||||
|
||||
The question is `What is the phone number of {title()}?`
|
||||
This rendering asks information about the property
|
||||
|
@ -161,7 +171,7 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>`
|
|||
This tagrendering has labels
|
||||
`contact`
|
||||
|
||||
### this.id
|
||||
### opening_hours
|
||||
|
||||
The question is `When is this childcare opened?`
|
||||
This rendering asks information about the property
|
||||
|
@ -172,7 +182,7 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)
|
|||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dchildcare' target='_blank'>childcare</a>
|
||||
|
||||
|
||||
### this.id
|
||||
### capacity
|
||||
|
||||
The question is `How much kids (at most) can be enrolled here?`
|
||||
This rendering asks information about the property
|
||||
|
@ -182,7 +192,7 @@ This is rendered with `This facility has room for {capacity} kids`
|
|||
|
||||
|
||||
|
||||
### this.id
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
@ -190,7 +200,31 @@ _This tagrendering has no question and is thus read-only_
|
|||
|
||||
|
||||
|
||||
### this.id
|
||||
### minimap
|
||||
Shows a small map with the feature. Added by default to every popup
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### move-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### delete-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
@ -199,31 +233,34 @@ _This tagrendering has no question and is thus read-only_
|
|||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
|
||||
### this.id
|
||||
Shows a small map with the feature. Added by default to every popup
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### this.id
|
||||
### favourite_status
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
|
||||
|
||||
### this.id
|
||||
### share
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
|
||||
### qr_code
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
### this.id
|
||||
|
||||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
|
||||
### last_edit
|
||||
Gives some metainfo about the last edit and who did edit it - rendering only
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
@ -232,33 +269,7 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
|
||||
### this.id
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### this.id
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
|
||||
### this.id
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
|
||||
### this.id
|
||||
### all-tags
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue