Tokajík

Tokajík is a village and municipality in Stropkov District in the Prešov Region of north-eastern Slovakia.

Tokajík
Village
Tokajík
Location of Tokajík in Slovakia
Coordinates: 49°07′N 21°43′E
CountrySlovakia
RegionPrešov
DistrictStropkov
First mentioned1430
Area
  Total8.24 km2 (3.18 sq mi)
Elevation
206 m (676 ft)
Population
 (2004-12-31)
  Total111
  Density13/km2 (35/sq mi)
Postal code
090 34
Car plateSP

History

In historical records the village was first mentioned in 1430.

During World War II on November 20, 1944, Tokajík was burned by German troops as punishment for aid the inhabitants gave to the partisans. 32 men were shot 1 km North of the village the day before. Only 2, severely injured men from the village survived. The village was restored after war.

Geography

The municipality lies at an altitude of 206 metres and covers an area of 8.242 km². It has a population of about 111 people.

Transportation

There are 5 airports within 110 km of Tokajik.



gollark: Arguably, Ale's code there is horrible.
gollark: The canned meat thingy?
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
gollark: It's included in PotATOS.
gollark: https://raw.githubusercontent.com/Ale32bit-CC/Node.lua/master/node.lua
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.