Themes(rolling_stock): more questions

This commit is contained in:
Pieter Vander Vennet 2025-05-24 02:05:39 +02:00
parent 8c80e98fca
commit a2c92765dd
2 changed files with 17 additions and 2 deletions

View file

@ -103,7 +103,8 @@
] ]
} }
} }
] ],
"anchor": "bottom"
} }
], ],
"lineRendering": [ "lineRendering": [
@ -149,6 +150,20 @@
], ],
"tagRenderings": [ "tagRenderings": [
"images", "images",
"wikipedia",
{
"id": "model",
"question": {
"en": "What is the model of this rolling stock?"
},
"render": {
"en": "Model <b>{model}</b>"
},
"freeform": {
"key": "model"
},
"condition": "model:wikidata="
},
{ {
"id": "is_memorial", "id": "is_memorial",
"question": { "question": {

View file

@ -6,7 +6,7 @@
"description": { "description": {
"en": "A map showing all historic, permanently installed rolling stock, such as locomitives and railway carriages, e.g. in a museum, an artwork or a memorial." "en": "A map showing all historic, permanently installed rolling stock, such as locomitives and railway carriages, e.g. in a museum, an artwork or a memorial."
}, },
"icon": "./assets/layers/historic_rolling_stock/historic_rolling_stock.svg", "icon": "./assets/layers/historic_rolling_stock/steam_locomotive.svg",
"layers": [ "layers": [
"historic_rolling_stock" "historic_rolling_stock"
] ]