Changes

1,666 bytes removed ,  20:00, 7 May 2021
no edit summary
Line 1: Line 1:  
When creating pages for community created projects, you should use this general format.
 
When creating pages for community created projects, you should use this general format.
   −
At the top of the page, you should include an Infobox. You should use the slightly edited Template:Infobox rail line.
+
At the top of the page, you should include an Infobox. You should use the Template:Infobox ROSProject.
   −
{{Infobox rail line
+
{{Infobox ROSProject
| name             = Example Infobox
+
| name        = Test Route
| author          = Author
+
| description = An example route for the purposes of this page.
| image            = [[File:Example i18n.svg|Example i18n]]
+
| country    = UK
| image_alt       = Image Alternative
+
| time_period = 2010s
| caption          = Railway Diagram in ROS
+
| company    = Test Train Company
| type            = Railway Type
+
| difficulty  = 5
| status          = Status on the Project
+
| author      = Test Person
| locale          = Location (Or fictional)
+
| repository  = https://github.com/Railway-Op-Sim/Example-Route
| start            = Start Location
+
| website     = https://www.railwayoperationsimulator.com/
| end              = End Location
+
| map        = {{Barnham and Ford Route}}
| stations        = Number of Stations
  −
| linelength_km    =  
  −
| linelength_mi    =  
  −
| linelength      = Length of railway
  −
| tracks          = General track layout
  −
| speed_km/h      =
  −
| speed_mph        =
  −
| speed            = General track speed
  −
| signalling      = Signalling type
  −
| website         = Link to ROS website
  −
| map             =
  −
| map_name        = Track Map goes here (WIP)
  −
| map_state        = uncollapsed
  −
| embedded         =  
  −
| connected        = Test Project 2
   
}}
 
}}
   Line 35: Line 20:  
<pre>
 
<pre>
 
<nowiki>
 
<nowiki>
{{Infobox rail line
+
{{Infobox ROSProject
| name             = Name of Route
+
| name       = Name of Route
| author          = Author
+
| description = Route Description
| image            = File:Example railway.png
+
| country    = Country Code
| image_alt        = Alternative text for image
+
| time_period = Rough Time Period
| caption          = Railway Diagram in ROS
+
| company    = Train companies that operate the route, can use one or more.
| type            = Railway Type (Mainline, Metro, Branch Lines...)
+
| difficulty  = Difficulty of the route (1-10)
| status          = Status on the Project (Released, Work in Progress)
+
| author      = Name of Author(s)
| locale          = Location (Or Fictional)
+
| repository  = URL of repository, without [[ ]]
| start            = Start Location (First station / major hub)
+
| website     = URL of page on ROS website, without [[ ]]
| end              = End Location (Last station / major hub)
+
| map        = <!-- Include the route map template here -->
| stations        = Number of Stations
  −
| linelength_km    = <!-- You can enter a number here and it will be automatically converted to mi -->
  −
| linelength_mi    = <!-- You can enter a number here and it will be automatically converted to kilometers -->
  −
| linelength      = Use if above two do not apply
  −
| tracks          = How many tracks wide in general? (1 with passing loops, 2, 4?)
  −
| speed_km/h      = <!-- General track speed, you can enter a number here and it will be automatically converted to mph -->
  −
| speed_mph        = <!-- General track speed, you can enter a number here and it will be automatically converted to km/h -->
  −
| speed            = Use if above two do not apply
  −
| signalling      = Signalling type (Most likely block signalling)
  −
| website         = Link to ROS website
  −
| map             = <!-- Leave blank, this is WIP -->
  −
| map_name         = <!-- Leave blank, this is WIP -->
  −
| map_state        = <!-- Leave blank, this is WIP -->
  −
| embedded        = <!-- Leave blank, this is WIP -->
  −
| connected        = A list of geographically connected projects
   
}}
 
}}
 
</nowiki>
 
</nowiki>
 
</pre>
 
</pre>