86 lines
No EOL
2.9 KiB
JSON
86 lines
No EOL
2.9 KiB
JSON
{
|
|
"images": {
|
|
"render": "{image_carousel()}{image_upload()}"
|
|
},
|
|
"reviews": {
|
|
"render": "{reviews()}"
|
|
},
|
|
"phone": {
|
|
"question": {
|
|
"en": "What is the phone number of {name}?",
|
|
"nl": "Wat is het telefoonnummer van {name}?",
|
|
"de": "Was ist die Telefonnummer von {name}?"
|
|
},
|
|
"render": "<a href='tel:{phone}'>{phone}</a>",
|
|
"freeform": {
|
|
"key": "phone",
|
|
"type": "phone"
|
|
}
|
|
},
|
|
"osmlink": {
|
|
"render": "<a href='https://openstreetmap.org/{id}' target='_blank'><img src='./assets/svg/osm-logo-us.svg'/></a>",
|
|
"mappings": [
|
|
{
|
|
"if": "id~=-",
|
|
"then": "<span class='alert'>Uploading...</alert>"
|
|
}
|
|
]
|
|
},
|
|
"wikipedialink": {
|
|
"render": "<a href='https://wikipedia.org/wiki/{wikipedia}' target='_blank'><img src='./assets/wikipedia.svg' alt='WP'/></a>",
|
|
"condition": "wikipedia~*"
|
|
},
|
|
"email": {
|
|
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>",
|
|
"question": {
|
|
"nl": "Wat is het email-adres van {name}?",
|
|
"en": "What is the email address of {name}?"
|
|
},
|
|
"freeform": {
|
|
"key": "email",
|
|
"type": "email"
|
|
}
|
|
},
|
|
"website": {
|
|
"question": {
|
|
"en": "What is the website of {name}?",
|
|
"nl": "Wat is de website van {name}?",
|
|
"fr": "Quel est le site internet de {name}?",
|
|
"gl": "Cal é a páxina web de {name}?"
|
|
},
|
|
"render": "<a href='{website}' target='_blank'>{website}</a>",
|
|
"freeform": {
|
|
"key": "website",
|
|
"type": "url"
|
|
}
|
|
},
|
|
"description": {
|
|
"question": {
|
|
"nl": "Zijn er extra zaken die je niet in de bovenstaande vragen kwijt kon? Zet deze in de description<span style='font-size: small'>Herhaal geen antwoorden die je reeds gaf</span>",
|
|
"en": "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>"
|
|
},
|
|
"render": "{description}",
|
|
"freeform": {
|
|
"key": "description"
|
|
}
|
|
},
|
|
"opening_hours": {
|
|
"question": {
|
|
"en": "What are the opening hours of {name}?",
|
|
"de": "Was sind die Öffnungszeiten von {name}?"
|
|
},
|
|
"render": {
|
|
"de": "<h3>Öffnungszeiten</h3>{opening_hours_table(opening_hours)}",
|
|
"en": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
|
|
},
|
|
"freeform": {
|
|
"key": "opening_hours",
|
|
"type": "opening_hours"
|
|
}
|
|
},
|
|
"last_edit": {
|
|
"#": "Gives some metainfo about the last edit and who did edit it - rendering only",
|
|
"#condition": "_last_edit:contributor~*",
|
|
"render": "<div class='subtle' style='font-size: small; margin-top: 2em; margin-bottom: 0.5em;'><a href='https://www.openStreetMap.org/changeset/{_last_edit:changeset}' target='_blank'>Last edited on {_last_edit:timestamp}</a> by <a href='https://www.openStreetMap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a></div>"
|
|
}
|
|
} |