<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.3/ http://www.mediawiki.org/xml/export-0.3.xsd" version="0.3" xml:lang="ru">
  <siteinfo>
    <sitename>Hitchwiki</sitename>
    <base>http://localhost/ru/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0</base>
    <generator>MediaWiki 1.15.0</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2">Медиа</namespace>
      <namespace key="-1">Служебная</namespace>
      <namespace key="0" />
      <namespace key="1">Обсуждение</namespace>
      <namespace key="2">Участник</namespace>
      <namespace key="3">Обсуждение участника</namespace>
      <namespace key="4">Hitchwiki</namespace>
      <namespace key="5">Обсуждение Hitchwiki</namespace>
      <namespace key="6">Файл</namespace>
      <namespace key="7">Обсуждение файла</namespace>
      <namespace key="8">MediaWiki</namespace>
      <namespace key="9">Обсуждение MediaWiki</namespace>
      <namespace key="10">Шаблон</namespace>
      <namespace key="11">Обсуждение шаблона</namespace>
      <namespace key="12">Справка</namespace>
      <namespace key="13">Обсуждение справки</namespace>
      <namespace key="14">Категория</namespace>
      <namespace key="15">Обсуждение категории</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>MediaWiki:Monobook.css</title>
    <id>1</id>
    <revision>
      <id>1</id>
      <timestamp>2009-07-09T08:53:21Z</timestamp>
      <contributor>
        <username>MrTweek</username>
        <id>3</id>
      </contributor>
      <comment>新页面: /* 此处的 CSS 将影响使用 Monobook 皮肤的用户 */ /* CSS placed here will affect users of the Monobook skin   &lt;pre&gt;&lt;nowiki&gt; */  .round-box {   -moz-border-radius: 0.4em; }  bod...</comment>
      <text xml:space="preserve">/* 此处的 CSS 将影响使用 Monobook 皮肤的用户 */
/* CSS placed here will affect users of the Monobook skin 

&lt;pre&gt;&lt;nowiki&gt;
*/

.round-box
{
  -moz-border-radius: 0.4em;
}

body
{ 
  background:#f9f9f9 url(http://hitchwiki.org/en/images/en/b/bb/Hitchwiki-background-test3.png) repeat-x scroll 0 0;
}

.page-Main_Page h1,
.portlet h5 
{  
  display:none; 
}

.page-Main_Page table
{
  -moz-border-radius: 0.5em; 
}

.portlet ul
{
  list-style-type: disc;
  list-style-image: none;
}


/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 

#p-cactions ul li, 
#p-cactions ul li a 
{ 
  -moz-border-radius-topleft: 0.4em; 
  -moz-border-radius-topright: 0.4em;
  border-width: 3px;
  border-color: #f9ef80;
}

#p-cactions li.selected
{
  border-color: #b21516;
}

#content 
{ 
  -moz-border-radius-topleft: 0.6em; 
  -moz-border-radius-bottomleft: 0.6em;
  border-color:#f9ef80 -moz-use-text-color #f9ef80 #f9ef80;
  border-style:solid none solid solid;
  border-width:3px medium 3px 3px;
}

div.pBody 
{
  -moz-border-radius-topright: 0.4em; 
  -moz-border-radius-bottomright: 0.4em; 
  border-width: 2px 2px 2px 0;
}

a {
  color:#606399;
}

a:visited {
  color:#6B5E7F;
}

a.new, #p-personal a.new {
  color:#741;
}

#bodyContent a.external
{
  color:#5f7f3f;
}


#toc {
  background:#E6D7B5;
  float:right;
  margin:10px;
  margin-right:0;
}

.editsection {
  font-size: 70%;
  float: right;
}


#p-logo {
    z-index: 3;
    position: absolute; /*needed to use z-index */
    top: 26px;
    left: 0;
    height: 155px;
    width: 12em;
    overflow: visible;
}


#p-cactions {
    position: absolute;
    top: 3.3em;
    left: 11.5em;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;     padding-left: 1em;
    list-style: none;
    font-size: 95%;
}

/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}

dd {
 border-top:solid 0px #CCC;
 border-left:solid 2px #CCC;
 padding-top: 1px;
 padding-left: 4px;
 margin-left: 15px;
}

#footer
{
  border-width: 3px 0;
  border-style: solid;
  border-color: #F9EF80;
  padding: 1em 0 1.6em;
}

/*
&lt;/nowiki&gt;&lt;/pre&gt; */</text>
    </revision>
  </page>
  <page>
    <title>首页</title>
    <id>2</id>
    <revision>
      <id>107</id>
      <timestamp>2009-10-09T23:15:17Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[fr:Accueil]]</comment>
      <text xml:space="preserve">{| cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width:100%; margin: 0 0 7px 0; background-color:#fafafa; border:1px solid #dadada;&quot;
|-
| align=&quot;left&quot; width=&quot;100%&quot; style=&quot;padding:7px 15px 15px 15px;font-size:120%;vertical-align:top;&quot; |
&lt;h1 style=&quot;clear:both; display:block; border:0; font-size:28px; line-height:28px;&quot;&gt;&lt;span style=&quot;display:block; float:left;&quot;&gt;搭车百科&lt;/span&gt; &lt;strong style=&quot;font-size:15px; font-weight:bold; float:left; display:block; padding:0 0 4px 15px;&quot;&gt;  搭车人的免费向导&lt;/strong&gt;&lt;/h1&gt;
&lt;div style=&quot;clear:both; border-bottom:1px solid #ccc;&quot;&gt;&lt;/div&gt;
目前我们有 '''[[Special:Statistics|{{NUMBEROFARTICLES}}]]''' 篇中文文章, 由全球[[Special:Listusers|{{NUMBEROFUSERS}}]]'''位搭车人撰写， 欢迎和我们[[Help:Contents|分享你的经验]] .
|-
|}

{| cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width:100%; border:0; padding:0; margin:0;&quot;
|-
| align=&quot;left&quot; valign=&quot;top&quot; width=&quot;25%&quot; style=&quot;vertical-align:top; min-width: 200px;&quot; |
&lt;div style=&quot;float:left; background-color:#fcf5f3; border:1px solid #dadada; width:99%;&quot;&gt;
    &lt;div style=&quot;padding:10px 15px 15px 15px;&quot;&gt;
== [[File:Nuvola_apps_bookcase.png|30px]] 基本常识 ==
新手必读
* '''[[:Category:General info|一般常识]]'''
* '''[[重点提示]]'''
* '''[[First time hitchhiking|第一次]]'''
* '''[[Hitchhiker's safety|安全]]'''
* '''[[路标]]'''
* '''[[在哪里搭车]]'''
* '''[[接起搭车人]]'''
    &lt;/div&gt;
&lt;/div&gt;

&lt;div style=&quot;clear:both; height: 10px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;

&lt;div style=&quot;float:left; background-color:#fffff4; border:1px solid #dadada; width:99%;&quot;&gt;
    &lt;div style=&quot;padding:10px 15px 15px 15px;&quot;&gt;
== [[File:Nuvola_apps_browser.png|30px]] 地区 ==
使用 [[Special:Search|搜索引擎]] 或者从这里浏览:
* '''[[欧洲]]'''
* '''[[北美]]'''
* '''[[南美]]'''
* '''[[中美洲]]''' 及 '''[[加勒比地区]]'''
* '''[[大洋洲|澳大利亚&amp; 大洋洲]]'''
* '''[[中东]]'''
* '''[[亚洲]]'''
* '''[[非洲]]'''
    &lt;/div&gt;
&lt;/div&gt;

&lt;div style=&quot;clear:both; height: 10px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;

&lt;div style=&quot;float:left; background-color:#e9ffe6; border:1px solid #dadada; width:99%;&quot;&gt;
    &lt;div style=&quot;padding:10px 15px 15px 15px;&quot;&gt;
== [[File:Nuvola_apps_Khangman.png|30px]] 其他 ==
* '''[http://blogs.hitchwiki.org/ 博客]'''
* '''[http://www.hitchwiki.org/planet/ 星球]'''
* '''[http://maps.hitchwiki.org/ 地图]'''
* '''[http://www.hitchwiki.org/forum/?q=forum 论坛]'''
    &lt;/div&gt;
&lt;/div&gt;

| width=&quot;1%&quot; |

| align=&quot;left&quot; valign=&quot;top&quot; width=&quot;74%&quot; style=&quot;vertical-align:top;&quot; |

&lt;div style=&quot;float:right; background-color:#eff8fb; border:1px solid #dadada; width:99%;&quot;&gt;
    &lt;div style=&quot;padding:10px 15px 15px 15px;&quot;&gt;
== [[File:Nuvola_apps_knewsticker.png|30px]] 新闻 ==
{{新闻}}

'''[[Template:新闻|稍早的新闻]]'''
    &lt;/div&gt;
&lt;/div&gt;

&lt;div style=&quot;clear:both; height: 10px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;

&lt;div style=&quot;clear:both; height: 10px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;

&lt;div style=&quot;float:right; background-color:#fafafa; border:1px solid #dadada; width:99%;&quot;&gt;
    &lt;div style=&quot;padding:10px 15px 15px 15px;&quot;&gt;
== [[File:Nuvola_apps_Camera.png|30px]] [[Template:PotM|图片]] ==
{{PotM}}
    &lt;/div&gt;
&lt;/div&gt;
|-
|}

__NOTOC__ __NOEDITSECTION__

[[bg:Начална страница]]
[[de:Hauptseite]]
[[en:Main Page]]
[[es:Página Principal]]
[[fi:Etusivu]]
[[fr:Accueil]]
[[pl:Strona główna]]
[[pt:Página principal]]
[[ru:Заглавная страница]]</text>
    </revision>
  </page>
  <page>
    <title>Шаблон:PotM</title>
    <id>3</id>
    <revision>
      <id>6</id>
      <timestamp>2009-07-09T09:53:02Z</timestamp>
      <contributor>
        <username>MrTweek</username>
        <id>3</id>
      </contributor>
      <comment>create</comment>
      <text xml:space="preserve">&lt;noinclude&gt;
This is a template for the '''Picture of the Moment''' of the main page. '''Everybody''' is free to add his hitchhiking-pictures to the main page and share it together with all the hitchhikers out there. Maximum amount of pictures at one time is '''3'''.
;Well, how to add my pictures now?
That's easy. 
*First you upload the file. Click [[Special:Upload|here]] to do so. After uploading the image you have to remember the filename and return to this template.  
*Second, you click on the '''edit''' Button at the top of the article. Then a textbox appears where you can change all the text here.
*Third, you type in the following code under the &lt;tt&gt;&lt;nowiki&gt;==Add your image(s) below==&lt;/nowiki&gt;&lt;/tt&gt; text, inside &lt;tt&gt;&lt;nowiki&gt;&lt;gallery&gt;&lt;/nowiki&gt;&lt;/tt&gt;-tags. 
&lt;pre&gt;Image:Filename.jpg|DESCRIPTION&lt;/pre&gt;
*Instead of ''Filename.jpg'' you fill in the name of the file, and instead of ''description''...well, you'll get it :)
*At all, '''don't panic''' about style and stuff. If you make a mistake, doesn't matter. The wiki-syntax isn't that easy, but there' enough hitchhikers out there who will fix it fast. 
*Thanks a lot!


==Add your image(s) below==
&lt;/noinclude&gt;
&lt;gallery&gt;
Image:2009-05-31 hitchhiking jyvaskyla-tampere in finland.jpg|[[User:Mikael|Mikael]] hitchhiking near [[Tampere]] in [[Finland]]. 31.5.2009
Image:Hitchability_world_map.jpg|[[Hitchability World Map]] - and what are your experiences?
Image:CommunidadValenciana.JPG|Hilde hitchhiking from [[Barcelona]] to [[Valencia]]. The freesbee's name is Hitchy.
&lt;/gallery&gt;
&lt;noinclude&gt;

==Images used in past==
&lt;gallery&gt;
Image:IMGP0670.JPG|Patryk hitchhiking back from [[Turkey]] to [[Poland]] in his school uniform (by [http://blogs.hitchwiki.org/patrishnik/ Patrishnik])
Image:hitchadamone.jpg|Ben hitching out of Amsterdam, heading back to the [[UK]].
Image:Dumpingsnow.jpg|It's been dumping snow (by [http://www.flickr.com/people/heavenlytahoe heavenlytahoe] in [[California]])
Image:IMGP0763.jpg|Hitching out of [[Amsterdam]] with [[User:Platschi|Ralf]] (by [http://blogs.hitchwiki.org/patrishnik/ Patrishnik])
Image:Sevlievo.jpg|Hitchhiker in [[Sevlievo]], [[Bulgaria]]
Image:DSCI0111.JPG|[[User:Quarim|Quarim's]] backpack with a [[Montenegro]] sign in front of the historic old town of [[Dubrovnik]], [[Croatia]].
Image:Erzurum.JPG|Winter in Eastern [[Turkey]] ([[User:alex|alex]], Dec 2008)
Image:yemen.jpg|Waiting for a lift in Eastern [[Yemen]]: mind the camel. ([[User:alex|alex]], Dec 2008)
Image:Ras.jpg|Rasbalha, mostly catalan-spanish-french-polish-mexican, heading to [[France]]
Image:Changing hitched trucks in Venezuela.jpg|[[Katja and Augustas|Augustas]] changing hitched trucks in [[Venezuela]]
Image:Zoe.jpg|Zoë in Paris during the [[Project 888|888]] weekend. It was Zoe's [[Random Roads/Submit#Zo.C3.AB.27s_first_time_hitchhiking|first time]] hitchhiking
Image:Erga-and-a-friendly-finnish-man.jpg|Erga and a friendly [[Finland|Finnish]] driver, Summer 2008
Image:Masaru.jpg|Masaru hitched from [[Japan]] to [[Europe]] and can be found at any random petrol-station in Europe at the moment
Image:Cynthia_hitching.jpg|[[User:Cydoren|Cydoren]] hitching out of [[Paris]] after the [[Project 888]] weekend. Eight hitchhikers were spotted on this place within 3 hours.
Image:888_signs.jpg|A small collection of the [[Paris]] [[signs]] for the [[Project 888]] where over 150 hitchhikers gathered and camped in front of the Eiffel Tower.
Image:Erga and Josephine hitching out of Sundsvall.JPG|Two girls hitching out of [[Sundsvall]], the guy who stopped drove out of his way to drop Josephine and took [[User:guaka|guaka]] and Erga all the way up to [[Alta]] in the North of [[Norway]]
Image:20080701 antwerpen hitchhiking alex.JPG|A [[Hitchhiker%27s_safety#Women_hitchhiking|woman]] hitchhiking out of [[Antwerpen]].
Image:TruckThor2.jpg|TruckThor hitchhiking in [[Romania]].
Image:Dhoonglen.jpg|[[User:Tmoon|tmoon]] on the A2 'coast road' between [[Ramsey]] and [[Laxey]], [[Isle of Man]]
Image:Ush.jpg|[[User:Narfette|narfette]] hitchhiking to [[Ushuaia]] out of [[Rio Gallegos]], [[Argentina]]
Image:Cheb.jpg|[[User:Narfette|narfette]]'s friend Adrian hitchhicking from [[Las Grutas]], ruta 3, [[Argentina]]
Image:Amylin-luoping-china-1.jpg|[[amylin]] hitchhiking out of [[Luoping]], [[China]]
Image:C rivadavia.jpg|[[narfette]] walking at dawn to hitch to [[Comodoro Rivadavia]], [[Argentina]]
Image:Washington.jpg|[[narfette]]'s backpack and dog, Tiago, [[Washington]], [[USA]]
Image:Eurizons_hitchhikerneverdie.jpg|Hitchhiker with [[stuff|t-shirts]] of abgefahren e.V.
Image:Hitchhikerneverdie.JPG|Somewhere in [[France]]...
Image:Crazy-helsinki.jpg|[[amylin]] with a sign for [[Helsinki]]
Image:Eurizons_hitchhikerneverdie_clown.jpg|A hitchhiker from the [[Eurizons]] tour with a [[funny things to hitchhike with|clowns nose]] and an [[Abgefahren e.V.]] t-shirt.
Image:Lnx-Hitch-M3.jpg|[[User:Lnx|Lnx]] Hitching up north on M3 junction 12 in the UK
Image:Autostoppista-senza-autostrada.jpg|If you try to exit the autostrada too early, you might find yourself on a road that stops short, in the middle of nowhere, as [[amylin]] finds here.
Image:Hitchhiking across the creek.jpg|The creeks in the [[Netherlands]] can make it hard to get to gas stations on the highway
Image:Unbenannt-1.jpg|I know, the Dutch flag is painted upside down :). probably thats why nobody took [[User:flov|me]] ;)
Image:Img_l_1306483.jpg|[[User:MayaCova|MayaCova]] hitching from [[Manchester]] to [[Edinburgh]].
Image:Fabzgy_costarica.JPG|[[User:fabzgy|Fabzgy]] Hitchhiking on the pacific coast of [[Costa Rica]]
Image:Netherlands.jpg|[[User:puman|puman]] hitching from Belgium to the Netherlands, August 2007
Image:Kasper-hitch-nh.jpg|[[User:guaka|guaka]] hitching in [[New England]], taken by [[amylin]], September 2007
Image:Sheffieldbedroomwall.jpg|[[User:Tmoon|Tmoon]]'s collection of [[signs]]
Image:Hitching-luoping-china.jpg|Hitching out of [[Luoping]], [[China]]
Image:Amylin-luoping-china-2.jpg|[[amylin]] hitchhiking in [[China]]
Image:Mrtweek mzenzes hitching in france.png|[[User:Mzenzes|Martin]] and [[User:MrTweek|Philipp]] hitching in [[France]]
Image:HitchDelft.jpg|[[Mdsmendes]] hitchhiking in the [[Netherlands]] 
Image:Guaka - angel hitchhiking in Wellington.JPG|[[Guaka]] hitchhiking in [[Wellington]] with angel wings.
Image:Pooh hitching in nz.JPG|frame|At [[Auckland]]'s airport
Image:Elsa amylin kiwi experience.jpg|Elsa and [[amylin]]'s [[New Zealand|Kiwi hitching experience
&lt;/gallery&gt;
[[Category:Templates]]&lt;/noinclude&gt;</text>
    </revision>
  </page>
  <page>
    <title>Шаблон:News</title>
    <id>4</id>
    <revision>
      <id>7</id>
      <timestamp>2009-07-09T09:54:35Z</timestamp>
      <contributor>
        <username>MrTweek</username>
        <id>3</id>
      </contributor>
      <comment>create</comment>
      <text xml:space="preserve">'''9 July 2009''' - Welcome to chinese hitchwiki. Help us filling it with content :)</text>
    </revision>
  </page>
  <page>
    <title>Шаблон:新闻</title>
    <id>5</id>
    <revision>
      <id>8</id>
      <timestamp>2009-07-09T09:55:14Z</timestamp>
      <contributor>
        <username>MrTweek</username>
        <id>3</id>
      </contributor>
      <minor/>
      <comment>新页面: '''9 July 2009''' - Welcome to chinese hitchwiki. Help us filling it with content :)</comment>
      <text xml:space="preserve">'''9 July 2009''' - Welcome to chinese hitchwiki. Help us filling it with content :)</text>
    </revision>
  </page>
  <page>
    <title>Категория:General info</title>
    <id>6</id>
    <revision>
      <id>19</id>
      <timestamp>2009-07-10T17:22:59Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '[[Image:Ott2.jpg|thumb|[[User:Aili|Aili]] 准备搭车.]] 你能在这里找到关于搭车的 '''一般常识''' :  ===一般常识=== 如果你还是个搭车新手，看看 '…'</comment>
      <text xml:space="preserve">[[Image:Ott2.jpg|thumb|[[User:Aili|Aili]] 准备搭车.]]
你能在这里找到关于搭车的 '''一般常识''' :

===一般常识===
如果你还是个搭车新手，看看 '''[[重点提示]]''', '''[[第一次]]''' 和 '''[[安全]]''' 文章，你能得到第一印象.想要更深入了解搭便车，请看 '''[[Where|在哪里搭车]]''', 不同 '''[[技巧]]''' 还有 '''[[搭车装备]]''' . 如果你希望你的搭车旅行更顺利，请看 '''[[Looks|装束]]''' 

如果在国外搭车，你可能需要'''[[词汇书]]''' 来和司机沟通. 还有 '''[[吃饭]]''',  '''[[住宿]]''' 等等一切讯息你都能在搭车百科找到![[Image:Img l 580536.jpg|thumb|270px|left|[[User:General.manifest|General.manifest]] 在等车.]]
 
在左边导航栏的搜索框输入你要去的国家或者城市，你就能了解到具体信息。

至于团队搭车, 有很多搭车'''[[俱乐部]]''' 平时他们会组织一些搭车'''[[hitchhiking races|比赛]]'''! 有些人会在 '''[[multimedia|网站]]''' or '''[[Blogging_Hitchhikers|博客]]上面发表文章''', 你能在 '''[[Multimedia#News_Media|新闻]]''' 部分了解这些信息! 

最后，如果你想尝试新的交通工具，请参考 '''[[船]]''', '''[[火车]]''' 甚至 '''[[飞机]]''' 或者 '''[[HitchBiking|自行车]]'''部分!

希望我们能帮你迈出搭车走的第一步!

===引用===
:''搭车人的存在为你学雷锋做好事提供可能.'' 
:''The overland traveler goes around the corner to see who there is to meet around the next corner.'' [http://www.couchsurfing.com/people/mxnnz Max]
:''The good thing about hitchhiking is that the assholes drive right on by''
[[fr:Information generale]]
[[fi:Opas]]
[[Category:Browse]]</text>
    </revision>
  </page>
  <page>
    <title>First time hitchhiking</title>
    <id>7</id>
    <revision>
      <id>22</id>
      <timestamp>2009-07-12T03:12:05Z</timestamp>
      <contributor>
        <username>Faraway</username>
        <id>1960</id>
      </contributor>
      <comment>创建新页面为 '如果这是你的第一次  别害怕危险 别害怕车不停下来 别害怕陌生人 别害怕在荒山野岭过夜  记住 被抢被强奸被杀的机会并不会因为hitc…'</comment>
      <text xml:space="preserve">如果这是你的第一次

别害怕危险
别害怕车不停下来
别害怕陌生人
别害怕在荒山野岭过夜

记住 被抢被强奸被杀的机会并不会因为hitchhike而增多
如果你倒霉，就算走在路上也会被掉下来的花瓶砸到

记住 你一定会等到车，只是时间问题而已

记住 陌生人能让你知道更多的故事

记住 荒山野岭有更多的星星，虽然也有更多的蚊子


有了第一次竖起拇指之后，以后拇指就成了自然而然的动作
一切都变得简单

一定要鼓起勇气竖起拇指！！！
还有微笑</text>
    </revision>
  </page>
  <page>
    <title>非洲</title>
    <id>8</id>
    <revision>
      <id>106</id>
      <timestamp>2009-08-26T23:10:51Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[es:África]]</comment>
      <text xml:space="preserve">[[File:Train_ndb-choûm_(27).JPG|thumb|right|300px|世界上最长的火车, 在 [[毛里塔尼亚]]]]
在非洲车走是挺普遍的事，虽然有时你要付钱

非洲的道路安全有很多需要改进的地方，并不是每辆车都装着安全带！英语，法语和葡萄牙语是最通用的语言，如果你能学习一点当地语言，你的旅行要方便得多。诸如西非的富尔富尔德语和班巴拉语，还有东非的阿拉伯语和斯瓦西里语]].

== [[健康]] ==
疟疾在非洲大部分地区流行. 你要提前做好预防措施.因为有些种类的疟疾是极其致命的. 别跟当地人比，你没他们抵抗力强（疟疾方面）.



== [[北非]] ==
* [[File:Flag of Algeria.png|20px]] [[阿尔及利亚]]
* [[File:Flag of Egypt.png|20px]] [[埃及]]
* [[File:Flag of Libya.png|20px]] [[Lybia|利比亚]]
* [[File:Flag Morocco.png|20px]] [[摩洛哥]]
* [[File:Flag of Sudan.png|20px]] [[苏丹]]
* [[File:Flag of Tunisia.png|20px]] [[突尼斯]]
* [[File:Flag Western Sahara.png|20px]] [[西撒哈拉]]

== [[东非]] ==
&lt;map lat='5.7908968128719565' lng='16.34765625' zoom='3' view='0' float='right' width='400' height='500'/&gt;
* [[File:Flag of Burundi.png|20px]] [[布隆迪]]
* [[File:Flag of Comoros.png|20px]] [[科摩罗]]
* [[File:Flag of Djibouti.png|20px]] [[吉布提]]
* [[File:Flag of Eritrea.png|20px]] [[厄立特里亚]]
* [[File:Flag of Ethiopia.png|20px]] [[埃塞俄比亚]]
* [[File:Flag of Kenya.png|20px]] [[肯尼亚]]
* [[File:Flag of Madagascar.png|20px]] [[马达加斯加]]
* [[File:Flag of Malawi.png|20px]] [[马拉维]]
* [[File:Flag of Mauritius.png|20px]] [[毛里求斯]]
* [[File:Flag of Mozambique.png|20px]] [[莫桑比克]]
* [[File:Flag of Rwanda.png|20px]] [[卢旺达]]
* [[File:Flag of Seychelles.png|20px]] [[塞舌尔]]
* [[File:Flag of Somalia.png|20px]] [[索马里]]
* [[File:Flag of Uganda.png|20px]] [[乌干达]]
* [[File:Flag of Tanzania.png|20px]] [[Tanzania|坦桑尼亚]]
* [[File:Flag of Zambia.png|20px]] [[赞比亚]]
* [[File:Flag of Zimbabwe.png|20px]] [[津巴布韦]]

== [[中部非洲]] ==
* [[File:Flag of Angola.png|20px]] [[安哥拉]]
* [[File:Flag of Cameroon.png|20px]] [[喀麦隆]]
* [[File:Flag of Central African Republic.png|20px]] [[中非共和国]]
* [[File:Flag of Chad.png|20px]] [[乍得]]
* [[File:Flag of Republic of Congo.png|20px]] [[刚果共和国]]
* [[File:Flag of Democratic Republic of the Congo.png|20px]] [[刚果民主共和国]]
* [[File:Flag of Equatorial Guinea.png|20px]] [[赤道几内亚]]
* [[File:Flag of Gabon.png|20px]] [[加蓬]]
* [[File:Flag of Sao Tome and Principe.png|20px]] [[圣多美和普林西比]]

== [[南部非洲]] ==
* [[File:Flag of Botswana.png|20px]] [[博茨瓦纳]]
* [[File:Flag of Lesotho.png|20px]] [[莱索托]]
* [[File:Flag of Namibia.png|20px]] [[纳米比亚]]
* [[File:Flag of South Africa.png|20px]] [[南非]]
* [[File:Flag of Swaziland.png|20px]] [[斯威士兰]]

== [[西非]] ==
* [[File:Flag of Benin.png|20px]] [[贝宁]]
* [[File:Flag of Burkina Faso.png|20px]] [[布基纳法索]]
* [[File:Flag of Cape Verde.png|20px]] [[佛得角]]
* [[File:Flag of Cote d'Ivoire.png|20px]] [[科特迪瓦]]
* [[File:Flag of Gambia.png|20px]] [[冈比亚]]
* [[File:Flag of Ghana.png|20px]] [[加纳]]
* [[File:Flag of Guinea.png|20px]] [[几内亚]]
* [[File:Flag of Guinea-Bissau.png|20px]] [[几内亚比绍]]
* [[File:Flag of Liberia.png|20px]] [[利比里亚]]
* [[File:Flag of Mali.png|20px]] [[马里]]
* [[File:Flag of Mauritania.png|20px]][[毛里塔尼亚]]
* [[File:Flag of Niger.png|20px]] [[尼日尔]]
* [[File:Flag of Nigeria.png|20px]] [[尼日利亚]]
* [[File:Flag of Senegal.png|20px]] [[塞内加尔]]
* [[File:Flag of Sierra Leone.png|20px]] [[塞拉利昂]]
* [[File:Flag of Togo.png|20px]] [[多哥]]

=== 自治岛屿及地区 ===
* [[File:Flag of the Canary Islands Spain.png|20px]] [[加那利群岛]]
* [[File:Flag of Ceuta Spain.png|20px]] [[休达]]
* [[File:Flag Madeira Portugal.png|20px]] [[马德拉群岛]]
* [[File:Flag of Mayotte France.png|20px]] [[马约特岛]]
* [[File:Flag of Melilla Spain.png|20px]] [[梅利利亚]]
* [[File:Flag of Somalia.png|20px]] [[邦特兰]]
* [[File:Flag of Reunion.png|20px]] [[留尼汪]]
* [[File:Flag of Saint Helena.png|20px]] [[圣赫勒拿岛]]
* [[File:Flag of Somaliland.png|20px]] [[索马里兰]]

== 链接 ==
* [[digi:world/Africa|''Africa'' at digihitch]]
* [[cswiki:Africa|''Africa'' in CouchSurfing Wiki]]
[[trash:Africa]]
{{IsIn|Earth}}
__NOTOC__

[[Category:Africa| ]]

[[de:Afrika]]
[[en:Africa]]
[[es:África]]</text>
    </revision>
  </page>
  <page>
    <title>加勒比地区</title>
    <id>9</id>
    <revision>
      <id>40</id>
      <timestamp>2009-07-16T09:37:26Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <text xml:space="preserve">[[File:Location Caribbean.png|thumb|350px|right]]
有些加勒比地区搭车挺简单， 比如 [[多米尼亚]] 和[[古巴]], 有得挺难，像[[圣卢西亚]].

== 国家 ==
* [[File:Flag of Antigua and Barbuda.png|20px]] [[安提瓜和巴布达]]
* [[File:Flag of the Bahamas.png|20px]] [[巴哈马]]
* [[File:Flag of Barbados.png|20px]] [[巴巴多斯]]
* [[File:Flag of Cuba.png|20px]] [[古巴]]
* [[File:Flag of Dominica.png|20px]] [[多米尼加]]
* [[File:Flag of the Dominican Republic.png|20px]] [[多米尼加共和国]]
* [[File:Flag of Grenada.png|20px]] [[格林纳达]]
* [[File:Flag of Haiti.png|20px]] [[海地]]
* [[File:Flag of Jamaica.png|20px]] [[牙买加]]
* [[File:Flag of Saint Kitts and Nevis.png|20px]] [[圣基茨和尼维斯]]
* [[File:Flag Saint Lucia.png|20px]] [[圣卢西亚]]
* [[File:Flag Saint Vincent Grenadines.png|20px]] [[圣文森特和格林纳丁斯]]
* [[File:Flag Trinidad and Tobago.png|20px]] [[特立尼达和多巴哥]]

=== 自治岛屿和地区 ===
* [[File:Flag of Anguilla.png|20px]] [[安圭拉]]
* [[File:Flag of Aruba.png|20px]] [[阿鲁巴]]
* [[File:Flag British Virgin Islands UK.png|20px]] [[英属维尔京群岛]]
* [[File:Flag of the Cayman Islands.png|20px]] [[开曼群岛]]
* [[File:Flag of Guadeloupe.png|20px]] [[瓜德罗普岛]]
* [[File:Flag Martinique.gif|20px]] [[马提尼克岛]]
* [[File:Flag of Montserrat.png|20px]] [[蒙特塞拉特]]
* [[File:Flag Netherlands Antilles.png|20px]] [[荷属安的列斯s]]
** [[File:Flag of Bonaire NL Antilles.png|20px]] [[博内尔]]
** [[File:Flag of Curaçao Netherlands Antilles.png|20px]] [[库拉索]]
** [[File:Flag of Saba Netherlands Antilles.png|20px]] [[萨巴]]
** [[File:Flag of Sint Eustatius Netherlands Antilles.png|20px]] [[圣尤斯特歇斯]]
** [[File:Flag of Sint Maarten St Martin Antilla.png|20px]] [[Saint Martin|圣马丁]]
* [[File:Flag of Puerto Rico.png|20px]] [[波多黎各]]
* [[File:Flag Saint Barthelemy France.png|20px]] [[圣巴泰勒米]]
* [[File:Flag of Sint Maarten St Martin Antilla.png|20px]] [[File:Flag of Saint-Martin France Antilles.png|20px]] [[Saint Martin|圣马丹]]
* [[File:Flag Turks and Caicos Islands UK.png|20px]] [[特克斯和凯科斯群岛]] 
* [[File:Flag US Virgin Islands.svg.png|20px]] [[美属维尔京群岛]]

{{IsIn|Americas}}
[[trash:Caribbean]]
__NOTOC__

[[Category:Americas]]

[[de:Karibik]]
[[en:Caribbean]]</text>
    </revision>
  </page>
  <page>
    <title>中东</title>
    <id>10</id>
    <revision>
      <id>39</id>
      <timestamp>2009-07-16T09:35:57Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <text xml:space="preserve">中东地区由 [[西亚]], [[北非]] 和[[东非]]组成. 其实，中东地区没有明确的划分，可能也包括[[南亚]] 和 [[中亚]]地区.

中东国家:
&lt;map lat='30.06909396443887' lng='33.837890625' zoom='3' view='0' float='right' /&gt;

* [[File:Flag Afghanistan.png|20px]] [[阿富汗]]
* [[File:Flag of Algeria.png|20px]] [[阿尔及利亚]]
* [[File:Flag of Bahrain.png|20px]] [[巴林]]
* [[File:Flag of Djibouti.png|20px]] [[吉布提]]
* [[File:Flag of Egypt.png|20px]] [[埃及]]
* [[File:Flag of Eritrea.png|20px]] [[厄立特里亚]]
* [[File:Flag of Iran.png|20px]] [[伊朗]]
* [[File:Flag Iraq.png|20px]] [[伊拉克]]
* [[File:Flag of Israel.png|20px]] [[以色列]]
* [[File:Flag of Jordan.png|20px]] [[约旦]]
* [[File:Flag of Kuwait.png|20px]] [[科威特]]
* [[File:Flag of Lebanon.png|20px]] [[黎巴嫩]]
* [[File:Flag of Libya.png|20px]] [[利比亚]]
* [[File:Flag Morocco.png|20px]] [[摩洛哥]]
* [[File:Flag of Palestine.png|20px]] [[Palestinian Territory|巴勒斯坦]]
* [[File:Flag of Oman.png|20px]] [[阿曼]]
* [[File:Flag of Qatar.png|20px]] [[卡塔尔]]
* [[File:Flag of Saudi Arabia.png|20px]] [[沙特阿拉伯]]
* [[File:Flag of Somalia.png|20px]] [[索马里]]
* [[File:Flag of Sudan.png|20px]] [[苏丹]]
* [[File:Flag of Syria.png|20px]] [[Syria|阿拉伯叙利亚共和国]]
* [[File:Flag of Tunisia.png|20px]] [[突尼斯]]
* [[File:Flag Turkey.png|20px]] [[土耳其]]
* [[File:Flag of the United Arab Emirates.png|20px]] [[阿拉伯联合酋长国]]
* [[File:Flag of Yemen.png|20px]] [[也门]]

[[塞浦路斯]], [[巴基斯坦]], [[西撒哈拉]] 和其他一些国家有时也被包括在中东地区内。 

== 女性==
[[User:Alex|alex]]: As the question and discussion comes up regularly, I would like to devote a couple of thoughts to the topic “Hitchhiking as female”, even though I can only give limited information regarding this as I am male and the experiences are only second hand and interpretative. I can say that the people that I, and when I was with a female companion, met during my [http://abgefahren.hitchbase.com/DE/blogs/alex/20090213/just-hitching-rides-a-journey-eid-christmas journey] (and the four months I stayed in Yemen before that) brought a lot of respect into the encounter we had in Yemen. This is also what was reported from many other female moving solo in bigger cities. Further, I felt that the social pressure towards adequate behaviour in public is very high in the Middle East, meaning that people usually will not behave inappropriately when other people are around and watch or when the attention is brought on a person (thus in awkward situations taking people out of the anonymity helps!). Arguable, males in Arabic societies do have less contact with females (and the other way around) and many prejudices exist (on both sides), about Western women and Arabic societies and men which does not make the issue easier. Nevertheless, the guys I met and talked to are males like in other places and their needs and jokes are not much different. Generally, there are risks in all societies, and I think one cannot argue whether they are higher in the one or in the other (unknown) society. From my experiences and perspective there is no discussion whether females that hitchhike in the West, and came to a understanding and handling of the risks, should or should not hitchhike in the East.

[[File:MiddleEast map.png|left|thumb|800px|中东地区]]

== 链接==
* [http://youarealltourists.blogspot.com/2008/04/hitchhiking-guide-to-turkey-for-girls.html Hitchhiking Guide to Turkey for girls]
* [http://abgefahren.hitchbase.com/DE/blogs/alex/20090213/just-hitching-rides-a-journey-eid-christmas Just hitching rides: A journey from Eid to Christmas] (Hitchhiking from Yemen to Germany), abgefahren Blogs
[[wikipedia:Middle East]]
{{IsIn|World}}

[[Category:亚洲]]
[[Category:非洲]]</text>
    </revision>
  </page>
  <page>
    <title>大洋洲</title>
    <id>11</id>
    <revision>
      <id>32</id>
      <timestamp>2009-07-14T23:51:49Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Oceania]]</comment>
      <text xml:space="preserve">[[File:Elsa amylin kiwi experience.jpg|thumb|350px|Elsa 和 amylin 在[[新西兰]]搭车]]
大洋洲主要由太平洋的众多岛屿国家组成。

== 各国提示 ==


=== 澳大利亚和新西兰 ===
* [[File:Flag of Australia.png|30px]] [[澳大利亚]]
* [[File:Flag of New Zealand.png|30px]] [[新西兰]]

=== [[美拉尼西亚]] ===
* [[File:Flag of Fiji.png|30px]] [[斐济]]
* [[File:Flag of Papua New Guinea.png|30px]] [[巴布亚新几内亚]]
* [[File:Flag of the Solomon Islands.png|30px]] [[所罗门群岛]]
* [[File:Flag of Vanuatu.png|30px]] [[瓦努阿图]]
===== 自治岛屿及地区 =====
* [[File:Flag of New Caledonia France.png|30px]] [[新喀里多尼亚]]
&lt;map lat='-24.206889622398023' lng='139.21875' zoom='3' view='0' float='right' height='500' width='500'/&gt;
=== [[密克罗尼西亚]] ===
* [[File:Flag Kiribati.png|30px]] [[基里巴斯]]
* [[File:Flag Marshall Islands.png|30px]] [[马绍尔群岛]]
* [[File:Flag Micronesia.png|30px]] [[Federated States of Micronesia|密克罗尼西亚]]
* [[File:Flag Nauru.png|30px]] [[瑙鲁]]
* [[File:Flag Palau.png|30px]] [[帕劳]]

===== 自治岛屿及地区 =====
* [[File:Flag Guam.png|30px]] [[关岛]]
* [[File:Flag Northern Mariana Islands.png|30px]] [[北马里亚纳群岛]]

=== [[波利尼西亚]] ===
* [[File:Flag Niue.png|30px]] [[纽埃]]
* [[File:Flag Samoa.png|30px]] [[萨摩亚]]
* [[File:Flag Tonga.png|30px]] [[汤加]]
* [[File:Flag Tuvalu.png|30px]] [[图瓦卢]]
===== 自治岛屿及地区 =====
* [[File:Flag of American Samoa US.png|30px]] [[美属萨摩亚]]
* [[File:Flag Cook Islands.png|30px]] [[库克群岛]]
* [[File:Flag of French Polynesia France.png|30px]] [[法属波利尼西亚]]
* [[File:Flag of the Pitcairn Islands UK.png|30px]] [[皮特凯恩]]
* [[File:Flag Tokelau.png|30px]] [[托克劳]]
* [[File:Flag of Wallis and Futuna France.png|30px]] [[瓦利斯群岛和富图纳群岛]]
__NOTOC__
{{IsIn|Earth}}
[[trash:Oceania]]

[[Category:世界]]

[[de:Ozeanien]]
[[en:Oceania]]</text>
    </revision>
  </page>
  <page>
    <title>Участник:Mipplor</title>
    <id>12</id>
    <revision>
      <id>30</id>
      <timestamp>2009-07-14T18:46:22Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '[[File:STA60016.JPG|300px|thumb|right|in Stockholm]]    别吹牛比，总有一天我也要搭车走遍这个世界！！'</comment>
      <text xml:space="preserve">[[File:STA60016.JPG|300px|thumb|right|in Stockholm]]



别吹牛比，总有一天我也要搭车走遍这个世界！！</text>
    </revision>
  </page>
  <page>
    <title>亚洲</title>
    <id>13</id>
    <revision>
      <id>108</id>
      <timestamp>2009-10-10T00:03:53Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人: 跨語連結標準化</comment>
      <text xml:space="preserve">[[File:Amylin-thai-pickup.jpg|thumb|250px|[[User:Amylin|Amylin]] hitching in [[Thailand]]]]
== 各国攻略 ==


=== [[中亚]] ===
* [[File:Flag of Kazakhstan.png|20px]] [[哈萨克斯坦]]
* [[File:Flag of Kyrgyzstan.png|20px]] [[吉尔吉斯斯坦]]
* [[File:Flag of Tajikistan.png|20px]] [[塔吉克斯坦]]
* [[File:Flag of Turkmenistan.png|20px]] [[土库曼斯坦]]
* [[File:Flag of Uzbekistan.png|20px]] [[乌兹别克斯坦]]

=== [[东亚]] ===
* [[File:Flag China.png|20px]] [[中国]]
* [[File:Flag of North Korea.png|20px]] [[North Korea|朝鲜]]
* [[File:Flag of Japan.png|20px]] [[日本]]
* [[File:Flag of Mongolia.png|20px]] [[蒙古]]
* [[File:Flag South Korea.png|20px]] [[South Korea|韩国]]
* [[File:Flag Republic of China Taiwan.png|20px]] [[台湾]]
* [[File:Flag of Hong Kong China.png|20px]] [[香港特别行政区]] 
* [[File:Flag of Macau China.png|20px]] [[澳门特别行政区]] 

=== [[南亚]] ===
[[File:Mikeeg555 hitching in Turkey.jpg|thumb|400px|[[User:Mikeeg555|Mikeeg555]] hitching in [[Turkey]]]]
* [[File:Flag Afghanistan.png|20px]] [[阿富汗]]
* [[File:Flag of Bangladesh.png|20px]] [[孟加拉国]]
* [[File:Flag of Bhutan.png|20px]] [[不丹]]
* [[File:Flag of India.png|20px]] [[印度]]
* [[File:Flag of Iran.png|20px]] [[Iran|伊朗]]
* [[File:Flag of Maldives.png|20px]] [[马尔代夫]]
* [[File:Flag Nepal.png|20px]] [[尼泊尔]]
* [[File:Flag of Pakistan.png|20px]] [[巴基斯坦]]
* [[File:Flag of Sri Lanka.png|20px]] [[斯里兰卡]]

==== 自治岛屿 ====
* [[File:Flag British Indian Ocean Territory UK.png|20px]] [[英属印度洋群岛]]

=== [[东南亚]] ===
* [[File:Flag of Brunei.png|20px]] [[Brunei|文莱]]
* [[File:Flag of Cambodia.png|20px]] [[柬埔寨]]
* [[File:Flag of Indonesia.png|20px]] [[印尼]]
* [[File:Flag of Laos.png|20px]] [[Laos|老挝]]
* [[File:Flag of Malaysia.png|20px]] [[马来西亚]]
* [[File:Flag of Myanmar burma.png|20px]] [[缅甸]]
* [[File:Flag of the Philippines.png|20px]] [[菲律宾]]
* [[File:Flag of Singapore.png|20px]] [[新加坡]]
* [[File:Flag of Thailand.png|20px]] [[泰国]]
* [[File:Flag of East Timor.png|20px]] [[东帝汶]]
* [[File:Flag of Vietnam.png|20px]] [[Vietnam|越南]]
[[File:DSC01806.JPG|right|thumb|400px|[[User:platschi|Platschi]] hitchhiking in [[Turkey]]]]

=== [[西亚]] ===
* [[File:Flag of Armenia.png|20px]] [[亚美尼亚]]
* [[File:Flag of Azerbaijan.png|20px]] [[阿塞拜疆]]
* [[File:Flag of Bahrain.png|20px]] [[巴林]]
* [[File:Flag of Cyprus.png|20px]] [[塞浦路斯]]
* [[File:Flag of Georgia.png|20px]] [[Georgia (Country)|格鲁吉亚]]
* [[File:Flag Iraq.png|20px]] [[伊拉克]]
* [[File:Flag of Israel.png|20px]] [[以色列]]
* [[File:Flag of Jordan.png|20px]] [[约旦]]
* [[File:Flag of Kuwait.png|20px]] [[科威特]]
* [[File:Flag of Lebanon.png|20px]] [[黎巴嫩]]
* [[File:Flag of Oman.png|20px]] [[阿曼]]
* [[File:Flag of Qatar.png|20px]] [[卡塔尔]]
* [[File:Flag of Saudi Arabia.png|20px]] [[沙特阿拉伯]]
* [[File:Flag of Syria.png|20px]] [[Syria|叙利亚]]
* [[File:Flag Turkey.png|20px]] [[土耳其]]
* [[File:Flag of the United Arab Emirates.png|20px]] [[阿联酋]]
* [[File:Flag of Yemen.png|20px]] [[也门]]

==== 自治地区 ====
* [[File:Flag of Palestine.png|20px]] [[Palestinian Territory|巴勒斯坦]]


{{IsIn|Earth}}
[[trash:Asia]]
__NOTOC__

[[Category:Asia| ]]

[[de:Asien]]
[[en:Asia]]
[[fi:Aasia]]
[[fr:Asie]]</text>
    </revision>
  </page>
  <page>
    <title>中美洲</title>
    <id>14</id>
    <revision>
      <id>94</id>
      <timestamp>2009-07-16T23:59:42Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Central America]]; 細部更改</comment>
      <text xml:space="preserve">&lt;map lat='12.254127737657367' lng='-85.2978515625' zoom='5' view='0' float='right'/&gt;


=== 国家 ===
* [[File:Flag of Belize.png|20px]] [[伯里兹]]
* [[File:Flag of Costa Rica.png|20px]] [[哥斯达黎加]]
* [[File:Flag of El Salvador.png|20px]] [[萨尔瓦多]]
* [[File:Flag of Guatemala.png|20px]] [[危地马拉]]
* [[File:Flag of Honduras.png|20px]] [[洪都拉斯]]
* [[File:Flag of Nicaragua.png|20px]] [[尼加拉瓜]]
* [[File:Flag of Panama.png|20px]] [[巴拿马]]

=== 注释 ===


* 在英语中，中美洲包括以上七个国家。有时也包括[[墨西哥]]或其部分地区。 包括5个省：坎佩切，恰帕斯，塔巴斯科，金塔纳罗奥州和尤卡坦州.约占该国12.1%的面积。
 
* [[UN geoscheme]]定义中美洲为所有[[美国]以南的北美洲国家]; 相反,[[欧盟]] 定义中不包括伯利兹和墨西哥.


{{IsIn|Americas}}
[[trash:Central America]]

[[Category:Americas]]
[[Category:World]]

[[de:Mittelamerika]]
[[en:Central America]]</text>
    </revision>
  </page>
  <page>
    <title>南美</title>
    <id>15</id>
    <revision>
      <id>109</id>
      <timestamp>2009-10-10T00:04:21Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人: 跨語連結標準化</comment>
      <text xml:space="preserve">在南美各国，搭车难易度各有不同

有些国家，像 [[厄瓜多尔]], 超简单, 特别是你是一个外国人, 当然其中也有危险. [[乌拉圭]], [[阿根廷]] 和[[智利]] 是最安全的搭车国家. [[巴西]] 不太安全, 但长途车比其他国家要贵很多. 外国人在[[哥伦比亚]]是相当危险的, 而实际上在主干路上搭车是非常安全的.由于司机及其警惕搭车也很困难。 
&lt;map lat='-25.641526373065755' lng='-60.64453125' zoom='3' view='0' float='right' height='500'/&gt;



== 国家 ==
* [[File:Flag of Argentina.png|20px]] [[阿根廷]]
* [[File:Flag of Bolivia.png|20px]] [[玻利维亚]]
* [[File:Flag of Brazil.png|20px]] [[巴西]]
* [[File:Flag of Chile.png|20px]] [[智利]]
* [[File:Flag of Colombia.png|20px]] [[哥伦比亚]]
* [[File:Flag of Ecuador.png|20px]] [[厄瓜多尔]]
* [[File:Flag of Guyana.png|20px]] [[圭亚那]]
* [[File:Flag of Paraguay.png|20px]] [[巴拉圭]]
* [[File:Flag of Peru.png|20px]] [[秘鲁]]
* [[File:Flag of Suriname.png|20px]] [[苏里南]]
* [[File:Flag of Uruguay.png|20px]] [[乌拉圭]]
* [[File:Flag of Venezuela.png|20px]] [[委内瑞拉]]

=== 其他地区 ===
* [[File:Flag of the Falkland Islands UK.png|20px]] [[Falkland Islands|福克兰群岛 (马尔维纳斯)]]
* [[File:Flag French Guyana.jpg|20px]] [[法属圭亚那]]

== 更多 ==
* [http://www.roadjunky.com/cheaptravel/hitchsouthamericas.shtml Hitchhiking in South America] at ''roadjunky.com''
* [http://www.br.map24.com/ map24] is in Portuguese having information about the whole of South America.
[[trash:South America]]
__NOTOC__
{{IsIn|Americas}}

[[Category:Americas]]
[[Category:World]]

[[de:Südamerika]]
[[en:South America]]
[[es:America del Sur]]
[[fi:Etelä-Amerikka]]
[[fr:Amérique du Sud]]
[[pt:América do Sul]]</text>
    </revision>
  </page>
  <page>
    <title>北美</title>
    <id>16</id>
    <revision>
      <id>93</id>
      <timestamp>2009-07-16T23:59:13Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:North America]]; 細部更改</comment>
      <text xml:space="preserve">[[File:Kasper-hitch-nh.jpg|thumb|250px|[[User:guaka|guaka]]&lt;small&gt;&lt;sup&gt;[http://guaka.org site], [[User talk:guaka|wikitalk]]&lt;/sup&gt;&lt;/small&gt; hitching in [[New England]], [[United States]], taken by [[amylin]], September 2007]]

在北美.搭车有一段历史了。 虽然现在变得有点难了. [[美国]] 有些州(象 [[纽约]] 或 [[亚利桑纳]]) 条子经常骚扰搭车人, 有的, 象[[俄勒冈]], 甚至在高速上散步是合法的，对待搭车人相当友善。
[[加拿大]] 和[[墨西哥]] 相当简单.

== 国家 ==
* [[File:Flag Canada.png|20px]] [[加拿大]]
* [[File:Flag of Mexico.png|20px]] [[墨西哥]]
* [[File:Flag United States of America.png|20px]] [[美国]]

=== 其它地区 ===
* [[File:Flag Bermuda.png|20px]] [[百慕大]]
* [[File:Flag of Greenland.png|20px]] [[格陵兰]]
* [[File:Flag_Saint-Pierre_and_Miquelon.svg.png|20px]] [[圣皮埃尔和密克隆群岛]]
{{IsIn|Americas}}

[[Category:Americas]]
[[Category:World]]

[[de:Nordamerika]]
[[en:North America]]</text>
    </revision>
  </page>
  <page>
    <title>欧洲</title>
    <id>17</id>
    <revision>
      <id>111</id>
      <timestamp>2009-10-10T00:05:12Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人: 跨語連結標準化</comment>
      <text xml:space="preserve">[[File:Flag of Europe EU.png|250px|thumb|[[欧盟]]]]
在欧洲大车是件有趣的事. 西欧的高速路相当好.总体上说在这里搭车相对安全
有些国家，像 [[德国]] 搭车很方便, 一次能走很远，而且速度也特快。 (特别是在没有速度限制的地方). [[英国]] 好在你不用等很长时间. 其他国家的搭车度基本一样, 例如 [[荷兰]], [[比利时]] 和东欧国家. 有些国家要等很长时间 ([[西班牙]] 和[[意大利]]) 即使如此只要坚持不懈你要能搭到车. 等了N久后，有的人不得放弃在某个国家搭车 - 如果在一个好的搭车地点都没戏，你也只好这样了.

'''注意:''' 在 [[法国]], [[德国]], [[奥地利]], [[斯洛文尼亚]], [[波兰]], [[捷克]], [[匈牙利]] 和[[意大利]] 卡车不能再周日和公众假期上高速。
也有例外，如运食物和燃料的卡车就不受限制。

虽然欧洲很安全，但是女骇客独行还是有些危险。

看看[[申根协定]]. 有了申根签证你能去一堆欧洲国家。

长途搭车最好去加油站碰碰运气. 那里的司机一般都跑长途.一次搭个500公里也不是嘛新鲜事。

== 地图 ==
有个地图比较方便 ，没有也无所谓- 有的人就喜欢跟着感觉走或者叫大撒把. 一个叫 ''Marco Polo Euro Atlas''的地图好使， 特别适合搭车人: 它涵盖了高速上所有加油站信息, 去掉了一些没用的例如城市地图等等。
在线帮助: 
* [http://www.liftershalte.info/?country=EU Liftershalte.info] - based on google maps
* [http://viamichelin.com viamichelin.com]
* [http://www.map24.com Map24.com] - very good Java-Maps and routing
* [http://www.openstreetmap.org OpenStreetMap.org] - free alternative

== 各国提示 ==
[[File:Granada.jpg|thumb|right|250px|[[Robino]] 在 [[格林纳达]]搭车, [[西班牙]]]]


=== [[北欧]] ===
* [[File:Flag of Denmark.png|30px]] [[丹麦]]
* [[File:Flag of Estonia.png|30px]] [[爱沙尼亚]]
* [[File:Flag of Finland.png|30px]] [[芬兰]]
* [[File:Flag Iceland.png|30px]] [[冰岛]]
* [[File:Flag Ireland.png|30px]] [[爱尔兰]]
* [[File:Flag of Latvia.png|30px]] [[拉脱维亚]]
* [[File:Flag of Lithuania.png|30px]] [[立陶宛]]
* [[File:Flag of Norway.png|30px]] [[挪威]]
* [[File:Flag of Sweden.png|30px]] [[瑞典]]
* [[File:Flag uk.png|30px]] [[United Kingdom|英国]]

==== 自治地区 ====
* [[File:Flag_of_Aaland_Finland.png|30px]] [[奥兰岛]]
* [[海峡群岛]]
** [[File:Flag of Guernsey UK.png|30px]] [[格恩西]]
*** [[File:Flag of Alderney UK.png|30px]] [[Channel Islands|奥尔德尼岛]]
*** [[File:Flag of Herm UK.png|30px]] [[Channel Islands|Herm]]
*** [[File:Flag of Sark UK.png|30px]] [[Channel Islands|Sark]]
** [[File:Flag of Jersey UK.png|30px]] [[泽西岛]]
* [[File:Flag of the Faroe Islands.png|30px]] [[法罗群岛]]
* [[File:Flag Isle of Man UK.png|30px]] [[马恩岛]]
* [[斯瓦尔巴和扬马延群岛]]

=== [[西欧]] ===
* [[File:Flag_Austria.png|30px]] [[奥地利]]
* [[File:Flag_Belgium.png|30px]] [[比利时]]
* [[File:Flag_France.png|30px]] [[法国]]
* [[File:Flag_Germany.png|30px]] [[德国]]
* [[File:Flag_Liechtenstein.png|30px]] [[列支敦士登]]
* [[File:Flag Luxembourg.png|30px]] [[卢森堡]]
* [[File:Flag_of_Monaco.png|30px]] [[摩纳哥]]
* [[File:Flag_Netherlands.png|30px]] [[荷兰]]
* [[File:Flag_of_Switzerland.png|30px]] [[瑞士]]

=== [[东欧]] ===
[[File:Trud_bulgaria.jpg|250px|thumb|[[保加利亚]]某地.]]
* [[File:Flag of Belarus.png|30px]] [[白俄罗斯]]
* [[File:Flag Bulgaria.png|30px]] [[保加利亚]]
* [[File:Flag Czech Republic.png|30px]] [[捷克]]
* [[File:Flag of Hungary.png|30px]] [[匈牙利]]
* [[File:Flag of Moldova.png|30px]] [[Moldova|摩尔多瓦]]
* [[File:Flag Poland.png|30px]] [[波兰]]
* [[File:Flag Romania.png|30px]] [[罗马尼亚]]
* [[File:Flag of Russia.png|30px]] [[Russia|俄罗斯]]
* [[File:Flag of Slovakia.png|30px]] [[斯洛伐克]] 
* [[File:Flag Ukraine.png|30px]] [[乌克兰]]

=== [[南欧]] ===
* [[File:Flag of Albania.png|30px]] [[阿尔巴尼亚]]
* [[File:Flag of Andorra.png|30px]] [[安道尔]]
* [[File:Flag of Bosnia and Herzegovina.png|30px]] [[波黑]]
* [[File:Flag Croatia.png|30px]] [[克罗地亚]]
* [[File:Flag of Greece.png|30px]] [[希腊]]
* [[File:Flag of Italy.png|30px]] [[意大利]]
* [[File:Flag Kosovo.png|30px]] [[科索沃]]
* [[File:Flag of Macedonia.png|30px]] [[马其滚]]
* [[File:Flag of Malta.png|30px]] [[马耳他]]
* [[File:Flag of Montenegro.png|30px]] [[黑山]]
* [[File:Flag of Portugal.png|30px]] [[葡萄牙]]
* [[File:Flag of San Marino.png|30px]] [[圣马力诺]]
* [[File:Flag of Serbia.png|30px]] [[塞尔维亚]]
* [[File:Flag of Slovenia.png|30px]] [[斯洛文尼亚]]
* [[File:Flag Spain.png|30px]] [[西班牙]]
* [[File:Flag Turkey.png|30px]] [[土耳其]]

==== 自治地区 ====
* [[File:Flag of Gibraltar UK.png|30px]] [[直布罗陀]]
* [[File:Flag Vatican City.png|30px]] [[Vatican|梵蒂冈]]

== 外部链接 ==
* [http://www.digihitch.com/world/Europe digihitch World: Hitchhiking Europe]
* [http://www.wikitravel.org/en/Hitchhiking_in_Europe Wikitravel: Hitchhiking in Europe]
* [http://unstats.un.org/unsd/methods/m49/m49regin.htm#europe: United Nations Statistic Division]


{{IsIn|Earth}}
__NOTOC__
[[trash:Europe]]

[[Category:Europe| ]]

[[de:Europa]]
[[en:Europe]]
[[es:Europa]]
[[fi:Eurooppa]]
[[fr:Europe]]
[[pl:Europa]]
[[pt:Europa]]</text>
    </revision>
  </page>
  <page>
    <title>在哪里搭车</title>
    <id>18</id>
    <revision>
      <id>110</id>
      <timestamp>2009-10-10T00:04:30Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人: 跨語連結標準化; 細部更改</comment>
      <text xml:space="preserve">好的 '''搭车点''' 让搭车变得安全又简单. 找个好的地点是个棘手的问题. 如果你清楚自己的路线，出发前你可以在本站或者 [[互联网]]上找到好的搭车点。

有些通用搭车点, 像加油站.共车站等。具体提示往下看 .

: ''这里还有[[如何搭起搭车人]].''

== 公车占 ==
公车站有时是唯一合法的搭车点. 

=== 优点 ===
* 安全的搭车点.
* 安全的停靠点（对司机来说）.

=== 劣势 ===
* 司机可能认为你在等公交. 你可以举着路标避免这个。
* 有些停下的司机可能要你付钱.

== [[加油站]] ==
[[File:Hitchmonk.jpg|thumb|right|400px|一个牧师 from the Holy Hitch-hiking Order 在 Arles, [[法国]].]]


=== 优势 ===
* 总是特安全.
* 在地图上有标示, 利于安排行程。
* 司机都是跑长途的.
** 碰上卡车司机的机会多，卡车司机一般跑长途
* 你能问司机走不走
** 对待司机要像春天般温暖.即使被拒绝也要感谢人家。 要是你摆个臭脸，下个司机看见了就更没戏了。
* 车速很慢，搭车简单.
* 在晚上或者冬天.这里还算暖活。
* 方便解决 [[吃]], 喝, [[地图]] 还有厕所.

=== 劣势 ===
* 错过了不停的汽车.
* 不是一个好的出发地.因为加油站一般距离市中心都很远。

== 坡路 ==
[[File:Spot-sharing.jpg|thumb|right|400px| [[888]]-event讨论会在研究[[巴黎]]何处搭车]] 
高速坡路是司机停下的最佳选择。

美国的很多地区, 坡路是 '''唯一''' 合法的搭车地点。在所有欧洲国家高速公路会交点搭车是合法的,

== 收费亭 ==
有些国家高速或部分路段是收费的, 所以收费站可能是不错的搭车点, 因为所有去这个方向的车都能看到你. O
=== 优势 ===
*所有通过这里的车都会停下.
*好的可视性和有靠边停车的空间.

=== 劣势 ===
*交通繁忙的地段只有最靠近你的车道上的车能发现你 (例如驶离 [[巴黎]]的高速)
*禁止行人通行(当然包括搭车人). 其实情况也不一定，取决于你在的国家和路段，还有当天你是不是有好的人品。 如果他们看见你有时收费的可能叫警察来, 有时警察过路也不理你。

== 卡车站 ==
Flying J, Pilot, TA 还有其他的卡车站是好的搭车点.
卡车站象加油站一样 不只有卡车经过. 经过此地度暑假的年轻人非常容易把你拉走。
=== 优势 ===
*卡车一般跑长途
*卡车站一般有便宜的饭, 洗澡，网络和休息室
*如果他们不能拉你有时能给你钱或者吃的 

=== 劣势 ===
*在一些国家，由于[[保险]]的原因，搭车是和卡车公司章程相矛盾的， 
== 城镇外围 ==
城镇郊外适合搭车. 一般是速度限制 或是商业居民区.

== 安全靠边停车的地方 ==
* 开阔的停车空间


== [[红绿灯]] ==
..

== 在路上 ==

乡村地段，特别是 60 km/h以下的地方比较适合搭车. 乡村小路上的车能拉你到最近的大城市。

在一些省道,岔道过来的本地的车也能有非常好效果，他们开得慢 --很简单截停他们, 直接跟司机沟通比较有用. 

甚至在国道上(非高速路) 有足够的空间, 就是紧急停车带也叫做 [[Mehrzweckstreifen]]. 

最后，在高速路紧急停车带搭车 不失为交通堵塞时的一种选择. 在这种情况下使用 [[signs|纸板路标]]时非常高效的.必须采取最大的安全措施 (we suppose you are smart enough to take these precautions), 你要知道在西欧国家的高速路搭车是被禁止的.

== 问本地人 ==
问本地人哪里是好的搭车点能节省时间. 有时甚至能拉你一程. 问问他们以前是否看见过搭车人. 虽然他们的话不一定有用或者值得相信, 问几个当地人比较他们的建议你能对当地交通有个大致的了解 。

== 下车 ==
下车以前.确定你下的地方和你下个搭车点距离很近。 透过车窗观察选择好的搭车点 - 友情提示，一般司机的建议最好不要相信，除非它们自己也是搭车人。

下车地点不好或者是错误的方向耽误时间, 时刻察看路标来确定你在地图上的位置和你下车的位置， 城市间的搭车这点尤其重要。

[[Category:Practical info]]

[[de:Trampstelle]]
[[en:Where to hitchhike]]
[[fi:Liftauspaikat]]
[[fr:L'endroit idéal pour poucer]]</text>
    </revision>
  </page>
  <page>
    <title>索马里兰</title>
    <id>19</id>
    <revision>
      <id>57</id>
      <timestamp>2009-07-16T20:13:00Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '{{infobox Country |country = of Somaliland |map= &lt;map lat='10.671404468527436' lng='44.36279296875' zoom='7' view='3' float='right' /&gt; |language = Somali |capital = [[Hargeysa]]…'</comment>
      <text xml:space="preserve">{{infobox Country
|country = of Somaliland
|map= &lt;map lat='10.671404468527436' lng='44.36279296875' zoom='7' view='3' float='right' /&gt;
|language = Somali
|capital = [[Hargeysa]]
|pop = 3,500,000
|currency = Somaliland Shilling (SLSH)
|hitch = 
| avp = Somaliland
}}

'''索马里兰''' 是由[[索马里]]分裂出的一个省。 虽然国际上并不承认其为一个国家, 索马里兰已经具备所有管理机构 (议会系统, 司法, 银行, 警察和军队) 在事实上已经脱离 [[索马里]].因此, 由索马里兰外交部代表处签发的签证是所有游客必备的。


== 签证==

'索马里' 签证在 '''索马里兰'''没用.

== 边界==

* [[埃塞俄比亚]]
* [[吉布提]]
* [[邦特兰]]

* 隔海相望 [[也门]]


== 城市==

* [[Hargeysa]]
* [[Berbera]]
* [[Boorama]]
* [[Burao]]
{{IsIn|Eastern Africa}}

[[Category:Africa]]
[[Category:Eastern Africa]]
[[Category:Somalia]]
[[Category:Somaliland]]</text>
    </revision>
  </page>
  <page>
    <title>休达</title>
    <id>20</id>
    <revision>
      <id>58</id>
      <timestamp>2009-07-16T20:20:20Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '{{stub}} &lt;map lat='35.89141426972653' lng='-5.318412780761719' zoom='12' view='0' float='right' /&gt; '''休达''' 是[[西班牙]]的一个自治城市，坐落于[[直布罗陀]]…'</comment>
      <text xml:space="preserve">{{stub}}
&lt;map lat='35.89141426972653' lng='-5.318412780761719' zoom='12' view='0' float='right' /&gt;
'''休达''' 是[[西班牙]]的一个自治城市，坐落于[[直布罗陀]]海峡的北非部分, 在地中海上与西班牙本土分离. 其面积大约 28 平方公里.

== 搭车出 ==
=== 向西 [[丹吉尔]] ===
===向北 [[阿尔赫西拉斯]], [[西班牙]]===

[[Category:Spain]]</text>
    </revision>
  </page>
  <page>
    <title>邦特兰</title>
    <id>21</id>
    <revision>
      <id>60</id>
      <timestamp>2009-07-16T20:50:15Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <text xml:space="preserve">{{infobox Country
|country = of Somalia
|map= &lt;map lat='11.15684527521178' lng='50.548095703125' zoom='7' view='0' float='right' /&gt;
|language = Somali
|capital = [[Garowe]]
|pop = 2,700,000
|currency = Somali Shilling (SOS)
|hitch = {{senseless}}
| avp = Puntland
}}
'''邦特兰'''是[[索马里]]最北端的一个自治共和国， 字面意为[[东非]]的'角'上.

邦特兰 自1998年从[[摩加迪沙]]独立以来有自己的政府, 首都[[加罗韦]]位于该地区的中心， [[博萨索]] 是最大城市坐落于亚丁湾. 访问这个被内战蹂躏和困扰的国家需要签证。

[[博萨索]] ''(eng: Bosaso/Bosasso)'' 有一国际机场， 也是整个地区唯一的'城市'.


== 国情和建议 ==

2008-2009, 邦特兰因为苏尔地区争议一直与邻国[[索马里兰]]紧张状态。其东部沿海村庄遍布海盗庇护所. 

2009, 由于局势不稳定在邦特兰乡村旅行还是不可取 ，绑架的危险，边界的紧张形势和族群冲突. 没有任何外国外交代表机构存在于邦特兰, [[索马里]] 或是邻国 [[索马里兰]], 来此地区的人基本上非政府组织或者国际机构的代表并有武装护送.所以在这搭车基本不可能.
{{IsIn|Eastern Africa}}

[[Category:Africa]]
[[Category:Eastern Africa]]
[[Category:Somalia]]</text>
    </revision>
  </page>
  <page>
    <title>留尼汪</title>
    <id>22</id>
    <revision>
      <id>91</id>
      <timestamp>2009-07-16T23:58:12Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Réunion]]; 細部更改</comment>
      <text xml:space="preserve">&lt;map lat='-21.125497636606266' lng='55.46722412109375' zoom='9' view='0' float='right' /&gt;
'''留尼汪''' 是一个印度洋上的岛屿. 由[[France|法国]] 政府直接管辖因此也属于欧盟一部分，也是 [[Schengen Agreement|申根国家]].

温度在冬季20°C ，夏季35°C . 雨季在夏天, 雨来得很快且雨量大. 所以夏天不要乱跑.

岛屿东部比西部下雨多(西部很干).

搭车相当简单.但不普遍

公路系统按照欧洲标准修建. 没有高速路.

注意, 留尼汪没有在 maps.google上面显示. 在一个法国网站-- www.mappy.fr有不完整的地图, 在&quot;ville, lieu-dit, aéroport&quot; 区域输入 &quot;Reunion&quot;，地图的可用性很低，要耐心。

此地尚无火车. 有一个效率较低的公交系统，叫做&quot;car jaune&quot; (黄色公交车). 车是黄色的很好认。

== 环路 ==

有一条路环岛. 它是从 St Benoit (东部) 向北到 St Denis (北部)然后至 St Paul (西部), St Leu (西部) 和St Pierre (西南). 走路或者坐公交车很容易到达这条环路. 你可以在环岛或者岔路上搭车.

St Paul-St Leu section 尚未通车, 计划于2009年6月通车.

== 高地 ==

这个岛是锥形的. 从环路你可以从小路上山. 很好搭车因为山不高.

小心.高地上非常容易下雨尤其是东部地区

== 城市 ==
* [[Saint-Denis (Réunion)|圣丹尼斯]]

[[wikipedia:Réunion]]
{{IsIn|Eastern Africa}}

[[Category:Africa]]
[[Category:Overseas departments and territories of France]]
[[Category:Réunion]]

[[de:Réunion]]
[[en:Réunion]]</text>
    </revision>
  </page>
  <page>
    <title>塞内加尔</title>
    <id>23</id>
    <revision>
      <id>62</id>
      <timestamp>2009-07-16T21:28:43Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '很幸运，我在 '''塞内加尔''' 在[[St Louis (Senegal)|圣路易斯]], [[达喀尔]] 和[[坦巴昆达]]这几条路线上被本地人和外国人搭起. 从达喀尔去 …'</comment>
      <text xml:space="preserve">很幸运，我在 '''塞内加尔''' 在[[St Louis (Senegal)|圣路易斯]], [[达喀尔]] 和[[坦巴昆达]]这几条路线上被本地人和外国人搭起. 从达喀尔去 Thiès/Mbour 最好作长途车而避免大量的本地短距离交通.

== To [[马里]] ==
..

== To [[几内亚比绍]] ==
..</text>
    </revision>
  </page>
  <page>
    <title>尼日利亚</title>
    <id>24</id>
    <revision>
      <id>63</id>
      <timestamp>2009-07-16T21:30:28Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '因为安全原因不建议在尼日利亚搭车走，此地贪污泛滥。然而还是有人成功搭车。'</comment>
      <text xml:space="preserve">因为安全原因不建议在尼日利亚搭车走，此地贪污泛滥。然而还是有人成功搭车。</text>
    </revision>
  </page>
  <page>
    <title>毛里塔尼亚</title>
    <id>25</id>
    <revision>
      <id>92</id>
      <timestamp>2009-07-16T23:58:42Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Mauritania]]; 細部更改</comment>
      <text xml:space="preserve">&lt;map lat='20' lng='-12' zoom='5' view='0' float='right'/&gt;
[[File:Train_ndb-choûm_(27).JPG|thumb|right|300px|The longest train in the world]]
'''毛里塔尼亚''' 不像是个搭车的好地方, 至少是传统观念里. 主要出行方式是拼车，大部分为你停下的私人车都要付些钱。
碰上从欧盟到 [[塞内加尔]] 和[[马里]]的车贩子是你的幸运. 他们拉了一些搭车客.
&lt;!--= jurahasiok at wp.pl--&gt;

: ''短距离搭车特别容易, 10公里以上一般要付钱. 一个从[[Atar]] 到 [[Nouakchott]]毛里塔尼亚军队的上校拉了我一程 , 他还坚持为我们付住店钱.''

=== 城市 ===
* [[Nouadhibou]]
* [[Atar]]
* [[Nouakchott]]
* [[Choum]]
* [[Zouerate]]
* [[Ayoun el-Atrous]]
* [[Nema]]
* [[Rosso]]

=== 跨越边界 ===
小心 [[Western Sahara|西撒哈拉]]边界地区的地雷. 别离开公路.
{{IsIn|Africa}}
{{hitchbase_country|126}}

[[Category:Mauritania]]
[[Category:Africa]]

[[de:Mauretanien]]
[[en:Mauritania]]</text>
    </revision>
  </page>
  <page>
    <title>马里</title>
    <id>26</id>
    <revision>
      <id>86</id>
      <timestamp>2009-07-16T23:55:42Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Mali]]</comment>
      <text xml:space="preserve">{{infobox Country
|country = of Mali
|language = French
|capital = [[Bamako]]
|pop = 11,995,000
|currency = CFA Franc
|hitch = ?
|map = &lt;map lat='17' lng='-4' zoom='5' view='0' /&gt;
|paved = 4,450 km
}}'''马里''' 是西部 [[非洲]]国家. 世界上最穷的国家之一.

在首都 [[巴馬科]] 搭车被普遍接受 – 如果你看起来有钱 (例如. 白人) – 搭车也是 [[在晚上]]打不到出租的备用方案.

在检查站也有可能搭非政府组织的越野车.

向南去[[科特迪瓦]]和向北去[[阿尔及利亚]可能不太可行.

=== Cities ===
* [[Bamako]]
* [[Kayes]]
* [[Sikasso]]
* [[Timbuktu]]
{{IsIn|Africa}}

[[Category:Mali| ]]
[[Category:Africa]]

[[de:Mali]]
[[en:Mali]]</text>
    </revision>
  </page>
  <page>
    <title>几内亚比绍</title>
    <id>27</id>
    <revision>
      <id>66</id>
      <timestamp>2009-07-16T21:55:07Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '西非国家，官方语言是葡萄牙语。'</comment>
      <text xml:space="preserve">西非国家，官方语言是葡萄牙语。</text>
    </revision>
  </page>
  <page>
    <title>斯威士兰</title>
    <id>28</id>
    <revision>
      <id>67</id>
      <timestamp>2009-07-16T21:56:45Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '斯威士兰是一个南部非洲小国。、  == Cities == * [[Lobamba]] * [[Manzini]] * [[Mbabane]]'</comment>
      <text xml:space="preserve">斯威士兰是一个南部非洲小国。、

== Cities ==
* [[Lobamba]]
* [[Manzini]]
* [[Mbabane]]</text>
    </revision>
  </page>
  <page>
    <title>南非</title>
    <id>29</id>
    <revision>
      <id>68</id>
      <timestamp>2009-07-16T22:03:31Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '在 '''南非''' 搭车可行.  好像旧的种族隔离在搭车界延续着。 白人搭白人黑人接黑人. 白人不要钱但黑人要.看来， 欧洲的搭车文化在…'</comment>
      <text xml:space="preserve">在 '''南非''' 搭车可行.

好像旧的种族隔离在搭车界延续着。 白人搭白人黑人接黑人. 白人不要钱但黑人要.看来， 欧洲的搭车文化在白人中存在

在2010, '''南非''' 将举办世界杯. 

== 城市==
* [[开普敦]]
* [[约翰内斯堡]]
* [[比勒陀利亚]]</text>
    </revision>
  </page>
  <page>
    <title>纳米比亚</title>
    <id>30</id>
    <revision>
      <id>69</id>
      <timestamp>2009-07-16T22:05:17Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '{{stub}} {{infobox Country |country = of Namibia |map = &lt;map lat='-22.67484735118852' lng='17.841796875' zoom='5' view='0' float='right' country='Namibia' /&gt; |language = English…'</comment>
      <text xml:space="preserve">{{stub}}
{{infobox Country
|country = of Namibia
|map = &lt;map lat='-22.67484735118852' lng='17.841796875' zoom='5' view='0' float='right' country='Namibia' /&gt;
|language = English, German, Afrikaans, Oshiwambo
|capital = [[Windhoek]]
|pop = 1,820,000
|currency = Namibian Dollar (NAD)
|hitch = ?
}}
'''纳米比亚'''是个 [[南部非洲]]国家.

== 城市==
* [[溫得和克]]
{{IsIn|Southern Africa}}

[[Category:Africa]]
[[Category:Namibia]]</text>
    </revision>
  </page>
  <page>
    <title>莱索托</title>
    <id>31</id>
    <revision>
      <id>70</id>
      <timestamp>2009-07-16T22:06:55Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '莱索托是个南部非洲内陆国家，它完全被南非包围。'</comment>
      <text xml:space="preserve">莱索托是个南部非洲内陆国家，它完全被南非包围。</text>
    </revision>
  </page>
  <page>
    <title>博茨瓦纳</title>
    <id>32</id>
    <revision>
      <id>71</id>
      <timestamp>2009-07-16T22:07:25Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '博茨瓦纳是个南部非洲国家'</comment>
      <text xml:space="preserve">博茨瓦纳是个南部非洲国家</text>
    </revision>
  </page>
  <page>
    <title>Tanzania</title>
    <id>33</id>
    <revision>
      <id>96</id>
      <timestamp>2009-07-17T00:01:59Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Tanzania]]; 細部更改</comment>
      <text xml:space="preserve">&lt;map lat='-6.68643125265198' lng='35.2001953125' zoom='5' view='0' float='right' /&gt;
'''坦桑尼亚''' 是[[东非]]国家.

在主要路线上免费搭车是可以的，因为这里有相对密集的交通.
大部分私车司机会给''白人''停车， 他们认为他们 ''不危险''.
大部分地区(或者叫人迹罕至) 免费搭车是超级幸运的因为这里交通的定义就是拼车。

== 城市 ==
* [[Dar Es Salaam]]
* [[Kigoma]]
* [[Lindi]]
* [[Mbeya]], [[Morogoro]], [[Mwanza]]
* [[Tabora]], [[Tanga]]

[[Category:Eastern Africa]]
[[Category:Africa]]
[[Category:Tanzania]]
[[Category:East Route from North Cape to Cape of Good Hope]]

[[de:Tansania]]
[[en:Tanzania]]
[[es:Tanzania]]</text>
    </revision>
  </page>
  <page>
    <title>赤道几内亚</title>
    <id>34</id>
    <revision>
      <id>74</id>
      <timestamp>2009-07-16T22:15:57Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '赤道几内亚北与喀麦隆，南与加蓬接壤。是撒哈拉以南非洲唯一的一个西班牙语国家'</comment>
      <text xml:space="preserve">赤道几内亚北与喀麦隆，南与加蓬接壤。是撒哈拉以南非洲唯一的一个西班牙语国家</text>
    </revision>
  </page>
  <page>
    <title>索马里</title>
    <id>35</id>
    <revision>
      <id>76</id>
      <timestamp>2009-07-16T22:19:11Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <text xml:space="preserve">{{infobox Country
|country = of Somalia
|map= &lt;map lat='2.635788574166606' lng='45.5712890625' zoom='6' view='0' float='right' /&gt;
|language = Somali
|capital = [[Mogadishu]]
|pop = 9,558,000
|currency = Somali Shilling (SOS)
|hitch = {{senseless}}
| avp = Somalia
}}

'''索马里''' 是[[非洲]]之[[Eastern Africa|角]]的一个被内战蹂躏的国家
{{IsIn|Eastern Africa}}

[[Category:Africa]]
[[Category:Eastern Africa]]
[[Category:Somalia]]</text>
    </revision>
  </page>
  <page>
    <title>莫桑比克</title>
    <id>36</id>
    <revision>
      <id>77</id>
      <timestamp>2009-07-16T22:20:21Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '莫桑比克是个南部非洲国家'</comment>
      <text xml:space="preserve">莫桑比克是个南部非洲国家</text>
    </revision>
  </page>
  <page>
    <title>吉布提</title>
    <id>37</id>
    <revision>
      <id>78</id>
      <timestamp>2009-07-16T22:36:12Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '{{infobox Country |country = of Djibouti |map= &lt;map lat='11.985591791400083' lng='43.06640625' zoom='7' view='3' float='right' /&gt; |language = Afar, Arabic, French |capital = [[D…'</comment>
      <text xml:space="preserve">{{infobox Country
|country = of Djibouti
|map= &lt;map lat='11.985591791400083' lng='43.06640625' zoom='7' view='3' float='right' /&gt;
|language = Afar, Arabic, French
|capital = [[Djibouti City]]
|pop = 496,374
|currency = Djibouti Franc (DJF)
|hitch = {{average}}
| avp = Djibouti
}}

'''吉布提''' 是个[[非洲]]之角的小国， 处于 [[索马里兰]], [[埃塞俄比亚]] 和[[厄立特里亚]]之间. 法国军团和一些科学家集中在 [[吉布提城]] 首都地区, 他也是东部非洲能到达 [[也门]]的一个主要港口.

吉布提天气干燥, 干旱极端炎热.从 [[Logiya]] 路搭车去埃塞俄比亚会很难，由于极端的炎热和没有多少车驶离吉布提城。


== 边界==

* [[埃塞俄比亚]]
* [[厄立特里亚]]
* [[索马里兰]]

* 隔海相望 [[也门]]


== 城市==

* [[Djibouti City]]
* Arta/Ouea
* Ali Sabieh
* Dikhil


{{stub}}

{{IsIn|Eastern Africa}}

[[Category:Africa]]
[[Category:Eastern Africa]]
[[Category:Djibouti]]
[[Category:East Route from North Cape to Cape of Good Hope]]</text>
    </revision>
  </page>
  <page>
    <title>阿尔及利亚</title>
    <id>38</id>
    <revision>
      <id>87</id>
      <timestamp>2009-07-16T23:56:12Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Algeria]]; 細部更改</comment>
      <text xml:space="preserve">{{stub}}
{{Infobox Country
|country = of Algeria
|map= &lt;map lat='28.5' lng='3' zoom='4' view='0' country='Algeria' /&gt;
|language = Arabic
|capital = [[Algiers]]
|pop = 33,769,669
|currency = Algerian dinar (DZD)
|paved = 71,656 km
|hitch = ?
}}
阿尔及利亚是 [[北非]]国家.

== 城市 ==
* [[阿尔及尔]] 
* [[Annaba]]

== 边界 ==
[[摩洛哥]] 边界是关闭的.

{{IsIn|Maghreb}}

[[Category:Algeria]]

[[de:Algerien]]
[[en:Algeria]]</text>
    </revision>
  </page>
  <page>
    <title>Lybia</title>
    <id>39</id>
    <revision>
      <id>95</id>
      <timestamp>2009-07-17T00:00:16Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Libya]]; 細部更改</comment>
      <text xml:space="preserve">{{stub}}
{{infobox Country
|country = of Libya
|map = &lt;map lat='27.780771643348196' lng='16.80908203125' zoom='5' view='0' float='right' /&gt;
|language = Arabic
|capital = [[Tripoli]]
|pop = 6,173,579
|currency = Dinar (LYD)
|paved = 47,590 km
|hitch = ?
}}
'''利比亚'''北非国家

办签证需要邀请. 不行的, 个人外国游客会被利比亚官方和市民可疑的看待, 所以西方游客可能会让邀请他们的本地人陷于不利. 进入和离开大部分城市都有检查站. 

=== 城市 ===
* [[Tripoli (Libya)|的黎波里]]

== 外部链接 ==
* [http://lexicorient.com/libya/lib_hitc.htm Hitchhiking in Libya in 1975]
{{IsIn|Northern Africa}}

[[Category:Northern Africa]]

[[de:Libyen]]
[[en:Libya]]</text>
    </revision>
  </page>
  <page>
    <title>苏丹</title>
    <id>40</id>
    <revision>
      <id>89</id>
      <timestamp>2009-07-16T23:57:12Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Sudan]]; 細部更改</comment>
      <text xml:space="preserve">{{stub}}
{{infobox Country
|country = of Sudan
|map = &lt;map lat='12.90001834116316' lng='29.50390625' zoom='5' view='0' float='right' height='450' /&gt;
|language = Arabic, English
|capital = [[Khartoum]]
|pop = 39,379,358
|currency = Sudanese pound (SDG)
|hitch = ?
}}
'''苏丹''' 是最大的非洲国家

== 边界 ==
* 去[[乍得]]边界是关闭的 (2009年7月).
* 去 [[厄立特里亚]]边界是关闭的 (2009年7月)

== 危险 ==
苏丹还有很多冲突, 所有边界地区都有地雷. 因为高犯罪率和冲突的升级搭车是相当危险的, 特别是 [[达尔富尔]]地区.

== 城市 ==
* [[喀士穆]] 
* [[恩圖曼]]


{{IsIn|Northern Africa}}

[[Category:Northern Africa]]

[[de:Sudan]]
[[en:Sudan]]</text>
    </revision>
  </page>
  <page>
    <title>突尼斯</title>
    <id>41</id>
    <revision>
      <id>90</id>
      <timestamp>2009-07-16T23:57:42Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Tunisia]]; 細部更改</comment>
      <text xml:space="preserve">{{stub}}
{{infobox Country
|country = of Tunisia
|map = &lt;map lat='33.88865750124075' lng='9.47021484375' zoom='6' view='0' float='right' height=&quot;350&quot; /&gt;
|language = Arabic
|capital = [[Tunis]]
|pop = 10,102,000
|currency = Tunisian dinar (TND)
|hitch = ?
}}
'''突尼斯''' 北非国家.

=== 城市 ===
* [[突尼斯城]]

{{IsIn|Maghreb}}

[[Category:Northern Africa]]
[[Category:Africa]]

[[de:Tunesien]]
[[en:Tunisia]]</text>
    </revision>
  </page>
  <page>
    <title>西撒哈拉</title>
    <id>42</id>
    <revision>
      <id>88</id>
      <timestamp>2009-07-16T23:56:42Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Western Sahara]]</comment>
      <text xml:space="preserve">{{infobox Country
|country = Western Sahara
|map= &lt;map lat='23.755181766112635' lng='-15.029296875' zoom='7' view='0' float='right' /&gt;
|language = N/A (recognized regional languages are Arabic and Spanish)
|capital = N/A (largest city is [[Laâyoune (El Aaiún)]])
|pop = 382,617
|currency = Moroccan dirham (MAD)
|hitch = from {{average}} to {{very good}} }}

在'''西撒哈拉''' 有大量的搭车机会， 并且在连接 [[Laâyoune (El Aaiún)|Laayoune]], [[Dakhla]] 和[[Smara]]的主干路上搭车通常是免费的. 当地的联合国人员不会拉任何没有官方许可的人。
卡车司机可能要你 &quot;睡&quot; 在一个隐蔽的位置.躲避警察连绵不绝的查签证。

去 [[毛里塔尼亚]]， 你可以去 ''Moussaffir''营地(north of Dakhla) 找司机搭话.

事实上货车司机不愿意拉搭车客 因为他们要在每个检查哨贿赂警察.更方便的是： 搭车到[[Al-Uyuun]]后面的检查哨， 让警察用电话告诉下个检查哨的警察：有个搭车客。 

== 跨越边界 ==
小心 [[毛里塔尼亚]]边界的地雷. 别离开道路.
{{IsIn|Northern Africa}}

[[Category:Northern Africa]]

[[de:Westsahara]]
[[en:Western Sahara]]</text>
    </revision>
  </page>
  <page>
    <title>Шаблон:Infobox Country</title>
    <id>43</id>
    <revision>
      <id>85</id>
      <timestamp>2009-07-16T23:11:45Z</timestamp>
      <contributor>
        <username>Mipplor</username>
        <id>1887</id>
      </contributor>
      <comment>创建新页面为 '{{infobox Country |country = Western Sahara |map= &lt;map lat='23.755181766112635' lng='-15.029296875' zoom='7' view='0' float='right' /&gt; |language = N/A (recognized regional langu…'</comment>
      <text xml:space="preserve">{{infobox Country
|country = Western Sahara
|map= &lt;map lat='23.755181766112635' lng='-15.029296875' zoom='7' view='0' float='right' /&gt;
|language = N/A (recognized regional languages are Arabic and Spanish)
|capital = N/A (largest city is [[Laâyoune (El Aaiún)]])
|pop = 382,617
|currency = Moroccan dirham (MAD)
|hitch = from {{average}} to {{very good}} }}</text>
    </revision>
  </page>
  <page>
    <title>埃及</title>
    <id>44</id>
    <revision>
      <id>102</id>
      <timestamp>2009-07-17T23:55:58Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[en:Egypt]]; 細部更改</comment>
      <text xml:space="preserve">{{infobox Country
|country = of Egypt
|map= &lt;map lat='27' lng='31.8' zoom='5' view='0' height='300'/&gt;
|language = Arabic
|capital = [[Cairo]]
|pop = 75,500,662
|paved = 49.984 km
|currency = Egyptian pound (EGP)
|hitch = from {{good}} to {{very good}} }}
在 [[埃及]] 搭车相当简单.  当你在[[开罗]]外围的地区旅行时, 搭车比找出租还容易. 有的地方 像 [[St. Catherine's]] (Mt. Sinai), [[锡瓦绿洲]], 和 [[西奈半岛]]有很多搭车的机会. 在这里搭车比较合适因为当地出租车已经形成了垄断,  埃及人对外国人特别的好客，愿意以任何形式帮助你 – 虽然只有少数人有私车.

Alex:
: On one occasion a taxi driver refused to drive me a half kilometer to the hospital for 5 LE. I simply walked up to a local, told them that I needed to go to the hospital, and they took me for free. Nonetheless, it may be better to catch a bus, a minibus, or take a taxi on long trips since they are relatively inexpensive and do not require the use of Arabic.

If you do not speak Arabic, the opportunity to hitchhike may be limited. Most people in Egypt do not speak English. The people that do speak English often times are not quite as excited by the prospect of giving a ride to a foreigner because much of the time they were educated in the British or American school systems.

[[File:PB170245.JPG|thumb|left|[[User:Lucysd|Lucysd]]在搭车]]
If you have ever been to Egypt, you understand that many people might expect money from you in exchange for them giving you a ride (especially if you look like a foreigner). Let the driver know before leaving that you either do not have money or tell them a price. There have been occasions in which Alex had people refuse to give me a ride because they expected me to give them ridiculous amounts of money. Around Sinai, many people with normal cars consider themselves as taxi drivers even though they obviously are not.

== 语言 ==
一些有用的短语.

: 你好: ahlan
: 我去 [某地]: ana harooh [某地]
: 你去哪里?: hatrooh fein?
: 没钱: mafeesh filoos
: 是: aiwa
: 我有 [amount of money]: ma'aya [amount of money]
: 我没钱: mesh ma'aya filoos
: 谢谢: Shukran
: 再见: m'a alasalama

== 好客 ==
祝你好运. 埃及人据说是世界上最有趣而且热情的人. 放慢脚步. 在这别跟走马灯似的. 有时司机要停车喝杯茶.[[好客]]是埃及人天职中的天职. 如果路上有人骚扰你.别当回事儿。 除非你是个 [[女的]], 他们不会跟你打架. 埃及人比较喜欢跟你搂搂抱抱的。

== 安全 ==
提示: 女的必须跟着男的. 即使一大群女的也是非常危险。

== 城市 ==
* [[Cairo]]
* [[Luxor]]
* [[Aswan]]
* [[Alexandria]]
* [[Sharem el Sheikh]]
* [[Dahab]]
* [[Suez]]
* [[Giza]]
* [[Taba]]

== 跨越边界 ==
=== 去[[以色列]] ===
从 [[Sharem Al Sheiqh]]方向,搭车比较方便。 但是去 [[Taba]] (边界)的私车不多。 还有. 如果你坐长途车,他把你拉到taba长途车站，然后售票员管你要 5 LE (一个人!) 就为了去边界的600米的路. 除非你累死了，否则还是省钱买套煎饼果子把

过了边界后搭车150m或者坐15路公交车，到[[Eilat]]公交总站, 然后搭车向北走..

=== 从以色列来 ===
从 [[Eilat]] 到[[Taba]]是唯一开放的边界。 它在在海岸边. 记住不要在以色列走12号公路.
{{IsIn|Northern Africa}}

[[Category:Northern Africa]]
[[Category:Egypt]]

[[de:Ägypten]]
[[en:Egypt]]
[[es:Egipto]]</text>
    </revision>
  </page>
  <page>
    <title>Шаблон:IsIn</title>
    <id>45</id>
    <revision>
      <id>103</id>
      <timestamp>2009-07-21T16:13:21Z</timestamp>
      <contributor>
        <username>Guaka</username>
        <id>2</id>
      </contributor>
      <comment>from en</comment>
      <text xml:space="preserve">&lt;includeonly&gt;{{ #isin:{{{1}}}}}&lt;/includeonly&gt;&lt;noinclude&gt;
'''Syntax''': &lt;code&gt;{&lt;nowiki/&gt;{IsIn|''Wherever''}}&lt;/code&gt;

This is an empty template creating the breadcrumbs-trail-navigaton.

This is how it works:
* In the article of [[Europe]] you set ''&lt;nowiki&gt;{{IsIn|Earth}}&lt;/nowiki&gt;'', because Europe is a continent on earth.
* In the article [[Germany]] you set ''&lt;nowiki&gt;{{IsIn|Europe}}&lt;/nowiki&gt;'', because Germany is a country in Europe.
* In the article of  [[:Category:Bayern|Bayern]] you set ''&lt;nowiki&gt;{{IsIn|Germany}}&lt;/nowiki&gt;'' because Bayern is a state in Germany.
* In the article of [[Munich]] you can now set ''&lt;nowiki&gt;{{IsIn|Bayern}}&lt;/nowiki&gt;'', which means that Munich is a city in the state of Bayern.

On top of the [[Munich]] article you now can find the following navigation:

''Earth &gt; Europe &gt; Germany &gt; Bayern &gt; Munich''

That's it!

'''Note''': the [[Template:Infobox German Location]] automatically adds this template and fills in the appropriate federal state (“Bundesland”) (as well as it categorises the article) according to the parameter “state” if it is given.
Similar thing does the [[Template:Infobox Country]].

== Logical classification ==
At the moment, the navigation is build as followed. It would be nice if all article navigations look uniform:

'''Earth''' &gt; ''Continent'' &gt; ''Region of the world'' &gt; ''Country/Nation'' &gt; ''State within the country'' &gt; ''City''

Sometimes it's unclear which country belongs to which region of the world. For this, check the continent articles of [[Europe]], [[Asia]], [[Africa]] and [[Americas]]. Here the countries are spread over the different regions of the world as defined by the UN.

If you have no idea to which state a city is belonging, check the city article on [http://www.wikipedia.org wikipedia], it often tells you in which state the city is located. Often the state articles for many countries still don't exist. Don't hesitate to be the first to create a state article ;)

If you have better ideas to classify the navigation, you're welcome to discuss about it [[Template talk:IsIn|here]]. Also this is the best place for your questions.


[[Category:Templates]]
&lt;/noinclude&gt;</text>
    </revision>
  </page>
  <page>
    <title>Участник:Guaka</title>
    <id>46</id>
    <revision>
      <id>105</id>
      <timestamp>2009-07-21T23:52:09Z</timestamp>
      <contributor>
        <username>Lanigiro</username>
        <id>173</id>
      </contributor>
      <minor/>
      <comment>機器人 新增: [[de:Benutzer:Guaka]], [[es:Usuario:Guaka]], [[fi:User:Guaka]]; 細部更改</comment>
      <text xml:space="preserve">I only speak very limited Chinese. I have hitchhiked in China in the Spring of 2007.

[[de:Benutzer:Guaka]]
[[en:User:Guaka]]
[[es:Usuario:Guaka]]
[[fi:User:Guaka]]</text>
    </revision>
  </page>
</mediawiki>

