From e24963098482840e9aee53405a31261a6f375fbc Mon Sep 17 00:00:00 2001
From: Jeroen Hoek <mail@jeroenhoek.nl>
Date: Sun, 19 Mar 2023 18:10:59 +0100
Subject: [PATCH] Memorial preset: descriptions and extra values
Add stolperstein, ghost_bike, blue_plaque, cross, sculpture, and bench.
Give all of them descriptions (useful for words like 'stele').
---
resources/data/defaultpresets.xml | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/resources/data/defaultpresets.xml b/resources/data/defaultpresets.xml
index 31c30bba7..e5c2df070 100644
|
a
|
b
|
|
| 7148 | 7148 | <space /> |
| 7149 | 7149 | <key key="historic" value="memorial" /> |
| 7150 | 7150 | <text key="name" text="Name" /> |
| 7151 | | <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" /> |
| | 7151 | <combo key="memorial" text="Type" values_context="memorial" values_searchable="true"> |
| | 7152 | <list_entry value="bust" short_description="Like a statue, but only showing the upper half of a person." /> |
| | 7153 | <list_entry value="plaque" short_description="A commemorative sign, often mounted on a wall." /> |
| | 7154 | <list_entry value="statue" short_description="A statue representing a person." /> |
| | 7155 | <list_entry value="stele" short_description="An upright slab engraved or painted with decorations or inscriptions." /> |
| | 7156 | <list_entry value="stone" short_description="A stone with an inscription, picture, or similar." /> |
| | 7157 | <list_entry value="war_memorial" short_description="A building, monument, statue or other edifice celebrating a victory or commemorating those who died or were injured in a war." /> |
| | 7158 | <list_entry value="sculpture" short_description="A non figurative sculpture which does not match any of the other categories." /> |
| | 7159 | <list_entry value="cross" short_description="A cross-shaped memorial." /> |
| | 7160 | <list_entry value="blue_plaque" short_description="(United Kingdom) A blue plaque commerating a historial link to that location." /> |
| | 7161 | <list_entry value="obelisk" short_description="An obelisk." /> |
| | 7162 | <list_entry value="ghost_bike" short_description="A bicycle painted white permanently placed as memorial for a victim of a road accident (usually cyclists)." /> |
| | 7163 | <list_entry value="stolperstein" short_description="(Europe, Russia) 10cm × 10cm brass plaque commerating victims of Nazi persecution." /> |
| | 7164 | <list_entry value="bench" short_description="A bench placed in memory of someone or something; usually has a plaque, and sometimes a statue sitting on (part of) it." /> |
| | 7165 | </combo> |
| 7152 | 7166 | <optional> |
| 7153 | 7167 | <text key="inscription" text="Inscription" /> |
| 7154 | 7168 | <text key="artist_name" text="Artist Name" /> |