模板:Infobox rail
報告標記 | {{{marks}}} |
---|---|
區域 | {{{locale}}} |
營運日期 | – |
前身 | {{{predecessor_line}}} |
繼承 | {{{successor_line}}} |
軌距 | {{{gauge}}} |
原有軌距 | {{{old_gauge}}} |
電氣化里程 | {{{electrification}}} |
線路里程 | {{{length}}} |
總部 | {{{hq_city}}} |
網站 | {{{website}}} |
適用
{{Infobox rail}} is used to create an infobox on articles about railway companies. The railroad_name, locale and gauge parameters are mandatory for this template.
For railways that operate on standard gauge tracks or for former railways that operated on standard gauge tracks, {{Infobox SG rail}} uses this template but fills in the gauge parameter automatically.
Syntax
{{{railroad_name}}} | |||
---|---|---|---|
[[File:{{{logo}}}|{{{logo_size}}}|alt={{{logo_alt}}}|upright=0.91|{{{logo_alt}}}]] | |||
[[File:{{{system_map}}}|{{{map_size}}}|alt={{{map_alt}}}|upright=1.14|{{{map_alt}}}]] | |||
[[File:{{{image}}}|{{{image_size}}}|alt={{{image_alt}}}|upright=1.14|{{{image_alt}}}]] | |||
報告標記 | {{{marks}}} | ||
區域 | {{{locale}}} | ||
營運日期 | {{{start_year}}}–{{{end_year}}} | ||
前身 | {{{predecessor_line}}} | ||
繼承 | {{{successor_line}}} | ||
軌距 | {{{gauge}}} | ||
原有軌距 | {{{old_gauge}}} | ||
電氣化里程 | {{{electrification}}} | ||
線路里程 | {{{length}}} | ||
總部 | {{{hq_city}}} | ||
網站 | {{{website}}} | ||
{{{module}}} | |||
|
{{Infobox rail |railroad_name = |logo_filename = |logo_size = |system_map = |map_caption = |map_size = |marks = |image = |image_size = |image_caption = |locale = |start_year = |end_year = |predecessor_line = 前身 |successor_line = |gauge = |old_gauge = |electrification = |length = |hq_city = |website = }}
Parameters
Parameter | Required | Definition |
---|---|---|
railroad_name |
Yes | Name of railway company, displayed at top of infobox |
logo |
No | Filename of logo image, without File: prefix. Shown just below the railroad name
|
logo_size |
No | Size of image in pixels with px, default is upright=0.91 (see Wikipedia:Picture tutorial#Upright images)
|
logo_alt |
No | Alt text for logo, used by screen readers. See Wikipedia:Alternative text for images for more information. |
system_map |
No | Filename of system map image, without File: prefix, displayed below the logo.
|
map_caption |
No | Caption for system map image |
map_size |
No | Size of image in pixels with px, default is upright=1.41
|
map_alt |
No | Alt text for map |
image |
No | Filename of image, without File: prefix, displayed below the map
|
image_size |
No | Size of image in pixels with px, default is upright=1.41
|
image_caption |
No | Image caption |
image_alt |
No | Alt text for image |
marks |
No | Reporting mark, used only for North American railroad companies. |
locale |
No | Region railway is located |
start_year |
No | Date railway opened, use {{Start date}} template, Using df=y parameter to display in day month year format if appropriate. Shown as Dates of operation
|
end_year |
No | Date railway closed, use {{End date}} template. Shown as Dates of operation |
predecessor_line |
No | Used to list the companies that were merged to make up this company. |
successor_line |
No | Subsequent railway company that operated the company's railway lines |
gauge |
No | Track gauge (use template {{Track gauge}}) |
old_gauge |
No | Old rail gauge (use template {{Track gauge}}) |
electrification |
No | Electrification system, if appropriate |
length |
No | Length of the railway system |
hq_city |
No | Locale of the company's headquarters. |
website |
No | Website, use {{URL}} template |
Examples
Usage | Code | Example | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Minimum use | {{Infobox rail |railroad_name=[[Isle of Sodor Railway]] }} |
| ||||||||||||||||||||||||||
Logo | {{Infobox rail | railroad_name=[[Isle of Sodor Railway]] | logo = No-photo.svg | logo_size = 300px}} |
| ||||||||||||||||||||||||||
Image | {{Infobox rail | railroad_name = [[Great North of Scotland Railway]] | image = Gordon Highlander steam locomotive.jpg | image_size = 300px | image_caption = No. 49 ''Gordon Highlander'', built for the [[Great North of Scotland Railway]] in 1920 }} |
| ||||||||||||||||||||||||||
Text | {{Infobox rail |railroad_name = [[Great North of Scotland Railway]] |marks = FGW |locale = North Scotland |start_year = {{Start date|1906|5|12}} |end_year = {{End date|1923|1|20}} |predecessor_line = |successor_line = [[London and North Eastern Railway]] |gauge = {{Track gauge|56.5in|allk=on}} |old_gauge = {{Track gauge|42in|lk=on}} |electrification = 650 [[Volt|V]] [[Direct current|DC]] |length = {{convert|50|mi}} |hq_city = N/A |website = N/A }} |
| ||||||||||||||||||||||||||
(Nearly) Everything | {{Infobox rail | railroad_name = [[Great North of Scotland Railway]] | logo = No-photo.svg | system_map = Temporary placeholder photo.jpg | image = Gordon Highlander steam locomotive.jpg | image_size = 300px | image_caption = No. 49 ''Gordon Highlander'', built for the [[Great North of Scotland Railway]] in 1920 |marks = FGW |locale = North Scotland |start_year = {{Start date|1906|5|12}} |end_year = {{End date|1923|1|20}} |predecessor_line= |successor_line = [[London and North Eastern Railway]] |gauge = {{Track gauge|56.5in|allk=on}} |old_gauge = {{Track gauge|42in|lk=on}} |electrification= 650 [[Volt|V]] [[Direct current|DC]] |length = {{convert|50|mi}} |hq_city = N/A |website = N/A }} |
|