Changes

2,665 bytes added ,  13:09, 8 May 2022
no edit summary
Line 1: Line 1:  +
{{Notice|1=After creating a new project page with the name of the project as the title, use the following syntax to generate the common content. This can then be edited to add extra information. <nowiki>{{subst:EmptyProjectPage|{{PAGENAME}}}}</nowiki> |heading=Project Page Creation}}
 +
 
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 Template:Infobox ROSProject.
 
At the top of the page, you should include an Infobox. You should use the Template:Infobox ROSProject.
   −
{{Infobox ROSProject
+
To generate an infobox you can use the following syntax. Note that parameters are all optional, so can be removed if not required for a specific project.
| name        = Test Route
  −
| description = An example route for the purposes of this page.
  −
| country    = UK
  −
| time_period = 2010s
  −
| company    = Test Train Company
  −
| difficulty  = 5
  −
| author      = Test Person
  −
| repository  = https://github.com/Railway-Op-Sim/UN-Template
  −
| website    = https://www.railwayoperationsimulator.com/
  −
| map        = {{Barnham and Ford Route}}
  −
}}
  −
 
  −
To generate an infobox you can use the following piece of text, included are some examples of what goes in each box. You can copy and paste this example into the page.
      
<pre>
 
<pre>
Line 28: Line 17:  
| difficulty  = Difficulty of the route (1-10)
 
| difficulty  = Difficulty of the route (1-10)
 
| author      = Name of Author(s)
 
| author      = Name of Author(s)
| repository  = URL of repository, without [[ ]]
+
| repository  = Link to GitHub repository
| website    = URL of page on ROS website, without [[ ]]
+
| website    = Link to ROS website page
 
| map        = <!-- Include the route map template here -->
 
| map        = <!-- Include the route map template here -->
 
}}
 
}}
 
</nowiki>
 
</nowiki>
 
</pre>
 
</pre>
 +
 +
Following the infobox, include a brief description of the route. This could include history, background, or just some interesting facts.
 +
 +
== Timetable ==
 +
 +
Give some details about the timetable
 +
 +
The table below allows a summary of standard services to be provided. This should work for most routes however for some the headings may need adjusting (see [[Harrow-on-the-Hill]], [[Glasgow Central]]).
 +
 +
Frequency should be in tph where possible, or if tpd is more applicable, include the "tpd" in the cell. ''Limited'' or ''Infrequent'' can also be used if necessary.
 +
 +
Services should be grouped by train operating company - each company should only appear once in the left most column. Where possible, services should also be grouped such that stations are not repeated, or are repeated as little as possible if unavoidable.
 +
 +
Merge cells using 'colspan="#"' and rowspan="#" where possible, except for in the frequency column.
 +
 +
Train Operating Company colours can be found [https://en.wikipedia.org/wiki/Template:National_Rail_colour here] - sometimes these aren't the best colours to use, for example for South Western Railway it is better to use the Island Line colour. If the required colour is not there (eg London Underground line colours), a hex code can be used instead. Typically the train operating company should be in white to be legible, however in some cases black text is better.
 +
{| class="wikitable"
 +
| colspan="4"; style="text-align: center" | '''<Insert Route Name> Services'''
 +
|-
 +
| style="text-align: center" | '''Train Operating Company''' || style="text-align: center" | '''Origin''' || style="text-align: center" | '''Destination''' || style="text-align: center" | '''Frequency (tph)'''
 +
|-
 +
| rowspan="2"; style="background:#{{National Rail colour|London Overground}}; color: white" | London Overground
 +
| Origin 1 || Destination 1 || 4
 +
|-
 +
| rowspan="2" | Origin 2 || Destination 2 || 2
 +
|-
 +
| rowspan="2"; style="background:#{{National Rail colour|Thameslink}}; color: white" | Thameslink
 +
| rowspan="3" | Destination 3 || 1tpd
 +
|-
 +
| rowspan="2" | Origin 3 || 2
 +
|-
 +
| rowspan="4"; style="background:#{{National Rail colour|Great Northern}}" | Great Northern
 +
| 2
 +
|-
 +
| Origin 4 || rowspan="2" | Destination 4 || 0.5
 +
|-
 +
| Origin 2 || 1
 +
|-
 +
| Origin 5 || Destination 5 || ''Infrequent''
 +
|}
 +
 +
Peak only services and freight services should not typically be included in the table. Instead these should be briefly be mentioned below. Exceptions apply - see [[Thameslink Core]].
 +
 +
== Operational Tips ==
 +
 +
Optional - if there are any operating tips for the route, include them here. You may like to use heading 3 to separate them if there are lots of tips, for example by location
 +
 +
== Trivia ==
 +
 +
Optional - if there's any random facts about the route that you want to mention
 +
 +
Add a link to the appropriate category here
confirmed, superuser, Administrators
1,177

edits