Index: /trunk/presets/presets.xml
===================================================================
--- /trunk/presets/presets.xml	(revision 1318)
+++ /trunk/presets/presets.xml	(revision 1319)
@@ -1,40 +1,42 @@
 <!--
-		Pics have been derived from
-		http://commons.wikipedia.org (german street sign SVGs)
-		http://commons.wikimedia.org/wiki/Image:National_Park_Service_sample_pictographs.svg (various monochrome pictograms)
-		http://www.kde.org
-		http://openclipart.org/media/view/media/clip_art
-		http://www.sjjb.co.uk/mapicons/ (meanwhile in osm svn)
-		-->
-<!-- 
+    Pics have been derived from
+    http://commons.wikipedia.org (german street sign SVGs)
+    http://commons.wikimedia.org/wiki/Image:National_Park_Service_sample_pictographs.svg (various monochrome pictograms)
+    http://www.kde.org
+    http://openclipart.org/media/view/media/clip_art
+    http://www.sjjb.co.uk/mapicons/ (meanwhile in osm svn)
+-->
+<!--
 label: simple static text label
-	text: the text to display
-	
+  text: the text to display
+
 key: fixed key/value pair to be set
-	key: key to set
-	value: value to set
-	
+  key: key to set
+  value: value to set
+
 text: text box
-	key: key to set
-	text: fixed label to display
-	default: default string to display
-	delete_if_empty: true/false
-	
+  key: key to set
+  text: fixed label to display
+  default: default string to display
+  delete_if_empty: true/false
+
 combo: combo box, with multiple choices and possible to enter free form text
-	key: key to set
-	text: fixed label to display
-	values: comma seperated list of values
-	default: default string to display
-	delete_if_empty: true/false
-	
+  key: key to set
+  text: fixed label to display
+  values: comma seperated list of values
+  default: default string to display
+  delete_if_empty: true/false
+
 check: checkbox
-	key: key to set
-	text: fixed label to display
-	default: ticked on/off
-	delete_if_empty: true/false
+  key: key to set
+  text: fixed label to display
+  default: ticked on/off
+  delete_if_empty: true/false
 -->
 <annotations>
     <group name="Streets" icon="presets/way_secondary.png">
         <item name="Motorway" icon="presets/motorway.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=motorway"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=motorway" />
             <label text="Edit a Motorway" />
             <space />
@@ -54,4 +56,6 @@
         </item>
         <item name="Motorway Link" icon="presets/motorway.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=motorway_link"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=motorway_link" />
             <label text="Edit a Motorway Link" />
             <space />
@@ -69,4 +73,6 @@
         </item>
         <item name="Trunk" icon="presets/trunk.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=trunk"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=trunk" />
             <label text="Edit a Trunk" />
             <space />
@@ -86,4 +92,5 @@
         </item>
         <item name="Trunk Link" icon="presets/trunk.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=trunk_link" />
             <label text="Edit a Trunk Link" />
             <space />
@@ -155,4 +162,5 @@
         </item>
         <item name="Tertiary" icon="presets/way_tertiary.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=tertiary" />
             <label text="Edit a Tertiary Road" />
             <space />
@@ -171,4 +179,6 @@
         </item>
         <item name="Unclassified" icon="presets/way_unclassified.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=unclassified"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=unclassified" />
             <label text="Edit a Unclassified Road" />
             <space />
@@ -187,4 +197,6 @@
         </item>
         <item name="Residential" icon="presets/residential.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=residential"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=residential" />
             <label text="Edit a Residential Street" />
             <space />
@@ -203,4 +215,5 @@
         </item>
         <item name="Living Street" icon="presets/living_street.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=living_street" />
             <label text="Edit a Living Street" />
             <space />
@@ -219,4 +232,6 @@
         </item>
         <item name="Service" icon="presets/way_unclassified.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=service"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=service"/>
             <label text="Edit a Serviceway" />
             <space />
@@ -236,4 +251,6 @@
         </item>
         <item name="Parking Aisle" icon="presets/way_unclassified.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:service=parking_aisle"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:service=parking_aisle"/>
             <label text="Edit a Parking Aisle" />
             <space />
@@ -247,4 +264,5 @@
         <separator/>
         <item name="Road (Unknown Type)" icon="presets/way_unclassified.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=road" />
             <label text="Edit a Road of unknown type" />
             <space />
@@ -287,4 +305,6 @@
         </item>
         <item name="Roundabout" icon="presets/roundabout.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:junction=roundabout"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:junction=roundabout" />
             <label text="Edit a Junction" />
             <space />
@@ -304,4 +324,6 @@
         </item>
         <item name="Bridge" icon="presets/bridge.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:bridge"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:bridge" />
             <label text="Edit a Bridge" />
             <space />
@@ -338,4 +360,5 @@
         <separator/>
         <item name="Bridleway" icon="presets/equestrian.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bridleway" />
             <label text="Edit a Bridleway" />
             <space />
@@ -355,4 +378,6 @@
         </item>
         <item name="Cycleway" icon="presets/cycleway.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cycleway"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=cycleway" />
             <label text="Edit a Cycleway" />
             <space />
@@ -372,4 +397,6 @@
         </item>
         <item name="Footway" icon="presets/footway.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=footway"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=footway" />
             <label text="Edit a Footway" />
             <space />
@@ -389,4 +416,6 @@
         </item>
         <item name="Pedestrian" icon="presets/pedestrian.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=pedestrian"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=pedestrian" />
             <label text="Edit a Pedestrian Street" />
             <space />
@@ -405,4 +434,6 @@
         </item>
         <item name="Steps" icon="presets/steps.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=steps"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=steps" />
             <label text="Edit a flight of Steps" />
             <space />
@@ -423,4 +454,6 @@
         <separator/>
         <item name="Track" icon="presets/track1.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=track"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=track" />
             <label text="Edit a Track" />
             <space />
@@ -441,4 +474,6 @@
         </item>
         <item name="Track Grade 1" icon="presets/track1.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Key:tracktype"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:tracktype" />
             <label text="Edit a Track of grade 1" />
             <space />
@@ -460,4 +495,6 @@
         </item>
         <item name="Track Grade 2" icon="presets/track2.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:tracktype"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:tracktype" />
             <label text="Edit a Track of grade 2" />
             <space />
@@ -479,4 +516,6 @@
         </item>
         <item name="Track Grade 3" icon="presets/track3.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:tracktype"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:tracktype" />
             <label text="Edit a Track of grade 3" />
             <space />
@@ -498,4 +537,6 @@
         </item>
         <item name="Track Grade 4" icon="presets/track4.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:tracktype"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:tracktype" />
             <label text="Edit a Track of grade 4" />
             <space />
@@ -517,4 +558,6 @@
         </item>
         <item name="Track Grade 5" icon="presets/track5.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:tracktype"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:tracktype" />
             <label text="Edit a Track of grade 5" />
             <space />
@@ -537,4 +580,6 @@
         <separator/>
         <item name="Path" icon="presets/path.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=path"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=path" />
             <label text="Edit Path" />
             <space />
@@ -562,4 +607,6 @@
         </item>
         <item name="Hiking" icon="presets/hiking_grade1.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:sac_scale"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:sac_scale" />
             <label text="Edit Hiking" />
             <space />
@@ -572,4 +619,6 @@
         </item>
         <item name="Mountain Hiking" icon="presets/hiking_grade2.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:sac_scale"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:sac_scale" />
             <label text="Edit Mountain Hiking" />
             <space />
@@ -582,4 +631,6 @@
         </item>
         <item name="Demanding Mountain Hiking" icon="presets/hiking_grade3.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:sac_scale"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:sac_scale" />
             <label text="Edit Demanding Mountain Hiking" />
             <space />
@@ -592,4 +643,6 @@
         </item>
         <item name="Alpine Hiking" icon="presets/hiking_grade4.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:sac_scale"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:sac_scale" />
             <label text="Edit Alpine Hiking" />
             <space />
@@ -602,4 +655,6 @@
         </item>
         <item name="Demanding alpine hiking" icon="presets/hiking_grade5.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:sac_scale"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:sac_scale" />
             <label text="Edit Demanding alpine hiking" />
             <space />
@@ -612,4 +667,6 @@
         </item>
         <item name="Difficult alpine hiking" icon="presets/hiking_grade6.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:sac_scale"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Key:sac_scale" />
             <label text="Edit Difficult alpine hiking" />
             <space />
@@ -625,4 +682,5 @@
     <group name="Waypoints" icon="presets/waypoints.png">
         <item name="Motorway Junction" icon="presets/motorway_junction.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=motorway_junction" />
             <label text="Edit Motorway Junction" />
             <space />
@@ -639,4 +697,5 @@
         </item>
         <item name="Services" icon="presets/car_service.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=services" />
             <label text="Edit Service Station" />
             <space />
@@ -649,4 +708,5 @@
         <separator/>
         <item name="Traffic Signal" icon="presets/traffic-light.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=traffic_signals" />
             <key key="highway" value="traffic_signals" />
         </item>
@@ -655,4 +715,6 @@
         </item>
         <item name="Zebra Crossing" icon="presets/zebracrossing.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:crossing"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=crossing" />
             <label text="Edit a crossing" />
             <key key="highway" value="crossing" />
@@ -663,7 +725,11 @@
         </item>
         <item name="Mini Roundabout" icon="presets/roundabout_left.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=mini_roundabout"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=mini_roundabout" />
             <key key="highway" value="mini_roundabout" />
         </item>
         <item name="Turning Circle" icon="presets/turning_circle.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=turning_circle"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=turning_circle" />
             <key key="highway" value="turning_circle" />
         </item>
@@ -695,4 +761,5 @@
         </item>
         <item name="Mountain Pass" icon="presets/mountain_pass.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:mountain_pass" />
             <label text="Edit Mountain Pass" />
             <space />
@@ -707,4 +774,5 @@
     <group name="Barriers" icon="presets/barrier.png">
         <item name="Stile" icon="presets/stile.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=stile" />
             <label text="Edit a Stile" />
             <space />
@@ -740,4 +808,5 @@
 <!-- hampshire_gate -->
         <item name="Bollard" icon="presets/bollard.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=bollard" />
             <label text="Edit a bollard" />
             <space />
@@ -769,4 +838,5 @@
 <!-- bus_trap -->
         <item name="Cattle Grid" icon="presets/cattle_grid.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cattle_grid" />
             <label text="Edit a Cattle Grid" />
             <space />
@@ -805,4 +875,5 @@
 <!-- portcullis -->
         <item name="Gate" icon="presets/gate.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=gate" />
             <label text="Edit a Gate" />
             <space />
@@ -857,8 +928,10 @@
 <!-- bump_gate -->
         <item name="Hedge" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=hedge" />
             <key key="barrier" value="hedge" />
         </item>
 <!-- hedge -->
         <item name="Fence" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=fence" />
             <key key="barrier" value="fence" />
         </item>
@@ -873,12 +946,15 @@
 <!-- wall -->
         <item name="City Wall" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=city_wall" />
             <key key="barrier" value="city_wall" />
         </item>
 <!-- city_wall -->
         <item name="Retaining Wall" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=retaining_wall" />
             <key key="barrier" value="retaining_wall" />
         </item>
 <!-- retaining_wall -->
         <item name="Toll Booth" icon="presets/toll_station.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=toll_booth" />
             <label text="Edit Toll Booth" />
             <space />
@@ -922,4 +998,6 @@
     <group name="Waterway" icon="presets/waterway.png">
         <item name="River" icon="presets/river.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=river"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=river" />
             <label text="Edit a River" />
             <space />
@@ -929,4 +1007,5 @@
         </item>
         <item name="Canal" icon="presets/waterway.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=canal" />
             <label text="Edit a Canal" />
             <space />
@@ -936,4 +1015,5 @@
         </item>
         <item name="Drain" icon="presets/waterway.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=drain" />
             <label text="Edit a Drain" />
             <space />
@@ -943,4 +1023,5 @@
         </item>
         <item name="Stream" icon="presets/waterway.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=stream" />
             <label text="Edit a Stream" />
             <space />
@@ -951,4 +1032,5 @@
         <separator/>
         <item name="Ferry Route" icon="presets/ferry.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:route=ferry" />
             <label text="Edit a Ferry" />
             <space />
@@ -960,4 +1042,5 @@
         <separator/>
         <item name="Boatyard" icon="presets/boatyard.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=boatyard" />
             <label text="Edit a Boatyard" />
             <space />
@@ -966,4 +1049,5 @@
         </item>
         <item name="Dock" icon="presets/waterway.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=dock" />
             <label text="Edit a Dock" />
             <space />
@@ -973,4 +1057,5 @@
         <separator/>
         <item name="Dam" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=dam" />
             <label text="Edit a Dam" />
             <space />
@@ -982,7 +1067,9 @@
     <group name="Waterway Point" icon="presets/waterwaypoint.png">
         <item name="Lock Gate" icon="presets/lock_gate.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=lock_gate" />
             <key key="waterway" value="lock_gate" />
         </item>
         <item name="Weir" icon="presets/weir.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=weir" />
             <label text="Edit a Weir" />
             <space />
@@ -997,4 +1084,5 @@
         </item>
         <item name="Turning Point" icon="presets/turning.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=turning_point" />
             <key key="waterway" value="turning_point" />
         </item>
@@ -1005,4 +1093,5 @@
         </item>
         <item name="Ferry Terminal" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=ferry_terminal" />
             <label text="Edit Ferry Terminal" />
             <key key="amenity" value="ferry_terminal" />
@@ -1010,4 +1099,6 @@
         </item>
         <item name="Slipway" icon="presets/slipway.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=slipway"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:leisure=slipway" />
             <label text="Edit Slipway" />
             <key key="leisure" value="slipway" />
@@ -1019,4 +1110,5 @@
     <group name="Railway" icon="presets/railway.png">
         <item name="Rail" icon="presets/railway.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=rail" />
             <label text="Edit a Rail" />
             <space />
@@ -1031,4 +1123,5 @@
         </item>
         <item name="Monorail" icon="presets/railway.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=monorail" />
             <label text="Edit a Monorail" />
             <space />
@@ -1061,4 +1154,5 @@
         </item>
         <item name="Bus Guideway" icon="presets/busway.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bus_guideway" />
             <label text="Edit a Bus Guideway" />
             <space />
@@ -1089,10 +1183,13 @@
         <separator/>
         <item name="Level Crossing" icon="presets/level_crossing.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=level_crossing" />
             <key key="railway" value="level_crossing" />
         </item>
         <item name="Crossing" icon="presets/crossing.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Key:crossing" />
             <key key="railway" value="crossing" />
         </item>
         <item name="Turntable" icon="presets/turntable.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=turntable" />
             <key key="railway" value="turntable" />
         </item>
@@ -1101,4 +1198,5 @@
     <group name="Aerialway" icon="presets/aerialway.png">
         <item name="Chair Lift" icon="presets/chair_lift.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=chair_lift" />
             <label text="Edit a Chair Lift" />
             <key key="aerialway" value="chair_lift" />
@@ -1106,4 +1204,5 @@
         </item>
         <item name="Drag Lift" icon="presets/drag_lift.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=drag_lift" />
             <label text="Edit a Drag Lift" />
             <key key="aerialway" value="drag_lift" />
@@ -1111,4 +1210,5 @@
         </item>
         <item name="Cable Car" icon="presets/cable_car.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=cable_car" />
             <label text="Edit a Cable Car" />
             <key key="aerialway" value="cable_car" />
@@ -1125,4 +1225,6 @@
     <group name="Car" icon="presets/car.png">
         <item name="Fuel" icon="presets/fuel.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fuel"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=fuel" />
             <label text="Edit Fuel" />
             <key key="amenity" value="fuel" />
@@ -1131,4 +1233,6 @@
         </item>
         <item name="Parking" icon="presets/parking.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=parking" />
             <label text="Edit Parking" />
             <key key="amenity" value="parking" />
@@ -1146,4 +1250,5 @@
         </item>
         <item name="Shop" icon="presets/car_repair.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=car" />
             <label text="Edit Car Shop" />
             <key key="shop" value="car" />
@@ -1158,4 +1263,5 @@
         </item>
         <item name="Rental" icon="presets/car_rental.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=car_rental" />
             <label text="Edit Car Rental" />
             <key key="amenity" value="car_rental" />
@@ -1164,4 +1270,5 @@
         </item>
         <item name="Sharing" icon="presets/car_sharing.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=car_sharing" />
             <label text="Edit Car Sharing" />
             <key key="amenity" value="car_sharing" />
@@ -1173,4 +1280,5 @@
     <group name="Bicycle" icon="presets/bike.png">
         <item name="Parking" icon="presets/bike_parking.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_parking" />
             <label text="Edit Bicycle Parking" />
             <key key="amenity" value="bicycle_parking" />
@@ -1178,4 +1286,5 @@
         </item>
         <item name="Rental" icon="presets/bicycle_rental.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_rental" />
             <label text="Edit Bicycle Rental" />
             <key key="amenity" value="bicycle_rental" />
@@ -1183,4 +1292,5 @@
         </item>
         <item name="Shop" icon="presets/bike.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=bicycle" />
             <label text="Edit Bicycle Shop" />
             <key key="shop" value="bicycle" />
@@ -1191,4 +1301,6 @@
     <group name="Public Transport" icon="presets/bus.png">
         <item name="Station" icon="presets/station.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=station"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=station" />
             <label text="Edit Station" />
             <space />
@@ -1200,4 +1312,5 @@
         </item>
         <item name="Railway Halt" icon="presets/station.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=halt" />
             <label text="Edit Halt" />
             <space />
@@ -1208,4 +1321,6 @@
         </item>
         <item name="Tram Stop" icon="presets/tram.png">
+           <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=tram_stop"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=tram_stop" />
             <label text="Edit Tram Stop" />
             <space />
@@ -1216,4 +1331,6 @@
         </item>
         <item name="Railway Platform" icon="presets/platform_rail.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=platform"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=platform" />
             <label text="Edit a railway platform" />
             <key key="railway" value="platform"/>
@@ -1224,4 +1341,5 @@
         </item>
         <item name="Subway Entrance" icon="presets/underground.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=subway_entrance" />
             <label text="Edit Subway Entrance" />
             <space />
@@ -1235,4 +1353,6 @@
         <separator/>
         <item name="Bus Station" icon="presets/bus.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bus_station"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bus_station" />
             <label text="Edit a Bus Station" />
             <key key="amenity" value="bus_station" />
@@ -1242,4 +1362,6 @@
         </item>
         <item name="Bus Stop" icon="presets/bus_halt.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bus_stop"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=bus_stop" />
             <label text="Edit Bus Stop" />
             <space />
@@ -1259,4 +1381,5 @@
         <separator/>
         <item name="Taxi" icon="presets/taxi.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=taxi" />
             <label text="Edit a Taxi station" />
             <key key="amenity" value="taxi" />
@@ -1265,4 +1388,5 @@
         <separator/>
         <item name="Airport" icon="presets/plane.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=aerodrome" />
             <label text="Edit an airport" />
             <key key="aeroway" value="aerodrome" />
@@ -1279,4 +1403,5 @@
     <group name="Accomodation" icon="presets/bed.png">
         <item name="Hotel" icon="presets/bed.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=hotel" />
             <label text="Edit Hotel" />
             <key key="tourism" value="hotel" />
@@ -1285,4 +1410,5 @@
         </item>
         <item name="Motel" icon="presets/bed.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=motel" />
             <label text="Edit Motel" />
             <key key="tourism" value="motel" />
@@ -1295,4 +1421,5 @@
         </item>
         <item name="Chalet" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=chalet" />
             <label text="Edit Chalet" />
             <key key="tourism" value="chalet" />
@@ -1300,4 +1427,5 @@
         </item>
         <item name="Hostel" icon="presets/hostel.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=hostel" />
             <label text="Edit Hostel" />
             <key key="tourism" value="hostel" />
@@ -1316,4 +1444,5 @@
         </item>
         <item name="Camping Site" icon="presets/tent.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=camp_site" />
             <label text="Edit Camping Site" />
             <key key="tourism" value="camp_site" />
@@ -1324,4 +1453,5 @@
     <group name="Food+Drinks" icon="presets/restaurant.png">
         <item name="Restaurant" icon="presets/restaurant.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=restaurant" />
             <label text="Edit Restaurant" />
             <key key="amenity" value="restaurant" />
@@ -1330,4 +1460,5 @@
         </item>
         <item name="Fast Food" icon="presets/fastfood.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fast_food" />
             <label text="Edit Fast Food Restaurant" />
             <key key="amenity" value="fast_food" />
@@ -1336,4 +1467,5 @@
         </item>
         <item name="Cafe" icon="presets/cafe.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=cafe" />
             <label text="Edit Cafe" />
             <key key="amenity" value="cafe" />
@@ -1341,4 +1473,5 @@
         </item>
         <item name="Pub" icon="presets/pub.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=pub" />
             <label text="Edit Pub" />
             <key key="amenity" value="pub" />
@@ -1351,4 +1484,5 @@
         </item>
         <item name="Nightclub" icon="presets/bar.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=nightclub" />
             <label text="Edit Nightclub" />
             <key key="amenity" value="nightclub" />
@@ -1364,4 +1498,5 @@
         </item>
         <item name="Information point" icon="presets/information.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=information" />
             <label text="Edit Information Point" />
             <key key="tourism" value="information" />
@@ -1370,4 +1505,5 @@
         </item>
         <item name="Museum" icon="presets/State_Public.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=museum" />
             <label text="Edit Museum" />
             <key key="tourism" value="museum" />
@@ -1375,4 +1511,5 @@
         </item>
         <item name="Zoo" icon="presets/zoo.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=zoo" />
             <label text="Edit Zoo" />
             <key key="tourism" value="zoo" />
@@ -1380,4 +1517,5 @@
         </item>
         <item name="Viewpoint" icon="presets/viewpoint.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=viewpoint" />
             <label text="Edit Viewpoint" />
             <key key="tourism" value="viewpoint" />
@@ -1391,4 +1529,5 @@
         </item>
         <item name="Artwork" icon="presets/arts_centre.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=artwork" />
             <label text="Edit Artwork" />
             <key key="tourism" value="artwork" />
@@ -1412,4 +1551,6 @@
     <group name="Historic Places" icon="presets/State_Tourist.png">
         <item name="Castle" icon="presets/State_Tourist.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle" />
             <label text="Edit Castle" />
             <key key="historic" value="castle" />
@@ -1422,4 +1563,6 @@
         </item>
         <item name="Archaeological Site" icon="presets/historic.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=archaeological_site"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=archaeological_site" />
             <label text="Edit Archaeological Site" />
             <key key="historic" value="archaeological_site" />
@@ -1432,4 +1575,5 @@
         </item>
         <item name="Memorial" icon="presets/memorial.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=memorial" />
             <label text="Edit Memorial" />
             <key key="historic" value="memorial" />
@@ -1437,4 +1581,5 @@
         </item>
         <item name="Battlefield" icon="presets/battlefield.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=battlefield" />
             <label text="Edit Battlefield" />
             <key key="historic" value="battlefield" />
@@ -1460,4 +1605,5 @@
         </item>
         <item name="Playground" icon="presets/playground.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=playground" />
             <label text="Edit Playground" />
             <key key="leisure" value="playground" />
@@ -1485,4 +1631,5 @@
         </item>
         <item name="Common" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=common" />
             <label text="Edit Common" />
             <key key="leisure" value="common" />
@@ -1638,4 +1785,5 @@
         </item>
         <item name="Shooting" icon="presets/range.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=shooting" />
             <label text="Edit Shooting" />
             <key key="sport" value="shooting" />
@@ -1754,4 +1902,5 @@
         </item>
         <item name="Public Building" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=public_building" />
             <label text="Edit Public Building" />
             <key key="amenity" value="public_building" />
@@ -1759,4 +1908,5 @@
         </item>
         <item name="Town hall" icon="presets/townhall.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=townhall" />
             <label text="Edit Town hall" />
             <key key="amenity" value="townhall" />
@@ -1764,4 +1914,5 @@
         </item>
         <item name="Embassy" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=embassy" />
             <label text="Edit Embassy" />
             <key key="amenity" value="embassy" />
@@ -1769,4 +1920,5 @@
         </item>
         <item name="Courthouse" icon="presets/JusticeScales.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=courthouse" />
             <label text="Edit Courthouse" />
             <key key="amenity" value="courthouse" />
@@ -1774,4 +1926,5 @@
         </item>
         <item name="Prison" icon="presets/prison.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=prison" />
             <label text="Edit Prison" />
             <key key="amenity" value="prison" />
@@ -1779,4 +1932,5 @@
         </item>
         <item name="Police" icon="presets/police.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=police" />
             <label text="Edit Police" />
             <key key="amenity" value="police" />
@@ -1784,4 +1938,5 @@
         </item>
         <item name="Fire Station" icon="presets/firebrigade.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fire_station" />
             <label text="Edit Fire Station" />
             <key key="amenity" value="fire_station" />
@@ -1789,4 +1944,5 @@
         </item>
         <item name="Post Office" icon="presets/letter.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=post_office" />
             <label text="Edit Post Office" />
             <key key="amenity" value="post_office" />
@@ -1800,4 +1956,5 @@
         </item>
         <item name="School" icon="presets/school.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=school" />
             <label text="Edit School" />
             <key key="amenity" value="school" />
@@ -1805,4 +1962,5 @@
         </item>
         <item name="University" icon="presets/empty.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=university" />
             <label text="Edit University" />
             <key key="amenity" value="university" />
@@ -1810,4 +1968,5 @@
         </item>
         <item name="College" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=college" />
             <label text="Edit College" />
             <key key="amenity" value="college" />
@@ -1816,4 +1975,5 @@
         <separator/>
         <item name="Cinema" icon="presets/cinema.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=cinema" />
             <label text="Edit Cinema" />
             <key key="amenity" value="cinema" />
@@ -1821,4 +1981,5 @@
         </item>
         <item name="Library" icon="styles/standard/shopping/rental/library.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=library" />
             <label text="Edit Library" />
             <key key="amenity" value="library" />
@@ -1826,4 +1987,5 @@
         </item>
         <item name="Arts Centre" icon="presets/arts_centre.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=arts_centre" />
             <label text="Edit Arts Centre" />
             <key key="amenity" value="arts_centre" />
@@ -1831,4 +1993,5 @@
         </item>
         <item name="Theatre" icon="presets/theater.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=theatre" />
             <label text="Edit Theatre" />
             <key key="amenity" value="theatre" />
@@ -1836,4 +1999,5 @@
         </item>
         <item name="Place of Worship" icon="presets/church.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship" />
             <label text="Edit Place of Worship" />
             <key key="amenity" value="place_of_worship" />
@@ -1844,4 +2008,6 @@
         <separator/>
         <item name="Addresses" icon="presets/addresses.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/House_numbers/Karlsruhe_Schema"
+                  de:href="http://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern" />
             <label text="Edit address information" />
             <space />
@@ -1856,4 +2022,6 @@
         </item>
         <item name="Address Interpolation" icon="presets/addresses.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/House_numbers/Karlsruhe_Schema"
+                  de:href="http://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern" />
             <label text="Edit address interpolation" />
             <space />
@@ -1889,4 +2057,5 @@
         </item>
         <item name="Lighthouse" icon="presets/lighthouse.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=lighthouse" />
             <label text="Edit Lighthouse" />
             <key key="man_made" value="lighthouse" />
@@ -1894,4 +2063,5 @@
         </item>
         <item name="Windmill" icon="presets/windmill.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=windmill" />
             <label text="Edit Windmill" />
             <key key="man_made" value="windmill" />
@@ -1899,4 +2069,5 @@
         </item>
         <item name="Pier" icon="presets/pier.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=pier" />
             <label text="Edit Pier" />
             <key key="man_made" value="pier" />
@@ -1904,4 +2075,5 @@
         </item>
         <item name="Pipeline" icon="presets/empty.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=pipeline" />
             <label text="Edit Pipeline" />
             <key key="man_made" value="pipeline" />
@@ -1909,4 +2081,7 @@
         </item>
         <item name="Wastewater Plant" icon="presets/wastewater_plant.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=wastewater_plant"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=wastewater_plant" />
+          <link href="" />
             <label text="Edit Wastewater Plant" />
             <key key="man_made" value="wastewater_plant" />
@@ -1914,4 +2089,5 @@
         </item>
         <item name="Crane" icon="presets/crane.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=crane" />
             <label text="Edit Crane" />
             <key key="man_made" value="crane" />
@@ -1919,4 +2095,5 @@
         </item>
         <item name="Beacon" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=beacon" />
             <label text="Edit Beacon" />
             <key key="man_made" value="beacon" />
@@ -1924,4 +2101,5 @@
         </item>
         <item name="Survey Point" icon="presets/survey_point.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=survey_point" />
             <label text="Edit Survey Point" />
             <key key="man_made" value="survey_point" />
@@ -1929,4 +2107,5 @@
         </item>
         <item name="Surveillance" icon="presets/surveillance.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=surveillance" />
             <label text="Edit Surveillance Camera" />
             <key key="man_made" value="surveillance" />
@@ -1935,4 +2114,6 @@
         <separator/>
         <item name="Power Generator" icon="presets/power.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:power=generator"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=generator" />
             <label text="Edit Power Generator" />
             <key key="power" value="generator" />
@@ -1941,4 +2122,6 @@
         </item>
         <item name="Power Station" icon="presets/power.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:power=line"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=line" />
             <label text="Edit power station" />
             <key key="power" value="station" />
@@ -1946,4 +2129,6 @@
         </item>
         <item name="Power Sub Station" icon="presets/power.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:power=sub_station"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=sub_station" />
             <label text="Edit power sub station" />
             <key key="power" value="sub_station" />
@@ -1952,8 +2137,12 @@
         </item>
         <item name="Power Tower" icon="presets/power_tower.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:power=tower"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=tower" />
             <label text="Edit Power Tower" />
             <key key="power" value="tower" />
         </item>
         <item name="Power Line" icon="presets/power.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:power=line"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=line" />
             <label text="Edit power line" />
             <key key="power" value="line" />
@@ -1967,4 +2156,6 @@
     <group name="Amenities" icon="presets/telephone.png">
         <item name="Toilets" icon="presets/toilet.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=toilets"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=toilets" />
             <key key="amenity" value="toilets" />
             <text key="operator" text="Operator" default="" delete_if_empty="true" />
@@ -1974,8 +2165,10 @@
         </item>
         <item name="Post Box" icon="presets/letter.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=post_box" />
             <key key="amenity" value="post_box" />
             <text key="operator" text="Operator" default="" delete_if_empty="true" />
         </item>
         <item name="Telephone" icon="presets/telephone.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=telephone" />
             <label text="Edit a Telephone" />
             <key key="amenity" value="telephone" />
@@ -1989,4 +2182,5 @@
         </item>
         <item name="Recycling" icon="presets/recycling.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=recycling" />
             <label text="Edit a Recycling station" />
             <key key="amenity" value="recycling" />
@@ -1999,4 +2193,5 @@
         </item>
         <item name="Bench" icon="presets/bench.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bench" />
             <key key="amenity" value="bench" />
         </item>
@@ -2010,4 +2205,5 @@
         </item>
         <item name="Fountain" icon="presets/spring.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fountain" />
             <label text="Edit a Fountain" />
             <key key="amenity" value="fountain" />
@@ -2015,4 +2211,6 @@
         </item>
         <item name="Drinking Water" icon="presets/drinking_water.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=drinking_water"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=drinking_water" />
             <label text="Edit Drinking Water" />
             <key key="amenity" value="drinking_water" />
@@ -2020,4 +2218,5 @@
         </item>
         <item name="Baby Hatch" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=baby_hatch" />
             <label text="Edit a Baby Hatch" />
             <key key="amenity" value="baby_hatch" />
@@ -2034,4 +2233,5 @@
         </item>
         <item name="Convenience Store" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=convenience" />
             <label text="Edit Convenience Store" />
             <key key="shop" value="convenience" />
@@ -2039,4 +2239,5 @@
         </item>
         <item name="Kiosk" icon="presets/kiosk.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=kiosk" />
             <label text="Edit Kiosk" />
             <key key="shop" value="kiosk" />
@@ -2044,4 +2245,5 @@
         </item>
         <item name="Vending machine" icon="presets/vending_machine.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=vending_machine" />
             <label text="Edit a Vending_machine" />
             <key key="amenity" value="vending_machine" />
@@ -2058,4 +2260,5 @@
         </item>
         <item name="Butcher" icon="presets/cow.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=butcher" />
             <label text="Edit Butcher" />
             <key key="shop" value="butcher" />
@@ -2063,4 +2266,5 @@
         </item>
         <item name="Baker" icon="presets/baker.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=bakery" />
             <label text="Edit Baker" />
             <key key="shop" value="bakery" />
@@ -2068,4 +2272,5 @@
         </item>
         <item name="Do-it-yourself-store" icon="presets/diy_store.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=doityourself" />
             <label text="Edit Do-it-yourself-store" />
             <key key="shop" value="doityourself" />
@@ -2078,4 +2283,5 @@
         </item>
         <item name="Dry Cleaning" icon="presets/laundry.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=dry_cleaning" />
             <label text="Edit Dry Cleaning" />
             <key key="shop" value="dry_cleaning" />
@@ -2083,4 +2289,5 @@
         </item>
         <item name="Laundry" icon="presets/laundry.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Laundry" />
             <label text="Edit Laundry" />
             <key key="shop" value="laundry" />
@@ -2088,4 +2295,5 @@
         </item>
         <item name="Outdoor" icon="presets/tent.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=outdoor" />
             <label text="Edit Outdoor Shop" />
             <key key="shop" value="outdoor" />
@@ -2096,4 +2304,5 @@
     <group name="Cash" icon="presets/dollar.png">
         <item name="Bank" icon="presets/bank.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bank" />
             <label text="Edit Bank" />
             <key key="amenity" value="bank" />
@@ -2102,4 +2311,5 @@
         </item>
         <item name="Money Exchange" icon="presets/coins.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bureau_de_change" />
             <label text="Edit Money Exchange" />
             <key key="amenity" value="bureau_de_change" />
@@ -2107,4 +2317,5 @@
         </item>
         <item name="Automated Teller Machine" icon="presets/cash.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=atm" />
             <label text="Edit Automated Teller Machine" />
             <key key="amenity" value="atm" />
@@ -2115,4 +2326,5 @@
     <group name="Health" icon="presets/pharmacy.png">
         <item name="Doctors" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=doctors" />
             <label text="Edit Doctors" />
             <key key="amenity" value="doctors" />
@@ -2125,4 +2337,5 @@
         </item>
         <item name="Pharmacy" icon="presets/pharmacy.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=pharmacy" />
             <label text="Edit Pharmacy" />
             <key key="amenity" value="pharmacy" />
@@ -2131,4 +2344,5 @@
         </item>
         <item name="Hospital" icon="presets/hospital.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=hospital" />
             <label text="Edit Hospital" />
             <key key="amenity" value="hospital" />
@@ -2136,4 +2350,6 @@
         </item>
         <item name="Emergency Access Point" icon="presets/emergency_access_point.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=emergency_access_point"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=emergency_access_point" />
             <label text="Edit Emergency Access Point" />
             <space />
@@ -2145,4 +2361,5 @@
         </item>
         <item name="Veterinary" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=veterinary" />
             <label text="Edit Veterinary" />
             <key key="amenity" value="veterinary" />
@@ -2190,4 +2407,5 @@
         </item>
         <item name="Town" icon="presets/places.png">
+          <link href="http://wiki.openstreetmap.org/wiki/Tag:place=town" />
             <label text="Edit Town" />
             <space />
@@ -2196,4 +2414,5 @@
         </item>
         <item name="Suburb" icon="presets/places.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:place=suburb" />
             <label text="Edit Suburb" />
             <space />
@@ -2214,4 +2433,5 @@
         </item>
         <item name="Locality" icon="presets/locality.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:place=locality" />
             <label text="Edit Locality" />
             <space />
@@ -2220,4 +2440,5 @@
         </item>
         <item name="Island" icon="presets/island.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:place=island" />
             <label text="Edit Island" />
             <space />
@@ -2262,4 +2483,5 @@
     <group name="Land use" icon="presets/landuse.png">
         <item name="Graveyard" icon="presets/graveyard.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=grave_yard" />
             <label text="Edit Graveyard" />
             <key key="amenity" value="grave_yard" />
@@ -2269,4 +2491,6 @@
         </item>
         <item name="Farmyard" icon="presets/landuse.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=farmyard"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=farmyard" />
             <label text="Edit Farmyard Landuse" />
             <space />
@@ -2305,4 +2529,5 @@
         </item>
         <item name="Reservoir" icon="presets/landuse_water.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=reservoir" />
             <label text="Edit Reservoir Landuse" />
             <space />
@@ -2311,4 +2536,6 @@
         </item>
         <item name="Forest" icon="presets/landuse.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=forest"
+                  de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=forest" />
             <label text="Edit Forest Landuse" />
             <space />
@@ -2360,4 +2587,5 @@
         </item>
         <item name="Railway land" icon="presets/rail_light.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=railway" />
             <label text="Edit Railway Landuse" />
             <space />
@@ -2378,4 +2606,5 @@
         </item>
         <item name="Cemetery" icon="presets/cemetery.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=cemetery" />
             <label text="Edit Cemetery Landuse" />
             <space />
@@ -2386,4 +2615,5 @@
         </item>
         <item name="Village Green" icon="presets/landuse.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=village_green" />
             <label text="Edit Village Green Landuse" />
             <space />
@@ -2398,4 +2628,5 @@
         </item>
         <item name="Recreation Ground" icon="presets/landuse.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=recreation_ground" />
             <label text="Edit Recreation Ground Landuse" />
             <space />
@@ -2407,4 +2638,5 @@
     <group name="Natural" icon="presets/water.png">
         <item name="Water" icon="presets/water.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=water" />
             <label text="Edit Water" />
             <key key="natural" value="water" />
@@ -2417,4 +2649,5 @@
         </item>
         <item name="Tree" icon="presets/tree.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=tree" />
             <label text="Edit a Tree" />
             <key key="natural" value="tree" />
@@ -2425,4 +2658,5 @@
         </item>
         <item name="Spring" icon="presets/spring.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=spring" />
             <label text="Edit a Spring" />
             <key key="natural" value="spring" />
@@ -2430,4 +2664,5 @@
         </item>
         <item name="Cave Entrance" icon="presets/empty.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=cave_entrance" />
             <label text="Edit Cave Entrance" />
             <key key="natural" value="cave_entrance" />
@@ -2435,4 +2670,5 @@
         </item>
         <item name="Peak" icon="presets/peak.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=peak" />
             <label text="Edit Peak" />
             <key key="natural" value="peak" />
@@ -2441,4 +2677,5 @@
         </item>
         <item name="Glacier" icon="presets/glacier.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=glacier" />
             <label text="Edit Glacier" />
             <key key="natural" value="glacier" />
@@ -2447,4 +2684,5 @@
         </item>
         <item name="Volcano" icon="presets/volcano.png">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=volcano" />
             <label text="Edit Volcano" />
             <key key="natural" value="volcano" />
@@ -2463,4 +2701,5 @@
         </item>
         <item name="Fell" icon="presets/empty.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=fell" />
             <label text="Edit Fell" />
             <key key="natural" value="fell" />
@@ -2468,4 +2707,5 @@
         </item>
         <item name="Heath" icon="presets/empty.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=heath" />
             <label text="Edit Heath" />
             <key key="natural" value="heath" />
@@ -2473,4 +2713,6 @@
         </item>
         <item name="Wood" icon="presets/empty.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=wood"
+                    de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=wood" />
             <label text="Edit Wood" />
             <key key="natural" value="wood" />
@@ -2480,4 +2722,6 @@
         <separator/>
         <item name="Riverbank" icon="presets/waterway.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=riverbank"
+                    de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=riverbank" />
             <label text="Edit a riverbank" />
             <key key="waterway" value="riverbank" />
@@ -2485,4 +2729,5 @@
         </item>
         <item name="Coastline" icon="presets/empty.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=coastline" />
             <label text="Edit Coastline" />
             <key key="natural" value="coastline" />
@@ -2490,4 +2735,6 @@
         </item>
         <item name="Wetland" icon="presets/empty.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=wetland"
+                    de:href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=wetland" />
             <label text="Edit Wetland" />
             <key key="natural" value="wetland" />
@@ -2501,4 +2748,5 @@
         </item>
         <item name="Beach" icon="presets/empty.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=beach" />
             <label text="Edit Beach" />
             <key key="natural" value="beach" />
@@ -2511,4 +2759,5 @@
         </item>
         <item name="Cliff" icon="presets/empty.png">
+             <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=cliff" />
             <label text="Edit Cliff" />
             <key key="natural" value="cliff" />
