قالب:جدول ميناء

Template documentation[view] [edit] [history] [purge]

Usage

{{{name}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{image_alt}}}]]
{{{image_caption}}}
[[File:{{{logo}}}|{{{logo_size}}}|alt={{{logo_alt}}}]]
{{{logo_caption}}}
خطأ لوا في وحدة:Mapframe على السطر 384: attempt to perform arithmetic on local 'lat_d' (a nil value).
Click on the map for a fullscreen view
Native name
{{{native_name}}}
الموقع
البلد{{{country}}}
الموقع{{{location}}}
الإحداثيات{{{coordinates}}} {{{coordinates_footnotes}}}
{{{grid_name}}}{{{grid_position}}}
UN/LOCODE{{{locode}}}
تفاصيل
بُنيَ{{{built}}}
فـُتـِـح{{{opened}}}
أُغلِقَ{{{closed}}}
المشغـِّل{{{operated}}}
المالك{{{owner}}}
نوع الميناء{{{type}}}
حجم الميناء{{{sizewater}}}
حجم الأرض{{{sizeland}}}
الحجم{{{size}}}
المراسي المتاحة{{{berths}}}
أنواع السفن{{{ships}}}
Wharfs{{{wharfs}}}
الأرصفة{{{piers}}}
عمق الغاطس{{{draft_depth}}}
الخلوص الهوائي{{{air_draft}}}
عدد المنصات{{{platforms}}}
خطط السكك الحديدية{{{lines}}}
عرض السكك الحديدية{{{gauge}}}
الشوارع الواصلة{{{streets}}}
أنواع الشاحنات{{{trucks}}}
الموظفون{{{employees}}}
{{{leadershiptitle}}}{{{leader}}}
{{{blankdetailstitle1}}}{{{blankdetails1}}}
{{{blankdetailstitle2}}}{{{blankdetails2}}}
{{{blankdetailstitle3}}}{{{blankdetails3}}}
إحصائيات
السفن الواصلة{{{arrivals}}}
زنة الشحن السنوية{{{cargotonnage}}}
حجم الحاويات السنوي{{{containervolume}}}
TEU السنوي{{{teu}}}
قيمة الشحن{{{cargovalue}}}
مرور المسافرين{{{passengertraffic}}}
الدخل السنوي{{{revenue}}}
صافي الدخل{{{profit}}}
{{{blankstatstitle1}}}{{{blankstats1}}}
{{{blankstatstitle2}}}{{{blankstats2}}}
{{{blankstatstitle3}}}{{{blankstats3}}}
الموقع الإلكتروني
{{{website}}}

All fields are optional, if left blank they will not appear. Both the "Details" and "Statistics" have three blank spots to cover additional entries and allow for maximum flexibility.

Full version Short version
{{Infobox port
| embed                  = 
| name                   = 
| image                  = 
| image_alt              = 
| image_size             = 
| image_caption          = 
| logo                   = 
| logo_alt               = 
| logo_size              = 
| logo_caption           = 
| pushpin_map            = 
| pushpin_map_geomask    = 
| pushpin_map_zoom       = 
| pushpin_map_caption    = 
| native_name            = 
| native_name_lang       = 
| country                = 
| location               = 
| coordinates            = 
| coordinates_footnotes  = 
| grid_name              = 
| grid_position          = 
| locode                 = 
| opened                 = 
| closed                 = 
| operated               = 
| owner                  = 
| type                   = 
| sizewater              = 
| sizeland               = 
| size                   = 
| berths                 = 
| ships                  = 
| wharfs                 = 
| piers                  = 
| draft_depth            = 
| air_draft              = 
| platforms              = 
| lines                  = 
| gauge                  = 
| streets                = 
| trucks                 = 
| employees              = 
| leadershiptitle        = 
| leader                 = 
| blankdetailstitle1     = 
| blankdetails1          = 
| blankdetailstitle2     = 
| blankdetails2          = 
| blankdetailstitle3     = 
| blankdetails3          = 
| arrivals               = 
| cargotonnage           = 
| containervolume        = 
| cargovalue             = 
| teu                    = 
| passengertraffic       = 
| revenue                = 
| profit                 = 
| blankstatstitle1       = 
| blankstats1            = 
| blankstatstitle2       = 
| blankstats2            = 
| blankstatstitle3       = 
| blankstats3            = 
| website                = 
| embedded               = 
}}
{{Infobox port
| name             = 
| image            = 
| image_size       = 
| image_caption    = 
| pushpin_map      = 
| country          = 
| native_name      = 
| native_name_lang = 
| location         = 
| coordinates      = 
| locode           =
| opened           = 
| operated         = 
| owner            = 
| type             = 
| sizewater        = 
| sizeland         = 
| size             = 
| berths           = 
| wharfs           = 
| piers            = 
| draft_depth      = 
| employees        = 
| arrivals         = 
| cargotonnage     = 
| containervolume  = 
| cargovalue       = 
| passengertraffic = 
| website          = 
}}

Usage as a child template

The embed parameter is used when embedding this infobox into another (see the Template:Infobox documentation which explains embedding and subboxes).

{{Infobox ABC
| name        =
| <!-- etc. -->
| embedded    = <!-- or module= -->
  {{Infobox port
  | embed = yes
  | <!-- etc. -->
  }}
}}

Embedding other templates

The embedded parameter is used for embedding other templates into this infobox (see Wikipedia:Infobox modules).

{{Infobox port
| name =
| <!-- etc. -->
| embedded =
  {{Infobox ABC
  | embed = yes
  | <!-- etc. -->
  }}
}}

Parameter descriptions

  • |embed=
  • |name= name of port
  • |image= filename of image of the port
  • |image_alt= text for accessible caption
  • |image_size= width of image in px (use only for images smaller than 250px)
  • |image_caption= text for caption beneath image
  • |logo= filename of official logo image for the port
  • |logo_alt= alt text for the logo image
  • |logo_size= width of logo image in px (use only for images smaller than 250px)
  • |logo_caption= caption for logo image
  • |pushpin_map= any value in this field will cause a map to appear
  • |pushpin_map_geomask= if set to "Yes", the map with highlight the country and grey the rest
  • |pushpin_map_zoom= set zoom level for the map
  • |pushpin_map_caption= caption for pushpin map
  • |country= UN recognised country within which the port is located
  • |location= nearest city (also state/province/locale where relevant)
  • |coordinates= latitude and longitude - Use {{coord}} with |display=inline,title
  • |coordinates_footnotes= footnotes for coordinates
  • |grid_name=
  • |grid_position=
  • |locode= UN/Locode for the port
  • |opened= year port was opened
  • |closed= year port was closed (if it is no longer operating)
  • |operated= operator name
  • |owner= owner name
  • |type= Type of port - open roadstead, coastal natural, coastal breakwater, coastal tide gate, river natural, river basin, river tide gate, lake, canal, offshore terminal, dry port - do not classify by cargo type (oil, container, etc) as this inevitably changes over time
  • |sizewater= size/area of the water surface of the port
  • |sizeland= size/area of the land of the port
  • |size=
  • |berths= number of berths within the port
  • |wharfs= number of wharves within the port
  • |piers= number of piers within the port
  • |draft_depth= maximum draft or depth (please specify which) available within the port
  • |air_draft= any above-water height restrictions for vessels using the port. Please also specify location of restriction, e.g. Hamilton Bridge.
  • |employees= number of employees at the port
  • |leadershiptitle= job title of the port CEO
  • |leader= name of the port CEO
  • |blankdetailstitle1=
  • |blankdetails1=
  • |blankdetailstitle2=
  • |blankdetails2=
  • |blankdetailstitle3=
  • |blankdetails3=
  • |arrivals= number of vessel arrivals at the port in an average or recent year
  • |cargotonnage= annual tonnage of cargo handled at the port
  • |containervolume= annual number of TEUs moved onto or off vessels
  • |cargovalue= annual value of cargo handled at the port
  • |passengertraffic= annual number of passengers handled at the port
  • |revenue= annual revenue of the port
  • |profit= annual profit of the port
  • |blankstatstitle1=
  • |blankstats1=
  • |blankstatstitle2=
  • |blankstats2=
  • |blankstatstitle3=
  • |blankstats3=
  • |website= official websiter of the port (please us {{official}})
  • |embedded=

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

جدول ميناء

Infobox for use on articles about ports

وسائط القالب

هذا القالب يفضل التنسيق الرأسي للوسائط.

وسيطوصفنوعحالة
embedembed

دون وصف

غير معروفاختياري
namename

name of port

غير معروفاختياري
imageimage

filename of image of the port

ملفاختياري
image_altimage_alt

text for accessible caption

غير معروفاختياري
image_sizeimage_size

width of image in px (use only for images smaller than 250px)

غير معروفاختياري
image_captionimage_caption

text for caption beneath image

غير معروفاختياري
logologo

filename of official logo image for the port

غير معروفاختياري
logo_altlogo_alt

alt text for the logo image

غير معروفاختياري
logo_sizelogo_size

width of logo image in px (use only for images smaller than 250px)

غير معروفاختياري
logo_captionlogo_caption

caption for logo image

غير معروفاختياري
pushpin_mappushpin_map

any value in this field will cause a map to appear

غير معروفاختياري
pushpin_map_geomaskpushpin_map_geomask

if set to "Yes", the map with highlight the country and grey the rest

غير معروفاختياري
pushpin_map_zoompushpin_map_zoom

set zoom level for the map

غير معروفاختياري
pushpin_map_captionpushpin_map_caption

caption for pushpin map

غير معروفاختياري
countrycountry

UN recognised country within which the port is located

غير معروفاختياري
locationlocation

nearest city (also state/province/locale where relevant)

غير معروفاختياري
coordinatescoordinates

latitude and longitude - Use {{coord}} with |display=inline,title

غير معروفاختياري
coordinates_footnotescoordinates_footnotes

footnotes for coordinates

غير معروفاختياري
grid_namegrid_name

دون وصف

غير معروفاختياري
grid_positiongrid_position

دون وصف

غير معروفاختياري
locodelocode

UN/Locode for the port

غير معروفاختياري
openedopened

year port was opened

غير معروفاختياري
closedclosed

year port was closed (if it is no longer operating)

غير معروفاختياري
operatedoperated

operator name

غير معروفاختياري
ownerowner

owner name

غير معروفاختياري
typetype

Type of port - do not classify by cargo type (oil, container, etc) as this inevitably changes over time

القيم المقترحة
open roadstead coastal natural coastal breakwater coastal tide gate river natural river basin river tide gate lake canal offshore terminal dry port
غير معروفاختياري
sizewatersizewater

size/area of the water surface of the port

غير معروفاختياري
sizelandsizeland

size/area of the land of the port

غير معروفاختياري
sizesize

دون وصف

غير معروفاختياري
berthsberths

number of berths within the port

غير معروفاختياري
wharfswharfs

number of wharves within the port

غير معروفاختياري
pierspiers

number of piers within the port

غير معروفاختياري
draft_depthdraft_depth

maximum draft or depth (please specify which) available within the port

غير معروفاختياري
air_draftair_draft

any above-water height restrictions for vessels using the port. Please also specify location of restriction, e.g. Hamilton Bridge.

غير معروفاختياري
employeesemployees

number of employees at the port

غير معروفاختياري
leadershiptitleleadershiptitle

job title of the port CEO

غير معروفاختياري
leaderleader

name of the port CEO

غير معروفاختياري
blankdetailstitle1blankdetailstitle1

دون وصف

غير معروفاختياري
blankdetails1blankdetails1

دون وصف

غير معروفاختياري
blankdetailstitle2blankdetailstitle2

دون وصف

غير معروفاختياري
blankdetails2blankdetails2

دون وصف

غير معروفاختياري
blankdetailstitle3blankdetailstitle3

دون وصف

غير معروفاختياري
blankdetails3blankdetails3

دون وصف

غير معروفاختياري
arrivalsarrivals

number of vessel arrivals at the port in an average or recent year

غير معروفاختياري
cargotonnagecargotonnage

annual tonnage of cargo handled at the port

غير معروفاختياري
containervolumecontainervolume

annual number of TEUs moved onto or off vessels

غير معروفاختياري
cargovaluecargovalue

annual value of cargo handled at the port

غير معروفاختياري
passengertrafficpassengertraffic

annual number of passengers handled at the port

غير معروفاختياري
revenuerevenue

annual revenue of the port

غير معروفاختياري
profitprofit

annual profit of the port

غير معروفاختياري
blankstatstitle1blankstatstitle1

دون وصف

غير معروفاختياري
blankstats1blankstats1

دون وصف

غير معروفاختياري
blankstatstitle2blankstatstitle2

دون وصف

غير معروفاختياري
blankstats2blankstats2

دون وصف

غير معروفاختياري
blankstatstitle3blankstatstitle3

دون وصف

غير معروفاختياري
blankstats3blankstats3

دون وصف

غير معروفاختياري
websitewebsite

official websiter of the port (please us {{official}})

غير معروفاختياري
embeddedembedded

دون وصف

غير معروفاختياري

Tracking category