Changes between Version 16 and Version 17 of Presets/JaNamigSample


Ignore:
Timestamp:
2017-03-04T04:38:51+01:00 (9 years ago)
Author:
tsuhi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Presets/JaNamigSample

    v16 v17  
    250250                <preset_link preset_name="Addresses" />
    251251                <preset_link preset_name="Payment Methods" />
     252        </chunk>
     253        <chunk id="oh_wheelchair">
     254                <reference ref="oh" />
     255                <reference ref="wheelchair" />
     256        </chunk>
     257        <chunk id="wheelchair">
     258                <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
     259        </chunk>
     260        <chunk id="internet">
     261                <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
     262                <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
     263        </chunk>
     264        <chunk id="internet_smoking">
     265                <reference ref="internet" />
     266                <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
     267        </chunk>
     268        <chunk id="cuisine">
     269                <multiselect key="cuisine" text="Cuisine" values="italian;chinese;pizza;burger;greek;german;indian;regional;kebab;turkish;asian;thai;mexican;japanese;french;sandwich;coffee_shop;sushi;steak_house;fish_and_chips;chicken;american;ice_cream;international;seafood;spanish;vietnamese;fish;noodle;barbecue;vegetarian;korean" values_searchable="true" />
     270        </chunk>
     271        <chunk id="surface_smoothness">
     272                <reference ref="surface" />
     273                <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
     274                        <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
     275                        <list_entry value="good" short_description="Thin Wheels: racing bike" />
     276                        <list_entry value="intermediate" short_description="Wheels: city bike, wheelchair, scooter" />
     277                        <list_entry value="bad" short_description="Robust Wheels: trekking bike, car, rickshaw" />
     278                        <list_entry value="very_bad" short_description="High Clearance: light duty off-road vehicle" />
     279                        <list_entry value="horrible" short_description="Off-Road: heavy duty off-road vehicle" />
     280                        <list_entry value="very_horrible" short_description="Specialized off-road: tractor, ATV" />
     281                        <list_entry value="impassable" short_description="No wheeled vehicle" />
     282                </combo>
     283        </chunk>
     284        <chunk id="fee_interval">
     285                <combo key="fee" text="Fee" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" />
     286        </chunk>
     287        <chunk id="parking_access_fee_operator_surface_smoothness">
     288                <space />
     289                <combo key="access" text="Access" values="yes,private,customers,permissive,no" />
     290                <reference ref="fee_interval" />
     291                <reference ref="surface_smoothness" />
     292        </chunk>
     293        <chunk id="car_brands">
     294                <multiselect key="brand" text="Car brand" values="Alfa Romeo;Aston Martin;Audi;Bentley;BMW;Buick;Cadillac;Chevrolet;Chrysler;Citroën;Dacia;Daewoo;Daihatsu;Dodge;Ferrari;Fiat;Ford;GMC;Great Wall;Holden;Honda;Hyundai;Infiniti;Isuzu;Jaguar;Jeep;Kia;Lada;Lancia;Land Rover;Lexus;Lincoln;Lotus;Maserati;Mazda;Mercedes-Benz;Mini;Mitsubishi;Nissan;Opel;Peugeot;Porsche;Renault;Saab;Seat;Škoda;Smart;SsangYong;Subaru;Suzuki;Tata;Toyota;Vauxhall;Volkswagen;Volvo" values_no_i18n="true" />
     295        </chunk>
     296
     297        <!-- Extended Preset Chunk -->
     298        <chunk id="amenity_cafe">
     299                <key key="amenity" value="cafe" />
     300                <combo key="cuisine" text="料理の種類" values="ice_cream" />
     301                <check key="outdoor_seating" text="テラス席" />
     302                <combo key="takeaway" text="持ち帰り" values="yes,no,only" />
     303                <combo key="delivery" text="デリバリ" values="yes,no,only,Mo-Su 12:00-22:00" />
     304                <reference ref="oh_wheelchair" />
     305                <space />
     306                <reference ref="internet_smoking" />
     307                <space />
     308                <reference ref="link_contact_address_payment" />
     309        </chunk>
     310        <chunk id="amenity_fast_food">
     311                <key key="amenity" value="fast_food" />
     312                <reference ref="cuisine" />
     313                <check key="outdoor_seating" text="テラス席" />
     314                <combo key="takeaway" text="持ち帰り" values="yes,no,only" />
     315                <combo key="delivery" text="デリバリ" values="yes,no,only,Mo-Su 12:00-22:00" />
     316                <combo key="drive_through" text="ドライブスルー" values="yes,no" />
     317                <!-- combo key="drive_in" text="乗車したままサービスを受けられる" values="yes,no" / -->
     318                <reference ref="oh_wheelchair" />
     319                <space />
     320                <reference ref="internet_smoking" />
     321                <space />
     322                <reference ref="link_contact_address_payment" />
     323                <preset_link preset_name="Building" />
     324        </chunk>
     325        <chunk id="amenity_pharmacy">
     326                <key key="amenity" value="pharmacy" />
     327                <reference ref="oh_wheelchair" />
     328                <check key="dispensing" text="調剤薬局"/>
     329                <reference ref="link_contact_address_payment" />
     330        </chunk>
     331        <chunk id="amenity_restaurant">
     332                <key key="amenity" value="restaurant" />
     333                <reference ref="cuisine" />
     334                <check key="microbrewery" text="地酒醸造" />
     335                <check key="outdoor_seating" text="テラス席" />
     336                <combo key="takeaway" text="持ち帰り" values="yes,no,only" />
     337                <combo key="delivery" text="デリバリ" values="yes,no,only,Mo-Su 12:00-22:00" />
     338                <reference ref="oh_wheelchair" />
     339                <combo key="stars" text="評価" values="1,2,3,4,5,6,7" />
     340                <space />
     341                <reference ref="internet_smoking" />
     342                <space />
     343                <reference ref="link_contact_address_payment" />
     344        </chunk>
     345        <chunk id="amenity_fuel">
     346                <key key="amenity" value="fuel" />
     347                <optional>
     348                        <reference ref="oh_wheelchair" />
     349                        <combo key="shop" text="店舗の併設" values="yes,convenience,kiosk,no" />
     350                        <space />
     351                        <label text="燃料の種類:" />
     352                        <checkgroup columns="2">
     353                                <check key="fuel:diesel" text="Diesel" default="on" />
     354                                <check key="fuel:biodiesel" text="Bio Diesel" />
     355                                <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
     356                                <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
     357                                <check key="fuel:octane_80" text="Octane 80" />
     358                                <check key="fuel:octane_91" text="Octane 91" default="on" />
     359                                <check key="fuel:octane_92" text="Octane 92" />
     360                                <check key="fuel:octane_95" text="Octane 95" />
     361                                <check key="fuel:octane_98" text="Octane 98" default="on" />
     362                                <check key="fuel:octane_100" text="Octane 100" />
     363                                <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
     364                                <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
     365                                <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
     366                                <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
     367                                <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
     368                                <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
     369                                <check key="fuel:LH2" text="液化水素" />
     370                        </checkgroup>
     371                        <space />
     372                        <label text="給油カード:" />
     373                        <checkgroup columns="3">
     374                                <check key="payment:dkv" text="DKV" />
     375                                <check key="payment:routex" text="Routex" />
     376                                <check key="payment:uta" text="UTA" />
     377                        </checkgroup>
     378                </optional>
     379                <reference ref="link_contact_address_payment" />
     380                <preset_link preset_name="Building" />
     381        </chunk>
     382        <chunk id="amenity_fuel_lh2">
     383                <key key="amenity" value="fuel" />
     384                <optional>
     385                        <reference ref="oh_wheelchair" />
     386                        <combo key="shop" text="店舗の併設" values="yes,convenience,kiosk,no" />
     387                        <space />
     388                        <label text="燃料の種類:" />
     389                        <checkgroup columns="2">
     390                                <check key="fuel:diesel" text="Diesel" />
     391                                <check key="fuel:biodiesel" text="Bio Diesel" />
     392                                <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
     393                                <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
     394                                <check key="fuel:octane_80" text="Octane 80" />
     395                                <check key="fuel:octane_91" text="Octane 91" />
     396                                <check key="fuel:octane_92" text="Octane 92" />
     397                                <check key="fuel:octane_95" text="Octane 95" />
     398                                <check key="fuel:octane_98" text="Octane 98" />
     399                                <check key="fuel:octane_100" text="Octane 100" />
     400                                <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
     401                                <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
     402                                <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
     403                                <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
     404                                <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
     405                                <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
     406                                <check key="fuel:LH2" text="液化水素" default="on" />
     407                        </checkgroup>
     408                        <space />
     409                        <label text="給油カード:" />
     410                        <checkgroup columns="3">
     411                                <check key="payment:dkv" text="DKV" />
     412                                <check key="payment:routex" text="Routex" />
     413                                <check key="payment:uta" text="UTA" />
     414                        </checkgroup>
     415                </optional>
     416                <reference ref="link_contact_address_payment" />
     417                <preset_link preset_name="Building" />
     418        </chunk>
     419        <chunk id="shop_convenience">
     420                <key key="shop" value="convenience" />
     421                <reference ref="oh_wheelchair" />
     422                <reference ref="link_contact_address_payment" />
     423        </chunk>
     424        <chunk id="shop_doityourself">
     425                <key key="shop" value="doityourself" />
     426                <reference ref="oh_wheelchair" />
     427                <reference ref="link_contact_address_payment" />
     428        </chunk>
     429        <chunk id="shop_furniture">
     430                <key key="shop" value="furniture" />
     431                <reference ref="oh_wheelchair" />
     432                <reference ref="link_contact_address_payment" />
     433        </chunk>
     434        <chunk id="shop_music">
     435                <key key="shop" value="music" />
     436                <reference ref="oh_wheelchair" />
     437                <reference ref="link_contact_address_payment" />
     438        </chunk>
     439        <chunk id="shop_supermarket">
     440                <key key="shop" value="supermarket" />
     441                <reference ref="oh_wheelchair" />
     442                <reference ref="link_contact_address_payment" />
     443        </chunk>
     444        <chunk id="shop_department_store">
     445                <key key="shop" value="department_store" />
     446                <reference ref="oh_wheelchair" />
     447                <reference ref="link_contact_address_payment" />
     448        </chunk>
     449        <chunk id="shop_electronics">
     450                <key key="shop" value="electronics" />
     451                <combo key="second_hand" text="中古の取り扱い" values="yes,only,no" />
     452                <space />
     453                <reference ref="oh_wheelchair" />
     454                <reference ref="link_contact_address_payment" />
     455        </chunk>
     456        <chunk id="amenity_parking">
     457                <key key="amenity" value="parking" />
     458                <reference ref="parking_name_type_ref" />
     459                <text key="maxheight" text="Max. height (meters)" />
     460                <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
     461                <reference ref="parking_access_fee_operator_surface_smoothness" />
     462                <space />
     463                <text key="capacity" text="Capacity (overall)" />
     464                <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
     465                <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
     466                <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
     467                <label text="See the Wiki for other capacity:[types]=*." />
     468                <space />
     469                <reference ref="maxstay" />
     470                <reference ref="supervised_lit_oh" />
     471        </chunk>
     472        <chunk id="amenity_pub">
     473                <key key="amenity" value="pub" />
     474                <reference ref="name_operator" />
     475                <check key="microbrewery" text="地酒醸造" />
     476                <check key="outdoor_seating" text="テラス席" />
     477                <combo key="takeaway" text="持ち帰り" values="yes,no,only" />
     478                <combo key="delivery" text="デリバリ" values="yes,no,only,Mo-Su 12:00-22:00" />
     479                <reference ref="oh_wheelchair" />
     480                <space />
     481                <reference ref="internet_smoking" />
     482                <space />
     483                <reference ref="link_contact_address_payment" />
     484        </chunk>
     485        <chunk id="craft_confectionery">
     486                <key key="craft" value="confectionery" />
     487                <reference ref="oh_wheelchair" />
     488                <reference ref="link_contact_address_payment" />
     489        </chunk>
     490        <chunk id="shop_clothes">
     491                <key key="shop" value="clothes" />
     492                <reference ref="oh_wheelchair" />
     493                <combo key="second_hand" text="中古の取り扱い" values="only,yes,no" />
     494                <combo key="organic" text="自然素材" values="only,yes,no" />
     495                <reference ref="link_contact_address_payment" />
     496        </chunk>
     497        <chunk id="shop_shoes">
     498                <key key="shop" value="shoes" />
     499                <reference ref="oh_wheelchair" />
     500                <combo key="second_hand" text="中古の取り扱い" values="only,yes,no" />
     501                <combo key="organic" text="自然素材" values="only,yes,no" />
     502                <reference ref="link_contact_address_payment" />
     503        </chunk>
     504        <chunk id="shop_optician">
     505                <key key="shop" value="optician" />
     506                <reference ref="oh_wheelchair" />
     507                <reference ref="link_contact_address_payment" />
     508        </chunk>
     509        <chunk id="shop_books">
     510                <key key="shop" value="books" />
     511                <reference ref="oh_wheelchair" />
     512                <combo key="second_hand" text="古本の取り扱い" values="only,yes,no" />
     513                <reference ref="link_contact_address_payment" />
     514        </chunk>
     515        <chunk id="shop_car_parts">
     516                <key key="shop" value="car_parts" />
     517                <reference ref="car_brands" />
     518                <reference ref="oh_wheelchair" />
     519                <reference ref="link_contact_address_payment" />
     520        </chunk>
     521        <chunk id="shop_mobile_phone">
     522                <key key="shop" value="mobile_phone" />
     523                <reference ref="oh_wheelchair" />
     524                <reference ref="link_contact_address_payment" />
     525        </chunk>
     526        <chunk id="shop_anime">
     527                <key key="shop" value="anime" />
     528                <combo key="anime:video" text="ビデオ、DVD、BD" values="yes,no" />
     529                <combo key="anime:manga" text="まんが" values="yes,no" />
     530                <combo key="anime:costume" text="コスプレ用衣装" values="yes,no" />
     531                <combo key="anime:gift" text="贈り物、おもちゃ、お土産" values="yes,no" />
     532                <space/>
     533                <reference ref="oh_wheelchair" />
     534                <reference ref="link_contact_address_payment" />
     535        </chunk>
     536        <chunk id="shop_video">
     537                <key key="shop" value="video" />
     538                <reference ref="oh_wheelchair" />
     539                <reference ref="link_contact_address_payment" />
     540        </chunk>
     541        <chunk id="shop_variety_store">
     542                <key key="shop" value="variety_store" />
     543                <reference ref="oh_wheelchair" />
     544                <reference ref="link_contact_address_payment" />
     545        </chunk>
     546        <chunk id="amenity_car_rental">
     547                <key key="amenity" value="car_rental" />
     548                <reference ref="oh_wheelchair" />
     549                <reference ref="link_contact_address_payment" />
     550        </chunk>
     551        <chunk id="amenity_car_sharing">
     552                <key key="amenity" value="car_sharing" />
     553                <text key="capacity" text="車両の台数" />
     554                <reference ref="oh_wheelchair" />
     555                <text key="website" text="ウェブサイト" />
    252556        </chunk>
    253557