Difference between revisions of "Template:TrainStation"

From All About Ayrshire
Jump to: navigation, search
Line 53: Line 53:
 
</templatedata>
 
</templatedata>
 
<b>Example:</b><br />
 
<b>Example:</b><br />
The code for the map is added after the crossing type.
+
The code for the map is added after the status.
 
<pre>
 
<pre>
{{LevelCrossing
+
{{TrainStation
  | name              = Ardrossan Level Crossing
+
  | name              = Caledonian Station
 
  | type              = train
 
  | type              = train
 
  | country            = Scotland
 
  | country            = Scotland
 
  | county            = North Ayrshire
 
  | county            = North Ayrshire
 
  | location          = Ardrossan
 
  | location          = Ardrossan
  | roads              = Princes Street
+
  | roads              = Montgomerie Street
  | open              =
+
  | operator          = Lanarkshire and Ayrshire Railway<br />Caledonian Railway<br />London, Midland and Scottish Railway
  | closed            =
+
| opened            = 3rd Sepetmber 1888
  | status            =
+
  | closed            = 4th July 1932
 +
  | status            = Demolished
 
{{#display_map: 55.63950883290983,-4.812919646501541|mappingservice=leaflet|zoom=15}}
 
{{#display_map: 55.63950883290983,-4.812919646501541|mappingservice=leaflet|zoom=15}}
 
}}
 
}}

Revision as of 18:13, 14 October 2015

<templatedata> { "description": "", "params": { "name": { "description": "The name of the crossing", "type": "string", "required": true }, "type": { "description": "This should be set as:\ntrain", "type": "string", "required": true }, "location": { "description": "The location it is located, this is the local town, village or suburb of city", "type": "string", "required": true }, "country": { "description": "The Country it is located in", "type": "string", "required": true }, "county": { "description": "The name of the County", "type": "string", "required": true }, "roads": { "description": "The name of the road that serves the station", "type": "string", "required": true }, "operator": { "description": "The comany that operated the railway", "type": "string", "required": true }, "open": { "description": "When the station opened" }, "closed": { "description": "When the station closed" }, "status": { "description": "What is the status of the station\n\nOperational\n\nClosed\n\nDemolished\n\nRuin", "required": true } } } </templatedata> Example:
The code for the map is added after the status.

{{TrainStation 
 | name               = Caledonian Station
 | type               = train
 | country            = Scotland
 | county             = North Ayrshire
 | location           = Ardrossan
 | roads              = Montgomerie Street
 | operator           = Lanarkshire and Ayrshire Railway<br />Caledonian Railway<br />London, Midland and Scottish Railway
 | opened             = 3rd Sepetmber 1888
 | closed             = 4th July 1932
 | status             = Demolished
{{#display_map: 55.63950883290983,-4.812919646501541|mappingservice=leaflet|zoom=15}}
}}


TrainStation