قلعة ألتس

<th colspan="2" style="text-align:center;background-color:#00507f;color:#dedede"> <tr> <td colspan="2" style="text-align:center;background-color:#F9F9F9;color:#000000;">border  تصنيف:صور من ويكي بيانات18 <tr> <td colspan="2">

<tr> <th style="text-align: right; background-color:#F3F3F3; " scope=row >البلد <td style=" ">link= ألمانيا <tr>

<th style="text-align: right; background-color:#F3F3F3; " scope=row >إحداثيات <td style=" ">50°12′18″N 7°20′12″E / 50.205°N 7.3366666666667°E / 50.205; 7.3366666666667 P625  تصنيف:إحداثيات من ويكي بيانات625 تعديل قيمة خاصية الإحداثيات (P625) في ويكي بيانات <tr> <th style="text-align: right; background-color:#F3F3F3; " scope=row >المكان <td style=" ">ولاية راينلند بالاتينات <tr>



<th style="text-align: right; background-color:#F3F3F3; " scope=row >العهد والطراز <td style=" ">عمارة رومانسكية P149  تصنيف:صفحات تستخدم خاصية P149149 تعديل قيمة خاصية الطراز المعماري (P149) في ويكي بيانات <tr>


<th style="text-align: right; background-color:#F3F3F3; " scope=row >النوع <td style=" ">عمارة رومانسكية
عمارة باروكية <tr>






<th style="text-align: right; background-color:#F3F3F3; " scope=row >موقع ويب <td style=" ">الموقع الرسمي  تصنيف:موقع رسمي بوصلة من ويكي بيانات856 تعديل قيمة خاصية موقع الويب الرسمي (P856) في ويكي بيانات <tr>


<td colspan="2" style="text-align:center;background-color:#F9F9F9;color:#000000;">

قلعة ألتس
Burg Eltz
<graph>

{

// // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks // Please do not modify it anywhere else, as it may get copied and override your changes. // Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks // // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab // "version": 2, "width":280, "height": 250, "padding": 0, "signals":[ // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend

{"name":"legendWidth", "init": {"expr": "0"} },

{"name":"legendHeight", "init": {"expr": "height"} }, {"name":"imgWidth", "init": {"expr": "width-legendWidth"} }, {"name":"imgHeight", "init": {"expr": "height"} }, {"name":"imgXC", "init": {"expr": "imgWidth/2"} }, {"name":"imgYC", "init": {"expr": "imgHeight/2"} }, {"name":"imgTileSize", "init": {"expr": "256"} }, {"name":"imgLat", "init": {"expr": "50.205"} }, {"name":"imgLon", "init": {"expr": "7.3366666666667"} }, {"name":"imgZoom", "init": {"expr": "5"} }, {"name":"picWidth", "init": {"expr": "180"} }, {"name":"picHeight", "init": {"expr": "picWidth/2"} }, {"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} }, {"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} }, {"name":"showMiniMap", "init": {"expr": "0"} }, ], "data": [ { "name": "data",

// Otherwise use the first unnamed argument for source values

"values": [

{ "lat": 50.205,

"lon": 7.3366666666667, "img": "wikirawupload://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", "width": 50, "height": 8, "offsetX": 103, "offsetY": 115, "textAlign": "right", "textDx": 22, "textDy": -2, "textColor": "grey", "textFont": "Tahoma", "textFontSize": 9, "text": "200km" }

, { "lat": 50.205, "lon": 7.3366666666667, "img": "wikirawupload://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png", "height": 8, "width": 8, "text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -6, "textDy": 0+1, "textFontSize": 14


}









], "transform": [ { "type": "geo", "projection": "mercator", "scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"}, "translate": [{"expr": "imgXC"}, {"expr": "imgYC"}], "center": [{"expr": "imgLon"}, {"expr": "imgLat"}], "lon": "lon", "lat": "lat" }, { "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" }, { "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" }, { "type": "formula", "field":"color", "expr": "datum.color || '#c33'" }, { "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" }, { "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" } ] }, { // Hack: single value data source for drawing/hiding images and other non-series elements "name": "dummyData", "values": [{}] } ],

// Legend only works if showLegend and colorScaleField are set

"marks": [ { "type": "image", "from": { "data": "dummyData", "transform": [ { "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" } ] }, "properties": { "enter": { "url": {"field": "url"}, "xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"}, "width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"} } } }, { // Places an image of a given name and size at the [lan,lon] location "type": "image", "from": { "data": "data", "transform": [ { "type": "filter", "test": "datum.img" }, { "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" }, { "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" }, { "type": "formula", "field":"img", "expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" }, // Ensure that either width or height parameter is passed to wikifile:// request { "type": "formula", "field":"img", "expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }, ]}, "properties": { "enter": { "url": {"field": "img"}, "xc": {"field": "layout_x"}, "yc": {"field": "layout_y"}, "width": {"field": "iconWidth"}, "height": {"field": "iconHeight"} } } }, { // Draw marks of a given color, shape, and size at the [lan,lon] location "type": "symbol", "from": { "data": "data", "transform": [{ "type": "filter", "test": "!datum.img" }] }, "properties": { "enter": { "x": {"field": "layout_x"}, "y": {"field": "layout_y"}, // If colorScaleField is set, use color scaling, otherwise use the preset color value "fill": { "field": "color" }, "size": {"field": "size"}, "shape": {"field": "shape"}, "stroke": {"field": "strokeColor"} } } }, { // Draw text with the given color and size at the [lan,lon] location // See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them) "type": "text", "from": { "data": "data", "transform": [ { "type": "filter", "test": "datum.text" }, // Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse. { "type": "formula", "field":"isLTR", "expr": "'‏' == '\\u200E'" }, // If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0) { "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" }, { "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" }, { "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" } ]}, "properties": { "enter": { "text": {"field": "text"}, "x": {"field": "layout_x" }, "y": {"field": "layout_y"}, "dx": {"field": "textDx" }, "dy": {"field": "textDy"}, "fill": {"field": "textColor"}, "align": {"field": "textAlign"}, "baseline": {"field": "textBaseline"}, "radius": {"field": "textRadius"}, "theta": {"field": "textTheta"}, "angle": {"field": "textAngle"}, "font": {"field": "textFont"}, "fontSize": {"field": "textFontSize"}, "fontWeight": {"field": "textFontWeight"}, "fontStyle": {"field": "textFontStyle"} } } }, { // Draw a low-zoom locator map frame "type": "rect", "from": { "data": "dummyData", "transform": [ { "type": "filter", "test": "showMiniMap" } ] }, "properties": { "enter": { "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"}, "width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"}, "stroke": {"value":"#fff"},"strokeWidth": {"value":6}, } } }, { // Draw a low-zoom locator map by using a premade world map image "type": "image", "from": { "data": "dummyData", "transform": [ { "type": "filter", "test": "showMiniMap" }, { "type": "formula", "field":"url", "expr": "1" } ] }, "properties": { "enter": { "url": {"value": "wikirawupload://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Earthmap1000x500compac.jpg/180px-Earthmap1000x500compac.jpg"}, "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"}, "width": {"signal": "picWidth"}, "height": {"signal": "picHeight"} } } }, { // Draw a zoom-out mark at the [lan,lon] location "type": "symbol", "from": { "data": "dummyData", "transform": [ { "type": "filter", "test": "showMiniMap" }, { "type": "formula", "field":"lat", "expr": "imgLat" }, { "type": "formula", "field":"lon", "expr": "imgLon" }, { "type": "geo", "projection": "equirectangular", "scale": {"expr": "180/2/PI"}, "translate": [{"expr": "picXC"}, {"expr": "picYC"}], "center": [{"expr": "0"}, {"expr": "0"}], "lon": "lon", "lat": "lat" } ] }, "properties": { "enter": { "x": {"field": "layout_x"}, "y": {"field": "layout_y"}, "fill": {"value": "#c33"}, "stroke": {"value": "#ffe7e6"}, "size": {"value": 40} } } } ]

} </graph>

<maplink zoom="6" latitude="50.205" longitude="7.3366666666667" text="[كامل الشاشة]">

[


{"type": "FeatureCollection",

"features": [

















] } ]</maplink>

تصنيف:صفحات بها بيانات ويكي بياناتتصنيف:خريطة موقع من ويكي بيانات

<tr> <td class="navigation-only" colspan="2" style="border-top: 2px #E1E1E1 dotted; font-size: 80%; background:inherit; text-align: left;">تعديل طالع توثيق القالب</td>

قلعة ألتس (بالألمانية: Burg Eltz) قلعة أنشئت في القرون الوسطى تقع في التلال أعلى نهر الموزيل بين مدينتي كوبلنز وترير في ولاية راينلند بالاتينات في ألمانيا. لا تزال عائلة ألتس تمتلكها تلك العائلة التي عاشت في المنطقة في القرن الثاني عشر ، تعتبر قلعة ألتس بالإضافة إلى قلعة بورشيم وقلعة ليسينجن هي القلاع الوحيدة على الضفة اليسرى من الراين في راينلاند بالاتينات التي لم يتم تدميرها قط.

تتميز القلعة بتفاصيل معمارية جميلة وموقع فريد حيث تقع في مكان فريد فوق التلال أعلى نهر الموزيل، حتى الآن مازالت ملكية القلعة في أيدي أحفاد عائلة ألتس التي قامت ببنائها في القرن التاسع الميلادي حيث توارثها 33 جيل من أحفاد العائلة، وقرر الأحفاد فتح القلعة للجمهور حتى تصبح مزار سياحي عالمي، مازالت القلعة وما يحيط بها من حدائق تحتفظ برونقها وجمالها، تضم القلعة عدداً من القاعات من بينها قاعة الفرسان، التي تحوي على سجاجيد فرنسية مصورة ترجع إلى القرن السابع عشر. وعدد من الأعمال الفنية لعصور متنوعة، تتكون القلعة من ثمانية أبراج يتراوح أرتفاعها بين 30-40 متراً.

اقرأ أيضا

  • قلعة كولديتز

مصادر

تصنيف:قالب تصنيف كومنز بوصلة كما في ويكي بيانات

  • link=بوابة:قصور وقلاعبوابة قصور وقلاع
  • link=بوابة:التاريخبوابة التاريخ
  • link=بوابة:عصور وسطىبوابة عصور وسطى
  • link=بوابة:ألمانيابوابة ألمانيا
تصنيف:بوابة قصور وقلاع/مقالات متعلقةتصنيف:بوابة التاريخ/مقالات متعلقةتصنيف:بوابة عصور وسطى/مقالات متعلقةتصنيف:بوابة ألمانيا/مقالات متعلقة </div>
25بك
هذه بذرة مقالة عن ألمانيا بحاجة للتوسيع. شارك في تحريرها.تصنيف:بذرة ألمانياتصنيف:جميع مقالات البذور


تصنيف:معالم في ألمانيا


المدرجة في الفئات التالية:
القلاع
مرحلة ما بعد تعليق
نصائح وتلميحات
ترتيب بواسطة:
Robin Bertels
2017 November 3
One of the most impressive fortresses of the Mosel region. Guided tours start every 15 min. 2.5km / 30 min. walk from the Ringsteiner Mühle hotel and restaurant in Moselkern.
LukaSH
2016 أبريل 3
Such an awesome place! You feel like in a real fairytale. Beautiful castle, beautiful surrounding!
Matthias
2015 June 2
There are a couple of different approaches to this castle. You can walk 15 - 120 mins and the sight is worth it but the tour through the castle was packed and we even went on a rather rainy day.
Caroline
2018 September 1
I feel completely enchanted! One of the fairytale castles in Germany. From the parking lot, you have 2 options to get to the castle: a 15 minute walk through a mountain forest, or the shuttle bus.
Lydia Unicørn
2018 September 19
Für schöne Fotoaufnahmen am besten erst nachmittags kommen. Vormittags steht die Sonne direkt hinter der Burg und man fotografiert nur gegen die Sonne.
Jo Luchty
2016 July 4
Eine der schönsten Burgen in Deutschland, sehr interessant auch die Schatzkammer und fachlich gute Führung
8.4/10
snow balls, EnMork و7,803 كان أكثر الناس هنا

الفنادق القريبة

عرض جميع الفنادق اظهار الكل
Schloß-Hotel Petry

بدءا من $183

Moselstern Parkhotel Krähennest

بدءا من $137

Hotel Lellmann

بدءا من $80

Hotel Filla Andre

بدءا من $217

Moselstern Hotel Zum guten Onkel

بدءا من $58

Hotel Traube

بدءا من $80

أوصت مشاهد القريبة

اظهار الكل اظهار الكل
أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Burg Bischofstein

Burg (Castle) Bischofstein is a castle on the Moselle River in

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Waldeck Castle

Castle Waldeck in the Gemarkung of the village Dorweiler, in

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
رايشسبورج كوخم

رابشسبورج كوخم (بالألمانية : Reichsburg Cochem ) هي قلعة في مد

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Castle Kastellaun

Castle Kastellaun is a ruined medieval castle in Kastellaun in the

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Moselle Viaduct

The Mosel valley bridge carries the Bundesautobahn 61 over the Moselle

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Goloring

The Goloring is an ancient earthworks monument located near Koblenz,

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Stolzenfels Castle

Stolzenfels Castle (German: Schloss Stolzenfels) is a castle near

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Lahneck Castle

Lahneck Castle is a medieval fortress located in the city of Lahnstein

مناطق الجذب السياحي مماثلة

اظهار الكل اظهار الكل
أضف إلى قائمة الامنيات
لقد كنت هنا
زار
قصر نويشفانشتاين

قصر نويشفانشتاين (بالألمانية: Neuschwanstein) هو قصر يقع في جنوب ألمان

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
برج لندن

قصر وقلعة صاحبة الجلالة الشهير باسم برج لندن (بالإنجليزية: Tower

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Château de Gruyères

The Castle of Gruyères (in french: château de Gruyères), located in th

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
قلعة سانت أنجلو

ضريح هادريان، والمعروف عادة باسم قلعة سانت أنجلو، هو مبنى في مدينة رو

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Castello Scaligero (Sirmione)

Замок Скалігерів (італ. Castello Scaligero) —

الاطلاع على كل الأماكن متشابهة