Jameh Mosque of Hamadan

Jameh Mosque of Hamadan in Hamadan, built during the Qajar dynasty.[1][2][3]

Jameh Mosque of Hamadan
Religion
AffiliationShia Islam
ProvinceHamadan Province
Location
Location Hamadan, Iran
Architecture
TypeMosque
CompletedQajar dynasty

Sources

  1. "Encyclopaedia of the Iranian Architectural History". Cultural Heritage, Handicrafts and Tourism Organization of Iran. 19 May 2011. Archived from the original on 6 April 2015.
  2. "Jameh Mosque, Hamadan". en.tripyar.com. Retrieved 31 July 2019.
  3. "Hamadan Jame Mosque". www.itto.org. Retrieved 31 July 2019.


gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```
gollark: I could provide a more complicated example, but discord is bad for that.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.