-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-balaton.html
113 lines (113 loc) · 2.48 KB
/
example-balaton.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Example: Lake Balaton (type: body of water/normal)</title>
<link rel="stylesheet" href="dist/wikitables.css">
</head>
<body>
<table class="infobox water">
<tr>
<th colspan="2">Lake Balaton</th>
</tr>
<tr class="featured-image separator">
<td colspan="2">
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Balaton_Hungary_Landscape.jpg/375px-Balaton_Hungary_Landscape.jpg">
<figcaption>Lake Balaton</figcaption>
</figure>
</td>
</tr>
<tr class="featured-image separator">
<td colspan="2">
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/8/88/Location_of_Balaton.PNG">
<figcaption>Location of Lake Balaton within Hungary</figcaption>
</figure>
</td>
</tr>
<tr>
<td>Location</td>
<td>Hungary</td>
</tr>
<tr>
<td>Coordinates</td>
<td><span class="coordinates">46°50'N 17°44'E</span></td>
</tr>
<tr>
<td>Type</td>
<td>Rift lake</td>
</tr>
<tr>
<td>Primary inflows</td>
<td>Zala River</td>
</tr>
<tr>
<td>Primary outflows</td>
<td>Sió</td>
</tr>
<tr>
<td>Catchment area</td>
<td>5,174 km<sup>2</sup> (1,998 sq mi)</td>
</tr>
<tr class="separator">
<td>Basin countries</td>
<td>Hungary</td>
</tr>
<tr>
<td>Max. length</td>
<td>77 km (48 mi)</td>
</tr>
<tr>
<td>Max. width</td>
<td>14 km (8.7 mi)</td>
</tr>
<tr>
<td>Surface area</td>
<td>592 km<sup>2</sup> (229 sq mi)</td>
</tr>
<tr>
<td>Average depth</td>
<td>3.2 m (10 ft)</td>
</tr>
<tr>
<td>Max. depth</td>
<td>12.2 m (40 ft)</td>
</tr>
<tr>
<td>Water volme</td>
<td>1.9 km<sup>3</sup> (0.46 cu mi)</td>
</tr>
<tr>
<td>Residence time</td>
<td>2 years</td>
</tr>
<tr>
<td>Shore length<sup>1</sup></td>
<td>236 km (147 mi)</td>
</tr>
<tr class="separator">
<td>Surface elevation</td>
<td>104.8 m (344 ft)</td>
</tr>
<tr>
<td>Settlements</td>
<td>Keszthely, Siófok, Balatonfüred (see list)</td>
</tr>
<tr>
<td>Designated</td>
<td>17 March 1989</td>
</tr>
<tr class="separator">
<td>Reference no.</td>
<td>420</td>
</tr>
<tr>
<td colspan="2"><small><sup>1</sup>Shore length is not a well-defined measure.</small></td>
</tr>
</table>
<script src="wikitables.js"></script>
</body>
</html>