| 1 | [[TranslatedPages(revision=26)]] |
| 2 | |
| 3 | = [[Image(Presets/Ghost Bike:ghost_bike.png,48,link=,middle,inline,margin-right=20,title="")]] Προεπιλογή Ποδηλάτου Φάντασμα |
| 4 | |
| 5 | Μια προεπιλογή για το [osmwiki:Tag:memorial=ghost_bike memorial=ghost_bike] |
| 6 | |
| 7 | == Πηγαίος κώδικας |
| 8 | {{{ |
| 9 | #!preset |
| 10 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 11 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| 12 | author="rdfhrn" |
| 13 | icon="ghost_bike.png" |
| 14 | link="https://josm.openstreetmap.de/wiki/Presets/Ghost%20Bike" |
| 15 | version="1.[[revision]]_[[date]]" |
| 16 | shortdescription="Ghost Bike" |
| 17 | description="Ghost Bike"> |
| 18 | <group name="Ghost Bike" icon="ghost_bike.png"> |
| 19 | <item name="Ghost Bike" type="node" de.name="Geisterrad" icon="ghost_bike.png"> |
| 20 | <link wiki="Tag:memorial=ghost_bike"/> |
| 21 | <label text="Ghost Bike"/> |
| 22 | <key key="historic" value="memorial"/> |
| 23 | <key key="memorial" value="ghost_bike"/> |
| 24 | <text key="name" text="Victim"/> |
| 25 | <text key="start_date" text="Date of installation"/> |
| 26 | <text key="inscription" text="Inscription"/> |
| 27 | <text key="source" text="Source"/> |
| 28 | <text key="website" text="Website"/> |
| 29 | <combo key="material" text="Material" values="metal;steel;wood" default="steel"/> |
| 30 | </item> |
| 31 | </group> |
| 32 | </presets> |
| 33 | }}} |