Changes between Initial Version and Version 1 of Presets/Baby_friendliness


Ignore:
Timestamp:
2019-06-25T22:43:55+02:00 (7 years ago)
Author:
Discostu36
Comment:

New preset

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Baby_friendliness

    v1 v1  
     1{{{
     2#!preset
     3<?xml version="1.0" encoding="UTF-8"?>
     4<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Discostu36" version="1.[[revision]]_[[date]]" shortdescription="Baby friendliness" de.shortdescription="Babyfreundlichkeit" description="Tags indicating the baby friendliness of a POI" de.description="Tags, die die Babyfreundlichkeit eines Ortes beschreiben">
     5    <group name="Baby friendliness" de.name="Babyfreundlichkeit" icon="">
     6        <item name="Changing tables" de.name="Wickeltische" icon="">
     7            <label text="Information about the presence of changing tables." de.text="Informationen über das Vorhandensein von Wickeltischen." />
     8            <space />
     9            <combo key="changing_table" text="Changing table(s)" de.text="Wickeltisch(e)" values="yes,no,limited" />
     10                <combo key="changing_table:count" text="Count" de.text="Anzahl" values="1,2,3,4,5" />
     11                <check key="changing_table:fee" text="Fee" de.text="Gebühr" />
     12                <combo key="changing_table:location" text="Location" de.text="Ort" values="female_toilet,male_toilet,unisex_toilet,wheelchair_toilet,room,dedicated_room,sales_area" />
     13                <text key="changing_table:description" text="Description" de.text="Beschreibung" />
     14            <preset_link preset_name="High chairs" />
     15            <preset_link preset_name="Kids area" />
     16            <preset_link preset_name="Stroller access" />
     17        </item>
     18        <item name="High chairs" de.name="Hochstühle" icon="">
     19            <label text="Information about the presence highchairs." de.text="Informationen über das Vorhandensein von Hochstühlen." />
     20            <space />
     21            <combo key="highchair" text="High chair(s)" de.text="Hochstühle" values="yes,no,1,2,3,4,5" values_sort="false" />
     22            <text key="highchair:description" text="Description" de.text="Beschreibung" />
     23            <preset_link preset_name="Changing tables" />
     24            <preset_link preset_name="Kids area" />
     25            <preset_link preset_name="Stroller access" />
     26        </item>
     27        <item name="Kids area" de.name="Spielbereich" icon="">
     28            <label text="Information about the presence of a kids area." de.text="Informationen über das Vorhandensein einer Spielecke." />
     29            <space />
     30            <combo key="kids_area" text="Kids area" de.text="Spielbereich" values="yes,no" />
     31                <check key="kids_area:indoor" text="Indoor" de.text="Drinnen" />
     32                <check key="kids_area:outdoor" text="Outdoor" de.text="Draußen" />
     33                <check key="kids_area:fee" text="Fee" de.text="Gebühr" />
     34                <check key="kids_area:supervised" text="Supervised" de.text="Beaufsichtigt" />
     35                <text key="kids_area:description" text="Description" de.text="Beschreibung" />
     36            <preset_link preset_name="Changing tables" />
     37            <preset_link preset_name="High chairs" />
     38            <preset_link preset_name="Stroller access" />
     39        </item>
     40        <item name="Stroller access" de.name="Kinderwagentauglichkeit" icon="">
     41            <label text="Is this place suitable to be used with a stroller?" de.text="Kann dieser Ort mit einem Kinderwagen genutz werden?" />
     42            <space />
     43            <combo key="stroller" text="Stroller" de.text="Kinderwagen" values="yes,no,limited" />
     44            <text key="stroller:description" text="Description" de.text="Beschreibung" />
     45            <preset_link preset_name="Changing tables" />
     46            <preset_link preset_name="High chairs" />
     47            <preset_link preset_name="Kids area" />
     48        </item>
     49    </group>
     50</presets>
     51}}}