| | 1 | {{{ |
| | 2 | #!preset |
| | 3 | <?xml version="1.0" encoding="utf-8"?> |
| | 4 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 5 | author="Alexander-II" |
| | 6 | version="1.[[revision]]_[[date]]" |
| | 7 | link="https://wiki.openstreetmap.org/wiki/Key:drink" |
| | 8 | shortdescription="contact: (+social networks +IM)" |
| | 9 | ru.shortdescription="contact: (+социальные сети +мессенджеры)" |
| | 10 | description="Add-on with social networks and IM keys" |
| | 11 | ru.description="Дополнение, включающее в себя социальные сети и мессенджеры"> |
| | 12 | |
| | 13 | <group name="Annotation" icon="presets/misc/housenumber.svg"> |
| | 14 | <item name="Contact (social, IM)" ru.name="Контактная информация ('contact:*', +social +IM)" icon="presets/misc/contact.svg" type="node,way,closedway,relation,multipolygon" preset_name_label="true"> |
| | 15 | <link href="https://taginfo.openstreetmap.org/search?q=contact%3A" text="Go to taginfo" ru.text="Посмотреть на taginfo" /> |
| | 16 | <link href="https://wiki.openstreetmap.org/wiki/Key:contact" |
| | 17 | cs.href="https://wiki.openstreetmap.org/wiki/Cs:Key:contact" |
| | 18 | de.href="https://wiki.openstreetmap.org/wiki/DE:Key:contact" |
| | 19 | es.href="https://wiki.openstreetmap.org/wiki/ES:Key:contact" |
| | 20 | fr.href="https://wiki.openstreetmap.org/wiki/FR:Key:contact" |
| | 21 | ja.href="https://wiki.openstreetmap.org/wiki/JA:Key:contact" |
| | 22 | pl.href="https://wiki.openstreetmap.org/wiki/Pl:Key:contact" |
| | 23 | pt.href="https://wiki.openstreetmap.org/wiki/Pt:Key:contact" |
| | 24 | ru.href="https://wiki.openstreetmap.org/wiki/RU:Key:contact" /> |
| | 25 | <space /> |
| | 26 | <!-- socail networks --> |
| | 27 | <text key="contact:diaspora" text="diaspora" match="key" text_context="contact, contact:" /> |
| | 28 | <text key="contact:facebook" text="facebook" match="key" text_context="contact, contact:" /> |
| | 29 | <text key="contact:foursquare" text="foursquare" match="key" text_context="contact, contact:" /> |
| | 30 | <text key="contact:gnusocial" text="gnusocial" match="key" text_context="contact, contact:" /> |
| | 31 | <text key="contact:google_plus" text="google plus" match="key" text_context="contact, contact:" /> |
| | 32 | <text key="contact:instagram" text="instagram" match="key" text_context="contact, contact:" /> |
| | 33 | <text key="contact:linkedin" text="linkedin" match="key" text_context="contact, contact:" /> |
| | 34 | <text key="contact:mastodon" text="mastodon" match="key" text_context="contact, contact:" /> |
| | 35 | <text key="contact:ok" text="ok" match="key" text_context="contact, contact:" /> |
| | 36 | <text key="contact:pinterest" text="pinterest" match="key" text_context="contact, contact:" /> |
| | 37 | <text key="contact:twitter" text="twitter" match="key" text_context="contact, contact:" /> |
| | 38 | <text key="contact:vk" text="vk" match="key" text_context="contact, contact:" /> |
| | 39 | <text key="contact:xing" text="xing" match="key" text_context="contact, contact:" /> |
| | 40 | <item_separator/> |
| | 41 | <!-- IMs --> |
| | 42 | <text key="contact:icq" text="icq" match="key" text_context="contact, contact:" /> |
| | 43 | <text key="contact:imessage" text="imessage" match="key" text_context="contact, contact:" /> |
| | 44 | <text key="contact:irc" text="irc" match="key" text_context="contact, contact:" /> |
| | 45 | <text key="contact:jabber" text="jabber" match="key" text_context="contact, contact:" /> |
| | 46 | <text key="contact:line" text="line" match="key" text_context="contact, contact:" /> |
| | 47 | <text key="contact:skype" text="skype" match="key" text_context="contact, contact:" /> |
| | 48 | <text key="contact:snapchat" text="snapchat" match="key" text_context="contact, contact:" /> |
| | 49 | <text key="contact:telegram" text="telegram" match="key" text_context="contact, contact:" /> |
| | 50 | <text key="contact:viber" text="viber" match="key" text_context="contact, contact:" /> |
| | 51 | <text key="contact:wechat" text="wechat" match="key" text_context="contact, contact:" /> |
| | 52 | <text key="contact:whatsapp" text="whatsapp" match="key" text_context="contact, contact:" /> |
| | 53 | <item_separator/> |
| | 54 | <!-- blogs, etc --> |
| | 55 | <text key="contact:flickr" text="flickr" match="key" text_context="contact, contact:" /> |
| | 56 | <text key="contact:habrahabr" text="habrahabr" match="key" text_context="contact, contact:" /> |
| | 57 | <text key="contact:livejournal" text="livejournal" match="key" text_context="contact, contact:" /> |
| | 58 | <text key="contact:rss" text="rss" match="key" text_context="contact, contact:" /> |
| | 59 | <text key="contact:tripadvisor" text="tripadvisor" match="key" text_context="contact, contact:" /> |
| | 60 | <text key="contact:tumblr" text="tumblr" match="key" text_context="contact, contact:" /> |
| | 61 | <text key="contact:vhf" text="vhf" match="key" text_context="contact, contact:" /> |
| | 62 | <text key="contact:webcam" text="webcam" match="key" text_context="contact, contact:" /> |
| | 63 | <text key="contact:yelp" text="yelp" match="key" text_context="contact, contact:" /> |
| | 64 | <text key="contact:youtube" text="youtube" match="key" text_context="contact, contact:" /> |
| | 65 | </item> <!-- Contact (social, IM) --> |
| | 66 | </group> |
| | 67 | </presets> |
| | 68 | }}} |