Stützerbach
Stützerbach is a village and a former municipality in the Ilm-Kreis district, in Thuringia, Germany. Since 1 January 2019, it is part of the town Ilmenau.
Stützerbach | |
---|---|
Ortsteil of Ilmenau | |
![]() Coat of arms | |
Location of Stützerbach ![]() | |
![]() ![]() Stützerbach ![]() ![]() Stützerbach | |
Coordinates: 50°38′6″N 10°51′44″E | |
Country | Germany |
State | Thuringia |
District | Ilm-Kreis |
Town | Ilmenau |
Area | |
• Total | 11.37 km2 (4.39 sq mi) |
Elevation | 620 m (2,030 ft) |
Population (2017-12-31) | |
• Total | 1,364 |
• Density | 120/km2 (310/sq mi) |
Time zone | CET/CEST (UTC+1/+2) |
Postal codes | 98714 |
Dialling codes | 036784 |
Vehicle registration | IK |
Website | www.stuetzerbach.de |
History
Within the German Empire (1871-1918), part of Stützerbach belonged to the Prussian Province of Saxony and part to the Grand Duchy of Saxe-Weimar-Eisenach.
gollark: https://www.bbc.co.uk/news/uk-53884401Isn't the education system GREAT?
gollark: Okay, I fixed some bracket handling, great.
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.