Difference between revisions of "Template:SignalBox"

From All About Ayrshire
Jump to: navigation, search
 
Line 202: Line 202:
 
--><includeonly><!--
 
--><includeonly><!--
  
Categorise in the main "Signal Box" category.  They will be sorted by the name given in then "name" parameter, unless that is not used, in which case it uses the page name.
+
Categorise in the main "SignalBox" category.  They will be sorted by the name given in then "name" parameter, unless that is not used, in which case it uses the page name.
 
-->{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}
 
-->{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}
 
[[Category:Signal Box]]
 
[[Category:Signal Box]]
  
 
</includeonly>
 
</includeonly>

Latest revision as of 20:09, 22 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", "type": "number" }, "closed": { "description": "When the station closed", "type": "number" }, "status": { "description": "What is the status of the station\n\nOperational\n\nClosed\n\nDemolished\n\nRuin", "required": true, "type": "string" }, "guage": { "description": "What is the guage of the rail track", "type": "string" }, "dates": { "description": "The dates of operation", "type": "string" }, "image": { "description": "the image you want to show\n\nFile:example.jpg", "type": "string" }, "successor": { "description": "The names of company", "type": "string" }, "predecessor": { "description": "The names of companies", "type": "string" }, "miles": { "description": "The distance of track", "type": "number" } } } </templatedata> Example:
The code for the map is added after the status.

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


SignalBox
{{{image}}}