{
"wikipedialink": {
"render": "",
"condition": "wikipedia~*",
"mappings": [
{
"if": {
"and": [
"wikipedia=",
"wikidata~*"
]
},
"then": ""
}
]
},
"phonelink": {
"render": "",
"condition": "phone~*"
},
"emaillink": {
"render": "",
"condition": "email~*"
},
"osmlink": {
"render": "",
"mappings": [
{
"if": "id~=-",
"then": "Uploading..."
}
]
},
"sharelink": {
"render": "{share_link()}"
}
}