Themes(guideposts): Add mappings for empty ref, name and elevation
This commit is contained in:
parent
5c7246766e
commit
455f540cbd
1 changed files with 27 additions and 3 deletions
|
@ -148,7 +148,15 @@
|
|||
},
|
||||
"render": {
|
||||
"en": "Name noted on the guidepost: {name}"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "noname=yes",
|
||||
"then": {
|
||||
"en": "There is no name noted on this guidepost"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ref",
|
||||
|
@ -164,7 +172,15 @@
|
|||
},
|
||||
"render": {
|
||||
"en": "Reference number of the guidepost: {ref}"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "noref=yes",
|
||||
"then": {
|
||||
"en": "There is no reference number noted on this guidepost"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ele",
|
||||
|
@ -180,7 +196,15 @@
|
|||
},
|
||||
"render": {
|
||||
"en": "Elevation noted on the guidepost: {ele} m"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "noele=yes",
|
||||
"then": {
|
||||
"en": "There is no elevation noted on this guidepost"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"deletion": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue