Difference between revisions of "Template:Infobox river/doc"

From blackwiki
Jump to navigation Jump to search
imported>Funandtrvl
m (add cat)
imported>Plastikspork
(Update doc)
Line 21: Line 21:
 
*The <code>progression</code> parameter (not needed on the Volga examples below) can be seen in use on [[River Penk]], and is to describe the path (in that case: [[River Sow|Sow]]—[[River Trent|Trent]]—[[Humber]]—[[North Sea]]) taken by the waters of a river which is a tributary of one or more other rivers, and does not empty directly into a sea or lake.
 
*The <code>progression</code> parameter (not needed on the Volga examples below) can be seen in use on [[River Penk]], and is to describe the path (in that case: [[River Sow|Sow]]—[[River Trent|Trent]]—[[Humber]]—[[North Sea]]) taken by the waters of a river which is a tributary of one or more other rivers, and does not empty directly into a sea or lake.
 
===Simple version===
 
===Simple version===
<pre>
+
<pre >
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name      =  
+
| name            =  
  | image_name      =  
+
| image_name      =  
  | image_size      =  
+
| image_size      =  
  | caption        =  
+
| caption        =  
  | origin          =  
+
| image_map      =
  | mouth          =  
+
| map_size        =
  | basin_countries =  
+
| map_caption    =
  | progression    =  
+
| origin          =  
  | length          =  
+
| mouth          =  
  | elevation      =  
+
| basin_countries =  
  | mouth_elevation =  
+
| progression    =  
  | discharge      =  
+
| length          =  
  | watershed      =  
+
| elevation      =  
  | river_system    =
+
| mouth_elevation =  
  | left_tribs      =
+
| discharge      =  
  | right_tribs    =
+
| watershed      =  
 +
| river_system    =
 +
| left_tribs      =
 +
| right_tribs    =
 
}}
 
}}
 
 
<!-- End Infobox template table -->
 
<!-- End Infobox template table -->
 
</pre>
 
</pre>
Line 54: Line 55:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name      = NAME
+
| name            = NAME
  | image_name      = IMAGE_FILE_NAME
+
| image_name      = IMAGE_FILE_NAME
  | caption        = CAPTION
+
| caption        = CAPTION
  | origin          = ORIGIN
+
| image_map      = MAP_FILE_NAME
  | mouth          = MOUTH
+
| map_caption    = MAP_CAPTION
  | basin_countries = BASIN_COUNTRIES
+
| origin          = ORIGIN
  | progression    = ROUTE TO THE SEA
+
| mouth          = MOUTH
  | length          = KILOMETERS km (MILES mi)
+
| basin_countries = BASIN_COUNTRIES
  | elevation      = METERS m (FEET ft)
+
| progression    = ROUTE TO THE SEA
  | mouth_elevation = METERS m (FEET ft)
+
| length          = KILOMETERS km (MILES mi)
  | discharge      = CUBIC METERS m³/s (CUBIC FEET cu&nbsp;ft/s)
+
| elevation      = METERS m (FEET ft)
  | watershed      = SQUARE KILOMETERS km² (SQUARE MILES sq&nbsp;mi)
+
| mouth_elevation = METERS m (FEET ft)
  | river_system    = RIVER SYSTEM
+
| discharge      = CUBIC METERS m³/s (CUBIC FEET cu&nbsp;ft/s)
  | left_tribs      = LEFT TRIBUTARIES
+
| watershed      = SQUARE KILOMETERS km² (SQUARE MILES sq&nbsp;mi)
  | right_tribs    = RIGHT TRIBUTARIES
+
| river_system    = RIVER SYSTEM
 +
| left_tribs      = LEFT TRIBUTARIES
 +
| right_tribs    = RIGHT TRIBUTARIES
 
}}
 
}}
 
 
<!-- End Infobox template table -->
 
<!-- End Infobox template table -->
 
</pre>
 
</pre>
Line 83: Line 84:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name      = Volga River (Example)
+
| name            = Volga River (Example)
  | image_name      = Russia_River_Volga.jpg
+
| image_name      = Russia_River_Volga.jpg
  | caption        = Volga in [[Yaroslavl]] (autumn morning)
+
| caption        = Volga in [[Yaroslavl]] (autumn morning)
  | origin          = [[Valdai Hills]]
+
| origin          = [[Valdai Hills]]
  | mouth          = [[Caspian Sea]]
+
| mouth          = [[Caspian Sea]]
  | basin_countries = [[Russia]]
+
| basin_countries = [[Russia]]
  | length          = approx. {{convert|3690|km|abbr=on}}
+
| length          = approx. {{convert|3690|km|abbr=on}}
  | elevation      = {{convert|225|m|abbr=on}}
+
| elevation      = {{convert|225|m|abbr=on}}
  | mouth_elevation = 0&amp;nbsp;m (0&amp;nbsp;ft)
+
| mouth_elevation = 0&amp;nbsp;m (0&amp;nbsp;ft)
  | discharge      = Annual average:
+
| discharge      = Annual average:
 
:{{convert|8000|m3/s|abbr=on|lk=on}}
 
:{{convert|8000|m3/s|abbr=on|lk=on}}
 
June:
 
June:
Line 100: Line 100:
 
December:
 
December:
 
:{{convert|7000|m3/s|abbr=on}}
 
:{{convert|7000|m3/s|abbr=on}}
  | watershed      = {{convert|1380000|km2|abbr=on}}
+
| watershed      = {{convert|1380000|km2|abbr=on}}
  | river_system    =
+
| river_system    =
  | left_tribs      =
+
| left_tribs      =
  | right_tribs    =
+
| right_tribs    =
 
}}
 
}}
 
</pre>
 
</pre>
Line 113: Line 113:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name        =  
+
| name              =  
  | image_name        =  
+
| image_name        =  
  | image_size        =
+
| caption            =
  | caption            =  
+
| image_map          =
  | origin            =  
+
| map_caption        =
  | mouth              =  
+
| origin            =  
  | basin_countries    =  
+
| mouth              =  
  | progression        =  
+
| basin_countries    =  
  | length_km          =  
+
| progression        =  
  | length            =  
+
| length_km          =  
  | elevation_m        =  
+
| length            =  
  | elevation          =  
+
| elevation_m        =  
  | mouth_elevation_m  =  
+
| elevation          =  
  | mouth_elevation    =  
+
| mouth_elevation_m  =  
  | discharge_m3/s    =  
+
| mouth_elevation    =  
  | discharge          =  
+
| discharge_m3/s    =  
  | watershed_km2      =  
+
| discharge          =  
  | watershed          =  
+
| watershed_km2      =  
  | river_system      =
+
| watershed          =  
  | left_tribs        =
+
| river_system      =
  | right_tribs        =
+
| left_tribs        =
 +
| right_tribs        =
 
}}
 
}}
 
 
<!-- End Infobox template table -->
 
<!-- End Infobox template table -->
 
</pre>
 
</pre>
Line 148: Line 147:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
+
{{Infobox river
{{Infobox river  
+
| name              = NAME
  | river_name        = NAME
+
| image_name        = IMAGE_FILE_NAME
  | image_name        = IMAGE_FILE_NAME
+
| caption            = IMAGE CAPTION
  | caption            = CAPTION
+
| image_map          = MAP_FILE_NAME
  | origin            = ORIGIN
+
| map_caption        = MAP CAPTION
  | mouth              = MOUTH
+
| origin            = ORIGIN
  | basin_countries    = BASIN_COUNTRIES
+
| mouth              = MOUTH
  | progression        = ROUTE TO THE SEA
+
| basin_countries    = BASIN_COUNTRIES
  | length_km          = KILOMETERS          <!-- must be a numerical expression -->
+
| progression        = ROUTE TO THE SEA
  | length            = REFERENCES/DETAILS  
+
| length_km          = KILOMETERS          <!-- must be a numerical expression -->
  | elevation_m        = METERS              <!-- must be a numerical expression -->
+
| length            = REFERENCES/DETAILS  
  | elevation          = REFERENCES/DETAILS  
+
| elevation_m        = METERS              <!-- must be a numerical expression -->
  | mouth_elevation_m  = METERS              <!-- must be a numerical expression -->
+
| elevation          = REFERENCES/DETAILS  
  | mouth_elevation    = REFERENCES/DETAILS  
+
| mouth_elevation_m  = METERS              <!-- must be a numerical expression -->
  | discharge_m3/s    = CUBIC METERS        <!-- must be a numerical expression -->
+
| mouth_elevation    = REFERENCES/DETAILS  
  | discharge          = REFERENCES/DETAILS  
+
| discharge_m3/s    = CUBIC METERS        <!-- must be a numerical expression -->
  | watershed_km2      = SQUARE KILOMETERS    <!-- must be a numerical expression -->
+
| discharge          = REFERENCES/DETAILS  
  | watershed          = REFERENCES/DETAILS
+
| watershed_km2      = SQUARE KILOMETERS    <!-- must be a numerical expression -->
  | river_system      = REFERENCES/DETAILS
+
| watershed          = REFERENCES/DETAILS
  | left_tribs        = REFERENCES/DETAILS
+
| river_system      = REFERENCES/DETAILS
  | right_tribs        = REFERENCES/DETAILS
+
| left_tribs        = REFERENCES/DETAILS
 +
| right_tribs        = REFERENCES/DETAILS
 
}}
 
}}
 
 
<!-- End Infobox template table -->
 
<!-- End Infobox template table -->
 
</pre>
 
</pre>
Line 182: Line 181:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name        = Volga River (Example)
+
| name              = Volga River (Example)
  | image_name        = Russia_River_Volga.jpg
+
| image_name        = Russia_River_Volga.jpg
  | caption            = Volga in [[Yaroslavl]] (autumn morning)
+
| caption            = Volga in [[Yaroslavl]] (autumn morning)
  | origin            = [[Valdai Hills]]
+
| origin            = [[Valdai Hills]]
  | mouth              = [[Caspian Sea]]
+
| mouth              = [[Caspian Sea]]
  | basin_countries    = [[Russia]]
+
| basin_countries    = [[Russia]]
  | length_km          = 3690  
+
| length_km          = 3690  
  | length            = <ref name=volga>[www.volga.com Volga]</ref>
+
| length            = <ref name=volga>[www.volga.com Volga]</ref>
  | elevation_m        = 225
+
| elevation_m        = 225
  | elevation          = &amp;nbsp;above sea level
+
| elevation          = &amp;nbsp;above sea level
  | mouth_elevation_m  = 0
+
| mouth_elevation_m  = 0
  | mouth_elevation    =  
+
| mouth_elevation    =  
  | discharge_m3/s    = 8000  
+
| discharge_m3/s    = 8000  
  | discharge          = <ref name=volga/>
+
| discharge          = <ref name=volga/>
  | watershed_km2      = 1380000
+
| watershed_km2      = 1380000
  | watershed          =  
+
| watershed          =  
  | river_system      =
+
| river_system      =
  | left_tribs        =
+
| left_tribs        =
  | right_tribs        =
+
| right_tribs        =
 
}}
 
}}
 
</pre>
 
</pre>
Line 212: Line 210:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
+
{{Infobox river
{{Infobox river  
+
| name              =  
  | river_name        =  
+
| image_name        =  
  | image_name        =  
+
| caption            =
  | image_size        =
+
| image_map          =
  | caption            =  
+
| map_caption        =
  | origin            =  
+
| origin            =  
  | mouth              =  
+
| mouth              =  
  | basin_countries    =   
+
| basin_countries    =   
  | progression        =  
+
| progression        =  
  | length_mi          =  
+
| length_mi          =  
  | length            =  
+
| length            =  
  | elevation_ft      =  
+
| elevation_ft      =  
  | elevation          =  
+
| elevation          =  
  | mouth_elevation_ft =  
+
| mouth_elevation_ft =  
  | mouth_elevation    =  
+
| mouth_elevation    =  
  | discharge_cuft/s  =  
+
| discharge_cuft/s  =  
  | discharge          =   
+
| discharge          =   
  | watershed_sqmi    =  
+
| watershed_sqmi    =  
  | watershed          =  
+
| watershed          =  
  | river_system      =
+
| river_system      =
  | left_tribs        =
+
| left_tribs        =
  | right_tribs        =
+
| right_tribs        =
 
}}
 
}}
 
 
<!-- End Infobox template table -->
 
<!-- End Infobox template table -->
 
</pre>
 
</pre>
Line 247: Line 244:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name        = NAME
+
| name              = NAME
  | image_name        = IMAGE_FILE_NAME
+
| image_name        = IMAGE_FILE_NAME
  | caption            = CAPTION
+
| caption            = CAPTION
  | origin            = ORIGIN
+
| image_map          = MAP_FILE_NAME
  | mouth              = MOUTH
+
| map_caption        = MAP CAPTION
  | basin_countries    = BASIN_COUNTRIES
+
| origin            = ORIGIN
  | progression        = ROUTE TO THE SEA
+
| mouth              = MOUTH
  | length_mi          = MILES              <!-- must be a numerical expression -->
+
| basin_countries    = BASIN_COUNTRIES
  | length            = REFERENCES/DETAILS  
+
| progression        = ROUTE TO THE SEA
  | elevation_ft      = FEET                <!-- must be a numerical expression -->
+
| length_mi          = MILES              <!-- must be a numerical expression -->
  | elevation          = REFERENCES/DETAILS  
+
| length            = REFERENCES/DETAILS  
  | mouth_elevation_ft = FEET                <!-- must be a numerical expression -->
+
| elevation_ft      = FEET                <!-- must be a numerical expression -->
  | mouth_elevation    = REFERENCES/DETAILS  
+
| elevation          = REFERENCES/DETAILS  
  | discharge_cuft/s  = CUBIC FEET          <!-- must be a numerical expression -->
+
| mouth_elevation_ft = FEET                <!-- must be a numerical expression -->
  | discharge          = REFERENCES/DETAILS  
+
| mouth_elevation    = REFERENCES/DETAILS  
  | watershed_sqmi    = SQUARE MILES        <!-- must be a numerical expression -->
+
| discharge_cuft/s  = CUBIC FEET          <!-- must be a numerical expression -->
  | watershed          = REFERENCES/DETAILS
+
| discharge          = REFERENCES/DETAILS  
  | river_system      = REFERENCES/DETAILS
+
| watershed_sqmi    = SQUARE MILES        <!-- must be a numerical expression -->
  | left_tribs        = REFERENCES/DETAILS
+
| watershed          = REFERENCES/DETAILS
  | right_tribs        = REFERENCES/DETAILS
+
| river_system      = REFERENCES/DETAILS
 +
| left_tribs        = REFERENCES/DETAILS
 +
| right_tribs        = REFERENCES/DETAILS
 
}}
 
}}
 
 
<!-- End Infobox template table -->
 
<!-- End Infobox template table -->
 
</pre>
 
</pre>
Line 281: Line 278:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name        = Volga River (Example)
+
| name              = Volga River (Example)
  | image_name        = Russia_River_Volga.jpg
+
| image_name        = Russia_River_Volga.jpg
  | caption            = Volga in [[Yaroslavl]] (autumn morning)
+
| caption            = Volga in [[Yaroslavl]] (autumn morning)
  | origin            = [[Valdai Hills]]
+
| origin            = [[Valdai Hills]]
  | mouth              = [[Caspian Sea]]
+
| mouth              = [[Caspian Sea]]
  | basin_countries    = [[Russia]]
+
| basin_countries    = [[Russia]]
  | length_mi          = 2290  
+
| length_mi          = 2290  
  | length            = <ref name=volga>[www.volga.com Volga]</ref>
+
| length            = <ref name=volga>[www.volga.com Volga]</ref>
  | elevation_ft      = 740
+
| elevation_ft      = 740
  | elevation          = &amp;nbsp;above sea level
+
| elevation          = &amp;nbsp;above sea level
  | mouth_elevation_ft = 0
+
| mouth_elevation_ft = 0
  | mouth_elevation    =  
+
| mouth_elevation    =  
  | discharge_cuft/s  = 280000  
+
| discharge_cuft/s  = 280000  
  | discharge          = <ref name=volga/>
+
| discharge          = <ref name=volga/>
  | watershed_sqmi    = 530000  
+
| watershed_sqmi    = 530000  
  | watershed          =  
+
| watershed          =  
  | river_system      =
+
| river_system      =
  | left_tribs        =
+
| left_tribs        =
  | right_tribs        =
+
| right_tribs        =
 
}}
 
}}
 
</pre>
 
</pre>
Line 312: Line 308:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name        =  
+
| name              =  
  | image_name        =  
+
| image_name        =  
  | image_size        =
+
| caption            =
  | caption            =  
+
| image_map          =
  | origin            =  
+
| map_caption        =
  | mouth              =  
+
| origin            =  
  | basin_countries    =  
+
| mouth              =  
  | progression        =  
+
| basin_countries    =  
  | length_km          =  
+
| progression        =  
  | length_mi          =  
+
| length_km          =  
  | length            =  
+
| length_mi          =  
  | elevation_m        =  
+
| length            =  
  | elevation_ft      =  
+
| elevation_m        =  
  | elevation          =  
+
| elevation_ft      =  
  | mouth_elevation_m  =  
+
| elevation          =  
  | mouth_elevation_ft =  
+
| mouth_elevation_m  =  
  | mouth_elevation    =  
+
| mouth_elevation_ft =  
  | discharge_m3/s    =  
+
| mouth_elevation    =  
  | discharge_cuft/s  =  
+
| discharge_m3/s    =  
  | discharge          =  
+
| discharge_cuft/s  =  
  | watershed_km2      =  
+
| discharge          =  
  | watershed_sqmi    =  
+
| watershed_km2      =  
  | watershed          =  
+
| watershed_sqmi    =  
  | river_system      =
+
| watershed          =  
  | left_tribs        =
+
| river_system      =
  | right_tribs        =
+
| left_tribs        =
 +
| right_tribs        =
 
}}
 
}}
  
Line 352: Line 348:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name        = NAME
+
| name              = NAME
  | image_name        = IMAGE_FILE_NAME
+
| image_name        = IMAGE_FILE_NAME
  | caption            = CAPTION
+
| caption            = CAPTION
  | origin            = ORIGIN
+
| image_map          = MAP_FILE_NAME
  | mouth              = MOUTH
+
| map_caption        = MAP CAPTION
  | basin_countries    = BASIN_COUNTRIES
+
| origin            = ORIGIN
  | progression        = ROUTE TO THE SEA
+
| mouth              = MOUTH
  | length_km          = KILOMETERS
+
| basin_countries    = BASIN_COUNTRIES
  | length_mi          = MILES
+
| progression        = ROUTE TO THE SEA
  | length            = REFERENCES/DETAILS
+
| length_km          = KILOMETERS
  | elevation_m        = METERS
+
| length_mi          = MILES
  | elevation_ft      = FEET
+
| length            = REFERENCES/DETAILS
  | elevation          = REFERENCES/DETAILS  
+
| elevation_m        = METERS
  | mouth_elevation_m  = METERS
+
| elevation_ft      = FEET
  | mouth_elevation_ft = FEET
+
| elevation          = REFERENCES/DETAILS  
  | mouth_elevation    = REFERENCES/DETAILS  
+
| mouth_elevation_m  = METERS
  | discharge_m3/s    = CUBIC METERS  
+
| mouth_elevation_ft = FEET
  | discharge_cuft/s  = CUBIC FEET  
+
| mouth_elevation    = REFERENCES/DETAILS  
  | discharge          = REFERENCES/DETAILS
+
| discharge_m3/s    = CUBIC METERS  
  | watershed_km2      = SQUARE KILOMETERS  
+
| discharge_cuft/s  = CUBIC FEET  
  | watershed_sqmi    = SQUARE MILES  
+
| discharge          = REFERENCES/DETAILS
  | watershed          = REFERENCES/DETAILS
+
| watershed_km2      = SQUARE KILOMETERS  
  | river_system      = REFERENCES/DETAILS
+
| watershed_sqmi    = SQUARE MILES  
  | left_tribs        = REFERENCES/DETAILS
+
| watershed          = REFERENCES/DETAILS
  | right_tribs        = REFERENCES/DETAILS
+
| river_system      = REFERENCES/DETAILS
 +
| left_tribs        = REFERENCES/DETAILS
 +
| right_tribs        = REFERENCES/DETAILS
 
}}
 
}}
 
 
<!-- End Infobox template table -->
 
<!-- End Infobox template table -->
 
</pre>
 
</pre>
Line 391: Line 387:
 
<!-- The following few lines create the "Infobox" table template.
 
<!-- The following few lines create the "Infobox" table template.
 
     Please scroll down to edit the main content of the article. -->
 
     Please scroll down to edit the main content of the article. -->
 
 
{{Infobox river  
 
{{Infobox river  
  | river_name        = Volga River (Example)
+
| name              = Volga River (Example)
  | image_name        = Russia_River_Volga.jpg
+
| image_name        = Russia_River_Volga.jpg
  | caption            = Volga in [[Yaroslavl]] (autumn morning)
+
| caption            = Volga in [[Yaroslavl]] (autumn morning)
  | origin            = [[Valdai Hills]]
+
| origin            = [[Valdai Hills]]
  | mouth              = [[Caspian Sea]]
+
| mouth              = [[Caspian Sea]]
  | basin_countries    = [[Russia]]
+
| basin_countries    = [[Russia]]
  | length_km          = 3690  
+
| length_km          = 3690  
  | length_mi          = 2290  
+
| length_mi          = 2290  
  | length            = <ref name=volga>[www.volga.com Volga]</ref>
+
| length            = <ref name=volga>[www.volga.com Volga]</ref>
  | elevation_m        = 225
+
| elevation_m        = 225
  | elevation_ft      = 740
+
| elevation_ft      = 740
  | elevation          = &amp;nbsp;above sea level
+
| elevation          = &amp;nbsp;above sea level
  | mouth_elevation_m  = 0
+
| mouth_elevation_m  = 0
  | mouth_elevation_ft = 0
+
| mouth_elevation_ft = 0
  | mouth_elevation    =  
+
| mouth_elevation    =  
  | discharge_m3/s    = 8000
+
| discharge_m3/s    = 8000
  | discharge_cuft/s  = 280000  
+
| discharge_cuft/s  = 280000  
  | discharge          = <ref name=volga/>
+
| discharge          = <ref name=volga/>
  | watershed_km2      = 1380000
+
| watershed_km2      = 1380000
  | watershed_sqmi    = 530000  
+
| watershed_sqmi    = 530000  
  | watershed          =  
+
| watershed          =  
  | river_system      =
+
| river_system      =
  | left_tribs        =
+
| left_tribs        =
  | right_tribs        =
+
| right_tribs        =
 
}}
 
}}
 
</pre>
 
</pre>
|}<includeonly>
+
|}
 +
 
 +
<includeonly>
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS HERE, INSIDE INCLUDEONLY TAGS, THANK YOU. -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS HERE, INSIDE INCLUDEONLY TAGS, THANK YOU. -->
 
<!-- CATEGORIES -->
 
<!-- CATEGORIES -->

Revision as of 15:07, 12 May 2010

This template is part of the Rivers WikiProject.

Usage

  • All parameters are optional.
    • No caption will be shown if there is no image.
    • The default image size is 288 px
  • Unit conversions can either be entered directly or done automatically.
    • See below for details on automatic conversion parameters.
    • {{Convert}} can be used for directly entered conversions.
    • Where imperial/US customary are auto-converted, these units will be displayed first.
    • Please refer to WP:UNITS to decide which units should be put first.
  • There are two different types of parameter.
    • Auto-conversion parameters require a numerical input (without commas).
    • Other parameters will accept any normal wikitext including links.
    • Details are noted in the pale green Details boxes below.
  • Copy the appropriate syntax block if you prefer to cut and paste into an empty template.
  • Include the HTML comments before and following the template; they help inexperienced editors.
  • Please spend some time at the Rivers WikiProject article and its talk page for standards on presenting names and other data.
  • The progression parameter (not needed on the Volga examples below) can be seen in use on River Penk, and is to describe the path (in that case: SowTrentHumberNorth Sea) taken by the waters of a river which is a tributary of one or more other rivers, and does not empty directly into a sea or lake.

Simple version

<!-- The following few lines create the "Infobox" table template.
     Please scroll down to edit the main content of the article. -->
{{Infobox river 
| name            = 
| image_name      = 
| image_size      = 
| caption         = 
| image_map       = 
| map_size        = 
| map_caption     = 
| origin          = 
| mouth           = 
| basin_countries = 
| progression     = 
| length          = 
| elevation       = 
| mouth_elevation = 
| discharge       = 
| watershed       = 
| river_system    =
| left_tribs      =
| right_tribs     =
}}
<!-- End Infobox template table -->

Automatic conversion from SI to imperial/US customary

Note
The SI measurement will be displayed first.
<!-- The following few lines create the "Infobox" table template.
     Please scroll down to edit the main content of the article. -->
{{Infobox river 
| name               = 
| image_name         = 
| caption            = 
| image_map          =
| map_caption        =
| origin             = 
| mouth              = 
| basin_countries    = 
| progression        = 
| length_km          = 
| length             = 
| elevation_m        = 
| elevation          = 
| mouth_elevation_m  = 
| mouth_elevation    = 
| discharge_m3/s     = 
| discharge          = 
| watershed_km2      = 
| watershed          = 
| river_system       =
| left_tribs         =
| right_tribs        =
}}
<!-- End Infobox template table -->

Automatic conversion from imperial/US customary to SI

Note
The imperial/US customary measurement will be displayed first.
<!-- The following few lines create the "Infobox" table template.
     Please scroll down to edit the main content of the article. -->
{{Infobox river
| name               = 
| image_name         = 
| caption            = 
| image_map          =
| map_caption        =
| origin             = 
| mouth              = 
| basin_countries    =  
| progression        = 
| length_mi          = 
| length             = 
| elevation_ft       = 
| elevation          = 
| mouth_elevation_ft = 
| mouth_elevation    = 
| discharge_cuft/s   = 
| discharge          =  
| watershed_sqmi     = 
| watershed          = 
| river_system       =
| left_tribs         =
| right_tribs        =
}}
<!-- End Infobox template table -->

Entering both SI and imperial/US customary

Note
The SI measurement will be displayed first.
<!-- The following few lines create the "Infobox" table template.
     Please scroll down to edit the main content of the article. -->
{{Infobox river 
| name               = 
| image_name         = 
| caption            = 
| image_map          =
| map_caption        =
| origin             = 
| mouth              = 
| basin_countries    = 
| progression        = 
| length_km          = 
| length_mi          = 
| length             = 
| elevation_m        = 
| elevation_ft       = 
| elevation          = 
| mouth_elevation_m  = 
| mouth_elevation_ft = 
| mouth_elevation    = 
| discharge_m3/s     = 
| discharge_cuft/s   = 
| discharge          = 
| watershed_km2      = 
| watershed_sqmi     = 
| watershed          = 
| river_system       =
| left_tribs         =
| right_tribs        =
}}

<!-- End Infobox template table -->