Themes: improvements to memorial theme
This commit is contained in:
parent
b795273974
commit
59f56bd251
1 changed files with 26 additions and 7 deletions
|
@ -14,10 +14,7 @@
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"render": {
|
"render": {
|
||||||
"en": "Memorial plaque",
|
"en": "Memorial"
|
||||||
"ca": "Placa commemorativa",
|
|
||||||
"cs": "Pamětní deska",
|
|
||||||
"de": "Gedenktafel"
|
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
|
@ -140,7 +137,29 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "wikidata",
|
"id": "memorial-wikidata",
|
||||||
|
"freeform": {
|
||||||
|
"key": "wikidata",
|
||||||
|
"type": "wikidata"
|
||||||
|
},
|
||||||
|
"question": {
|
||||||
|
"en": "What is the Wikipedia page about this memorial?"
|
||||||
|
},
|
||||||
|
"questionHint": {
|
||||||
|
"en": "This is a about the memorial itself, not about the person or event that the memorial remembers. If this memorial does not have a Wikipedia page or Wikidata entity, skip this question."
|
||||||
|
},
|
||||||
|
"render": {
|
||||||
|
"special": {
|
||||||
|
"type": "wikipedia",
|
||||||
|
"keyToShowWikipediaFor": "wikidata"
|
||||||
|
},
|
||||||
|
"before": {
|
||||||
|
"en": "<h3>Wikipedia page about the memorial</h3>"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "subject-wikidata",
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "subject:wikidata",
|
"key": "subject:wikidata",
|
||||||
"type": "wikidata",
|
"type": "wikidata",
|
||||||
|
|
Loading…
Reference in a new issue