Changes between Version 3 and Version 4 of Presets/Healthcare


Ignore:
Timestamp:
2017-11-19T23:04:20+01:00 (8 years ago)
Author:
midgard
Comment:

merge BloodDonation

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Healthcare

    v3 v4  
    66#!preset
    77<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
    8                 author="!i!"
     8                author="!i! and M!dgard"
    99                icon="https://wiki.openstreetmap.org/w/images/8/89/RodOfAsclepius.svg"
    1010
     
    2323        - more translations
    2424        - more specialities from wiki page
    25         - merge https://josm.openstreetmap.de/wiki/Presets/BloodDonation ?
    2625        - better icons?
    2726        - long value titles/explanations for specialities?
     
    122121                        <link href="https://wiki.openstreetmap.org/wiki/Key:healthcare" />
    123122                </item>
     123
     124                <item type="node,closedway,relation" icon="https://wiki.openstreetmap.org/w/images/8/80/Blooddonation9.svg"
     125                                name="Blood donation"
     126                                nl.name="Bloeddonorcentrum"
     127                                >
     128                        <label
     129                                        text="Blood donation"
     130                                        nl.text="Bloeddonorcentrum"
     131                                        />
     132                        <key key="healthcare" value="blood_donation" />
     133                        <space />
     134
     135                        <reference ref="name_operator" />
     136                        <space />
     137
     138                        <label
     139                                        text="What you can donate here"
     140                                        nl.text="Wat je hier kan doneren"
     141                                        />
     142                        <checkgroup columns="2">
     143                                <check key="blood:whole"
     144                                                text="whole blood"
     145                                                nl.text="volbloed"
     146                                                />
     147                                <check key="blood:plasma"
     148                                                text="plasma"
     149                                                nl.text="plasma"
     150                                                />
     151                                <check key="blood:platelets"
     152                                                text="platelets"
     153                                                nl.text="bloedplaatjes"
     154                                                />
     155                                <check key="blood:stemcells"
     156                                                text="stem cell sample"
     157                                                nl.text="stamcel-staal"
     158                                                />
     159                        </checkgroup>
     160                        <space />
     161
     162                        <check key="donation:compensation"
     163                                        text="Compensation for donating"
     164                                        nl.text="Compensatie voor donatie"
     165                                        />
     166                        <label
     167                                        text="If known, also specify the type(s) of compensation:"
     168                                        nl.text="Duid indien gekend ook het soort of de soorten compensatie aan:"
     169                                        />
     170
     171                        <check key="donation:compensation:vouchers" disable_off="true"
     172                                        text="vouchers"
     173                                        nl.text="bonnetjes"
     174                                        />
     175                        <!--<label text="You get one or more vouchers for every donation. Those can be either vouchers for fun rewards at the donation centre itself, or coupons for local businesses."
     176                                        nl.text="Je krijgt één of meer bonnetjes bij elke donatie. Ofwel kan je ze inruilen voor leuke attenties in het donorcentrum zelf, ofwel krijg je er voordeel mee bij lokale bedrijven." />-->
     177
     178                        <check key="donation:compensation:payment" disable_off="true"
     179                                        text="payment"
     180                                        nl.text="betaling"
     181                                        />
     182                        <!--<label text="You get paid for each donation, either at the time of donation or after a certain amount of donations."
     183                                        nl.text="Je krijgt geld voor elke donatie, net na het doneren of na een bepaald aantal donaties." />-->
     184
     185                        <space />
     186
     187                        <reference ref="common_items" />
     188                        <link href="https://wiki.openstreetmap.org/wiki/Tag:healthcare=blood_donation" />
     189                </item>
     190
    124191        </group>
    125192</presets>