Template:Infobox port: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
(Created page with "<includeonly> <table class="infobox" style="width:22em; font-size: 90%; border:1px solid #ccc; padding:5px;"> <tr> <th colspan="2" style="background:#ccf; text-align:center; font-size:110%;">{{{name|Port Name}}}</th> </tr> <tr> <td colspan="2" style="text-align:center;"> {{#if:{{{image|}}}|[[File:{{{image}}}|250px|alt={{{caption|}}}]]}} <div style="font-size:85%;">{{{caption|}}}</div> </td> </tr> {{#if:{{{country|}}}|<tr> <th style="background:#ddd; text-...")
 
m (Edgard moved page Infobox port to Template:Infobox port)
(No difference)

Revision as of 03:06, 11 November 2024


Usage

This template is for displaying key information about ports, including location, capacity, and operational details. Copy the following example and replace with specific data to use this template on a page.

Example

{{Infobox port
| name                  = Port Example
| image                 = Example_Port.jpg
| caption               = The Port of Example
| country               = Exampleland
| location              = Example City
| coordinates           = 35°00′N 120°00′W
| opened                = 1850
| operated              = Example Port Authority
| owner                 = Government of Exampleland
| type                  = Seaport
| size                  = 10 sq km
| berths                = 15
| employees             = 2000
| passenger_traffic     = 2 million
| cargo_tonnage         = 5 million tons
| annual_revenue        = $500 million
| website               = http://www.exampleport.example
}}


Port Example
   File:Example Port.jpg
The Port of Example
Country Exampleland
Location Example City
Coordinates 35°00′N 120°00′W
Opened 1850
Operated By Example Port Authority
Owner Government of Exampleland
Type Seaport
Size 10 sq km
Berths 15
Employees 2000
Passenger Traffic 2 million
Cargo Tonnage 5 million tons
Annual Revenue $500 million
Website Official website


Parameters

  • name – Name of the port
  • image – Image file name (e.g., "Port_example.jpg")
  • caption – Caption for the image
  • country – Country where the port is located
  • location – Specific location of the port within the country
  • coordinates – Geographic coordinates
  • opened – Year the port was opened
  • operated – Operating company or authority
  • owner – Owner of the port
  • type – Type of port (e.g., seaport, river port)
  • size – Total area of the port in square kilometers or hectares
  • berths – Number of berths available at the port
  • employees – Number of employees working at the port
  • passenger_traffic – Annual passenger traffic handled by the port
  • cargo_tonnage – Total annual cargo tonnage processed
  • annual_revenue – Annual revenue generated by the port
  • website – Official website of the port