Template:Lake: Difference between revisions
Appearance
mNo edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
<includeonly>< | <includeonly>{{Infobox | ||
{| class="infobox" | | title = {{{lake name}}} | ||
| image = {{{image|}}} | |||
| | | description = {{{description|}}} | ||
|- | | header color = | ||
| | | parameters = | ||
{{#if:{{{country|}}} | <div class="infobox-row"> | |||
<div class="infobox-label">Country:</div> | |||
<div class="infobox-value">{{{{{country}}}}} [[{{{country}}}]]</div> | |||
</div> }} | |||
{{#if:{{{region|}}} | <div class="infobox-row"> | |||
<div class="infobox-label">Region:</div> | |||
<div class="infobox-value">{{{region}}}</div> | |||
</div> }} | |||
{{#if:{{{coords|}}} | <div class="infobox-row"> | |||
<div class="infobox-label">Coordinates:</div> | |||
<div class="infobox-value">{{{coords}}}</div> | |||
</div> }} | |||
{{#if:{{{square|}}} | <div class="infobox-row"> | |||
<div class="infobox-label">Square:</div> | |||
<div class="infobox-value">{{{square}}}</div> | |||
</div> }} | |||
{{#if:{{{height|}}} | <div class="infobox-row"> | |||
<div class="infobox-label">Height:</div> | |||
<div class="infobox-value">{{{height}}}</div> | |||
</div> }} | |||
{{#if:{{{depth|}}} | <div class="infobox-row"> | |||
<div class="infobox-label">Depth:</div> | |||
<div class="infobox-value">{{{depth}}}</div> | |||
</div> }} | |||
{{#if:{{{water type|}}} | <div class="infobox-row"> | |||
<div class="infobox-label">Type of water:</div> | |||
<div class="infobox-value">{{{water type}}}</div> | |||
</div> }} | |||
{{#if:{{{water temp|}}} | <div class="infobox-row"> | |||
<div class="infobox-label">Water temperature:</div> | |||
<div class="infobox-value">{{{water temp}}}</div> | |||
</div> }} | |||
{{#if:{{{rating|}}} | <div class="infobox-row"> | |||
<div class="infobox-label">Rating:</div> | |||
<div class="infobox-value">{{Rating|points={{{rating}}}}}</div> | |||
</div> }} | |||
{{#if:{{{map|}}} | | |||
<div class="infobox-map">{{{map}}}</div> | |||
}} | |||
}}</includeonly><noinclude> | |||
{{documentation}} | |||
__NOINDEX__ | |||
[[Category:Templates]] | |||
[[wj-ru:Шаблон:Озеро]] | |||
[[wj-en:Template:Lake]] | |||
[[wj-es:Plantilla:Lago]] | |||
[[wj-fr:Modèle:Lac]]</noinclude> | |||
Revision as of 17:40, 5 February 2025
Issyk-Kul
Summer at Issyk-Kul
Country:
Region:
Issyk-Kul region
Coordinates:
Latitude: 42°26′1″
Longitude: 77°15′46″
Longitude: 77°15′46″
Square:
6236 km²
Height:
1603 meters
above sea level
above sea level
Depth:
Maximum - 702 m.
Average - 210 meters.
Average - 210 meters.
Type of water:
salty (5,9 %)
Water temperature:
Average (summer): 22°С
Average (winter): 3°С
Average (winter): 3°С
Rating:

Template Usage Guide
This template is designed for use in articles about lakes and other bodies of water. To insert the template, use the following wiki markup:
{{Lake
|lake name =
|image =
|description =
|country =
|region =
|coords = Latitude: <br>Longitude:
|square =
|height =
|depth =
|water type =
|water temp =
|rating =
|map =
}}
Example Usage
- After the equal sign, fill in all available information about the lake, as shown in the example below. If certain data is not available, leave the field blank.
{{Lake |lake name = Issyk-Kul |image = Issyk-Kul lake, Kyrgyzstan.jpg |description= Summer at Issyk-Kul |country = Kyrgyzstan |region = Issyk-Kul Region |coords = Latitude: 42°26′1″<br>Longitude: 77°15′46″ |square = 6236 km² |height = 1603 meters above sea level |depth = Maximum - 702 m<br>Average - 210 meters |water type = Saline (5.9%) |water temp = Average (summer): 22°C<br>Average (winter): 3°C |rating = 5 |map = {{Location map | Kyrgyzstan | AlternativeMap = Relief Map of Kyrgyzstan.png | width = 270 | float = center | caption = Issyk-Kul on the map | alt = Map of Kyrgyzstan | label = Issyk-Kul | position = bottom | lat_deg = 42.4336 | lon_deg = 77.2627}} }}
- To display a location map with a marker indicating the lake’s position, add the following line in the `|map =` field:
|map = {{Location map | Kyrgyzstan | AlternativeMap = Relief Map of Kyrgyzstan.png | width = 270 | float = center | caption = Issyk-Kul on the map | alt = Map of Kyrgyzstan | label = Issyk-Kul | position = bottom | lat_deg = 42.4336 | lon_deg = 77.2627}}
This template requires key map parameters: country, map type, caption, coordinates, and a default map size.
Notes
- You can also insert this template using the VisualEditor via "Insert" -> "Template" -> "Lake". Then, fill in the necessary fields.
- To add an image, first upload it to our server and enter the file name in the `|image=` field. The uploaded image will then appear in the template. If no image is available, leave the field blank or use `
|image = no_image.jpg
`.
If you have any questions, feel free to ask them on the template’s discussion page.