forked from MapComplete/MapComplete
Chore: formatting
This commit is contained in:
parent
35eff07c80
commit
c08fe03ed0
422 changed files with 31594 additions and 43019 deletions
|
@ -21,11 +21,13 @@
|
|||
"images",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the Wikipedia page of the person buried here?"
|
||||
"en": "What is the Wikipedia page of the person buried here?",
|
||||
"de": "Wie lautet die Wikipedia-Seite der Person, die hier begraben ist?"
|
||||
},
|
||||
"id": "buried:wikidata",
|
||||
"render": {
|
||||
"en": "{wikipedia(buried:wikidata)}"
|
||||
"en": "{wikipedia(buried:wikidata)}",
|
||||
"de": "{wikipedia(buried:wikidata)}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "buried:wikidata",
|
||||
|
@ -34,11 +36,13 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of the person buried here?"
|
||||
"en": "What is the name of the person buried here?",
|
||||
"de": "Wie lautet der Name der hier begrabenen Person?"
|
||||
},
|
||||
"id": "name",
|
||||
"render": {
|
||||
"en": "<b>{name}</b> is buried here"
|
||||
"en": "<b>{name}</b> is buried here",
|
||||
"de": "<b>{name}</b> ist hier begraben"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
@ -48,29 +52,34 @@
|
|||
"lineRendering": [],
|
||||
"id": "grave",
|
||||
"name": {
|
||||
"en": "Gravestones"
|
||||
"en": "Gravestones",
|
||||
"de": "Grabsteine"
|
||||
},
|
||||
"description": {
|
||||
"en": "Tombstones (and graves) indicate where a person was buried. On this map, those can be recorded and a link to Wikipedia can be made"
|
||||
"en": "Tombstones (and graves) indicate where a person was buried. On this map, those can be recorded and a link to Wikipedia can be made",
|
||||
"de": "Grabsteine (und Gräber) zeigen an, wo eine Person begraben wurde. Auf dieser Karte können diese aufgezeichnet werden und ein Wikipedialink erstellt werden"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "historic=tomb"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Tombstone"
|
||||
"en": "Tombstone",
|
||||
"de": "Grabstein"
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a tombstone"
|
||||
"en": "a tombstone",
|
||||
"de": "ein Grabstein"
|
||||
},
|
||||
"tags": [
|
||||
"historic=tomb"
|
||||
],
|
||||
"description": {
|
||||
"en": "A tombstone is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription."
|
||||
"en": "A tombstone is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription.",
|
||||
"de": "Ein Grabstein ist ein physischer Gegenstand, der anzeigt, dass eine oder mehrere Personen hier begraben sind. Er trägt in der Regel den Namen, das Geburts- und das Sterbedatum der Person oder Personen als Inschrift."
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -80,18 +89,21 @@
|
|||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "With or without wikidata"
|
||||
"en": "With or without wikidata",
|
||||
"de": "Mit oder ohne Wikidata"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has a link to Wikidata"
|
||||
"en": "Has a link to Wikidata",
|
||||
"de": "Hat einen Link zu Wikidata"
|
||||
},
|
||||
"osmTags": "buried:wikidata~*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has no link to Wikidata"
|
||||
"en": "Has no link to Wikidata",
|
||||
"de": "Hat keinen Link zu Wikidata"
|
||||
},
|
||||
"osmTags": "buried:wikidata="
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue