معبد هيفيستوس

25بك
هذه مقالة غير مراجعة. ينبغي أن يزال هذا القالب بعد أن يراجعها محرر ما عدا الذي أنشأها؛ إذا لزم الأمر فيجب أن توسم المقالة بقوالب الصيانة المناسبة. (فبراير 2018)
تصنيف:مقالات غير مراجعة منذ فبراير 2018تصنيف:جميع المقالات غير المراجعةتصنيف:مقالات غير مراجعة منذ 2018تصنيف:جميع المقالات التي بحاجة لصيانة <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=" ">37°58′32″N 23°43′17″E / 37.975616666667°N 23.721391666667°E / 37.975616666667; 23.721391666667 P625  تصنيف:إحداثيات من ويكي بيانات625 تعديل قيمة خاصية الإحداثيات (P625) في ويكي بيانات <tr>







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











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






































































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

معبد هيفيستوس
<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": "37.975616666667"} }, {"name":"imgLon", "init": {"expr": "23.721391666667"} }, {"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": 37.975616666667,

"lon": 23.721391666667, "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": "300km" }

, { "lat": 37.975616666667, "lon": 23.721391666667, "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="37.975616666667" longitude="23.721391666667" text="[كامل الشاشة]">

[


{"type": "FeatureCollection",

"features": [

















] } ]</maplink>

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

<tr>



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

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

معبد هيفيستوس أو هيفيتاين أو هيفستيان(بالإغريقية: Ἡφαιστεῖονتصنيف:مقالات تحتوي نصا بالإغريقية) هو مُتحف يوناني محفوظ جيداً، حيث بقي سليماً كما بُني. وهو معبد مبني بطريقة الجناح اليوناني علي النظام الدوريسي، وهو موجود في القسم الشمالي غربي من الأغورا القديمة في أثينا، على هضبة أغورايوس كولونوس. من القرن 7 إلى عام 1834، خدم هذا المعبد ككنيسة يونانية ارثوذكسية للقديس جورج أكاماتس. حالة المبنى تُراعي دائماً بسبب إستعمالته المختلفة عبر التاريخ.

الأسم

معبد هيفيستوس

البناء

الوصف

معبد هيفيستوس

الكنيسة

القرن التاسع عشر

أعمال على غرارمعبد هيفايستوس أو مستوحاه منه

  • English garden (1795) Söderfors, Sweden
  • Arlington House, The Robert E. Lee Memorial (1802–17), مقبرة أرلينغتون الوطنية, فرجينيا, USA
  • Monument to Sir Alexander Ball, (1810), فاليتا, Malta
  • Dundalk Courthouse (1813), دوندالك, Ireland
  • Old Royal High School (1829), إدنبرة, Scotland
  • McKim Free School (1833), بالتيمور, ماريلند, USA
  • Penshaw Monument (1844), Penshaw, تاين ووير, England
  • Old Montgomery County Court House (1844–50), دايتون, USA
  • Vermont State House (1857–59), مونبلييه, USA

أنظر أيضاً

  • عمارة يونانية

المراجع

إقرأ أكثر

  • Cruciani, C. 1998. I Modelli del Moderato. Naples.
  • Dinsmoor, W. 1941. "Observations on the Hephaisteion", Hesperia Supplements V. Baltimore.
  • Harrison، E. (1977). "Alkamenes Sculptures for the Hephaisteion". American Journal of Archaeology. 81: 137–78. doi:10.2307/503175. 
  • Olsen، E. (1938). "An Interpretation of the Hephaisteion Reliefs". AJA. 42 (2): 276–87. doi:10.2307/499672. 
  • Thompson، H. (1962). "The Sculptural Adornment of the Hephaisteion". AJA. 66 (3): 339–47. doi:10.2307/501469. 
  • "The Temple of Hephaestus" by Leo Masuda Architectonic Research Office

روابط خارجية

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

  • link=بوابة:اليونانبوابة اليونان
  • link=بوابة:اليونان القديمبوابة اليونان القديم
تصنيف:بوابة اليونان/مقالات متعلقةتصنيف:بوابة اليونان القديم/مقالات متعلقة

تصنيف:أماكن عبادة غير مسيحية حولت إلى كنائس تصنيف:مبان دينية القرن 5 ق م تصنيف:معالم أثينا تصنيف:مقالات تحتوي نصا بالإغريقية تصنيف:مقالات تحتوي نصا باليونانية تصنيف:هيفيستوس


المدرجة في الفئات التالية:
مواقع أثرية, أبنية دينية
مرحلة ما بعد تعليق
نصائح وتلميحات
ترتيب بواسطة:
Mel Worbes
2014 June 7
Do not miss it!! The temple is very well preserved and you can see perfectly the cella and the pronaos :)
Sander Zuurhout
2018 June 17
Beautiful temple, with a lot of details. Well preserved. Nice garden and surroundings. Quiet place when raining, so take advantage if you have bad weather like us!
@StratosAthens
2013 January 20
Construction started in 449 BC, completed at officially inaugurated in 416-415 BC; built of marble from the nearby Mt. Penteli; the temple housed the bronze statues of Athena and Hephaestus.
Mark B
2023 June 17
A mostly complete intact temple of the Doric style dedicated to Hephaistos, the patron God of metal working who supposedly forged weapons for all the gods. Very cool to see it mostly intact.
Dafni - Δάφνη ????
2018 February 22
Atina'nın canlı tarihi merkezindeki 415-460 M.Ö. döneminden en güzel ve iyi korunmuş antik Yunan tapınaklarından biri.
VacazionaViajes
2012 October 1
Situado en el Ágora Antigua de Atenas,centro de la vida social, política y comercial de la ciudad en la antigüedad. Uno de los templos mejor conservados de la antigüedad.
9.0/10
24,909 كان الناس هنا
خريطة
Adrianou 9Α, Athina 105 55، اليونان الحصول على الاتجاهات
Wed 11:00 AM–7:00 PM
Thu 11:00 AM–6:00 PM
Fri 10:00 AM–6:00 PM
Sat-Sun 10:00 AM–7:00 PM
Mon 10:00 AM–7:00 PM

Temple of Hephaistos على Foursquare

معبد هيفيستوس على Facebook

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

عرض جميع الفنادق اظهار الكل
Grecotel Pallas Athena

بدءا من $180

Athens Tiare Hotel

بدءا من $171

Alassia Hotel

بدءا من $58

Claridge Hotel

بدءا من $44

Elikon

بدءا من $35

Ares Athens Hotel

بدءا من $62

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

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

موناستيراكي (باليونانية: Μοναστηράκι، و تعنى حرفياً الدير الصغير) هو ح

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

رواق أتالوس (يُنطق أيضاً أتلوس) هو رواق إغريقي معمد (Sto

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

The Art Foundation هي منطقة جذب سياحي، واحدة من أماكن الحدث في أث

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

Psiri (Ψυρρή, often misspelled as Psirri) is a regenerated neig

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

الاريوباغوس () هي صخرة بارزة موجودة في الشمال الغربي من الأكروبوليس

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

مكتبة هادريان أنشئت بواسطة الإمبراطور الروماني هاد

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

البنيكس (; (بالإغريقية: Πνύξ); (باليونانية: Πνύκα),

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

برج الرياح أو هورولوجيون من أندرونيكوس كيرهستيس هو

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

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

إصطخر (Persepolis) هي مدينة تاريخية أقامها الإمبراطور الفارسي دارا

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

معبد زيوس الأولمبي (باليونانية: Ναός του Ολυμπίου Διός)، المعروف أ

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

معبد حورس بمدينة إدفو ثاني معابد مصر القديمة حجما، بعد معبد الكرنك

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

معبد غارني (بالأرمنية: Գառնիի տաճար, Gaṙnii tačar)‏ هو المبنى الو

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

وادي المعابد هو موقع أثري في أغريجنتو في صقلية جنوب إيطاليا. هو أحد

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