Themes(wayside_srhine): add inscription question

This commit is contained in:
Pieter Vander Vennet 2025-03-25 00:22:59 +01:00
parent 4bd4d90867
commit 290e737e0b

View file

@ -104,6 +104,32 @@
}
]
},
{
"id": "inscription",
"question": {
"en": "What is the inscription in this wayside shrine?"
},
"render": {
"en": "The inscription on this shrine is <b>{inscription}</b>"
},
"freeform": {
"key": "inscription"
},
"mappings": [
{
"if": "not:inscription=yes",
"then": {
"en": "This wayside shrine does not have an inscription"
}
},
{
"if": "inscription=Ave Maria",
"then": {
"en": "The inscription on this shrine is <b>Ave Maria</b>"
}
}
]
},
{
"question": {
"en": "To which religion is this shrine dedicated?"