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
|
@ -104,8 +104,8 @@ options | A JSON-object of type `{ removePrefixes: string[], removePostfixes: st
|
|||
|
||||
subarg \| doc
|
||||
-------- | -----
|
||||
removePrefixes | remove these snippets of text from the start of the passed string to search. This is either a list OR a hash of languages to a list
|
||||
removePostfixes | remove these snippets of text from the end of the passed string to search. This is either a list OR a hash of languages to a list
|
||||
removePrefixes | remove these snippets of text from the start of the passed string to search. This is either a list OR a hash of languages to a list. The individual strings are interpreted as case ignoring regexes
|
||||
removePostfixes | remove these snippets of text from the end of the passed string to search. This is either a list OR a hash of languages to a list. The individual strings are interpreted as case ignoring regexes.
|
||||
instanceOf | A list of Q-identifier which indicates that the search results _must_ be an entity of this type, e.g. [`Q5`](https://www.wikidata.org/wiki/Q5) for humans
|
||||
notInstanceof | A list of Q-identifiers which indicates that the search results _must not_ be an entity of this type, e.g. [`Q79007`](https://www.wikidata.org/wiki/Q79007) to filter away all streets from the search results
|
||||
|
||||
|
@ -129,7 +129,8 @@ notInstanceof | A list of Q-identifiers which indicates that the search results
|
|||
"square",
|
||||
"plaza",
|
||||
],
|
||||
"nl": ["straat","plein","pad","weg",laan"]
|
||||
"nl": ["straat","plein","pad","weg",laan"],
|
||||
"fr":["route (de|de la|de l'| de le)"]
|
||||
},
|
||||
|
||||
"#": "Remove streets and parks from the search results:"
|
||||
|
@ -221,7 +222,7 @@ options | A JSON-object of type `{ prefix: string, postfix: string }`.
|
|||
|
||||
subarg \| doc
|
||||
-------- | -----
|
||||
prefix | Piece of text that will always be added to the front of the generated opening hours. If the OSM-data does not start with this, it will fail to parse
|
||||
prefix | Piece of text that will always be added to the front of the generated opening hours. If the OSM-data does not start with this, it will fail to parse.
|
||||
postfix | Piece of text that will always be added to the end of the generated opening hours
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue