Template:Infobox waterway
Appearance
{{{name}}} | |
---|---|
[[File:{{{image}}}|frameless]] | |
Details | |
Location | {{{location}}} |
Coordinates | {{{coordinates}}} |
Opened | {{{opened}}} |
Length | {{{length}}} |
North end | {{{north_end}}} |
South end | {{{south_end}}} |
No. of terminals | {{{terminals}}} |
Owner | {{{owner}}} |
Operator | {{{operator}}} |
Usage
[edit]This template generates an infobox for waterways. Below is the basic syntax that you need to get a complete infobox for an article. Place this below any hatnotes and before any other text and fill in the variables. If a variable is empty, it can and should be omitted. Other, more specific parameters exist and are described in detail below.
Syntax
[edit]This is the basic code you need to set up an infobox of waterway
{{Infobox waterway
| name =
| image =
| caption =
| location =
| coordinates =
| opened =
| length =
| north_end =
| south_end =
| terminals =
| owner =
| operator =
}}
Example
[edit]National Waterway 3 | |
---|---|
Details | |
Location | Kerala, India |
Opened | February 1993 |
Length | 205 km (127 mi) |
North end | Kottapuram |
South end | Kollam |
No. of terminals | 9 |
Owner | Inland Waterways Authority of India |
Operator | Central Inland Water Transport Corporation |
{{Infobox waterway
| name = National Waterway 3
| image = NWW3.JPG
| location = [[Kerala]], [[India]]
| opened = February 1993
| length = {{convert|205|km|abbr=on}}
| north_end = Kottapuram
| south_end = [[Kollam]]
| terminals= 9
| owner = Inland Waterways Authority of India
| operator = Central Inland Water Transport Corporation
}}