wiki:Presets/Community_Centre

Version 3 (modified by stoecker, 6 years ago) ( diff )

Fix http links

<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
author="Polarbear-j"
version="1.4_2019-04-23"
description="Community Centres including centre types, target groups and religion"
shortdescription="Community Centre with types and targets"

de.description="Gemeinschaftszentren mit Typ, Zielgruppe und Religion"
de.shortdescription="Gemeinschaftszentren mit Typ und Zielgruppe"

fr.description="Modèle des établissements public avec type, groupe utilisateur et religion"
fr.shortdescription="Modèle des établissements public avec les détails">

<!-- chunks copied from defaultpresets.xml -->
    <chunk id="oh">
        <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00, Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" />
    </chunk>
    <chunk id="wheelchair">
        <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    </chunk>
    <chunk id="name_operator">
        <text key="name" text="Name" />
        <text key="operator" text="Operator" />
    </chunk>
    <chunk id="oh_wheelchair">
        <reference ref="oh" />
        <reference ref="wheelchair" />
    </chunk>
    <chunk id="name_operator_oh_wheelchair">
        <reference ref="name_operator" />
        <reference ref="oh_wheelchair" />
    </chunk>
  <chunk id="link_contact_address">
    <preset_link preset_name="Contact (Common Schema)" />
    <preset_link preset_name="Address" />
  </chunk>
<!-- end of chunks copied from defaultpresets.xml -->

<!-- chunks modified from defaultpresets.xml -->
    <chunk id="religious_without_name">
        <!--text key="name" text="Name" /-->
        <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,unitarian,zoroastrian" />
        <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,greek_catholic,jehovahs_witness,lutheran,methodist,mormon,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,roman_catholic,shia,sunni" />
    </chunk>
<!-- end of chunks modified from defaultpresets.xml -->

        <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
            <link href="https://wiki.openstreetmap.org/wiki/Tag:amenity=community_centre"
                  cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:amenity=community_centre"
                  da.href="https://wiki.openstreetmap.org/wiki/Da:Tag:amenity=community_centre"
                  de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:amenity=community_centre"
                  es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:amenity=community_centre"
                  fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:amenity=community_centre"
                  ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:amenity=community_centre"
                  pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=community_centre"
                  ru.href="https://wiki.openstreetmap.org/wiki/RU:Tag:amenity=community_centre" />
            <space />
            <key key="amenity" value="community_centre" />

            <combo key="community_centre" text="Centre type" values="village_hall,community_hall,parish_hall,youth_centre,family_centre,family_centre,language_centre,meeting_room,events_venue,club_home" values_searchable="true" />
            <combo key="community_centre:for" text="Target group" values="senior,child,juvenile,child;juvenile,family,athlete,religious,homosexual,multigeneration,disabled,immigrant" values_searchable="true" />

            <reference ref="name_operator_oh_wheelchair" />
            <space />
            <label text="For religious communities:" />
            <reference ref="religious_without_name" />
            <space />
            <reference ref="link_contact_address" />
            <preset_link preset_name="Building" />
        </item> <!-- Community Centre -->

</presets>

Presets_Community_Centre-preset.xml, Presets_Community_Centre.zip

Note: See TracWiki for help on using the wiki.