Module:Adjacent stations/Milan S Lines
Appearance
From Wikipedia, the free encyclopedia
This is a data module for Module:Adjacent stations. It supports services operated by Milan S Lines.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Trenord S1 | S1 |
ee3b33 |
Line S1 | |
Trenord S2 | S2 |
00a886 |
Line S2 | |
Trenord S3 | S3 |
aa2b3f |
Line S3 | |
Trenord S4 | S4 |
7cc242 |
Line S4 | |
Trenord S5 | S5 |
f79239 |
Line S5 | |
Trenord S6 | S6 |
f2d11a |
Line S6 | |
Trenord S7 | S7 |
ed037c |
Line S7 | |
Trenord S8 | S8 |
f8afad |
Line S8 | |
Trenord S9 | S9 |
9d3c96 |
Line S9 | |
Trenord S11 | S11 |
9396cb |
Line S11 | |
Trenord S12 | S12 |
293838 |
Line S12 | |
Trenord S13 | S13 |
965d0f |
Line S13 | |
Trenord S14 | S14 |
b3d670 |
Line S14 |
The above documentation is transcluded from Module:Adjacent stations/Milan S Lines/doc. (edit | history)
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
local p = { ["system title"] = "[[Milan S Lines|Milan suburban railway service]]", ["system icon"] = "[[File:Linee S di Milano.svg|13px|link=Milan S Lines]]", ["station format"] = { "%1 railway station", ["Lodi"] = "[[Lodi railway station (Lombardy)|Lodi]]", }, ["lines"] = { ["_default"] = { ["title"] = "[[Trenord]]<br/>[[Line %1 (Milan suburban railway service)|%1]]", ["icon"] = "[[File:Milano %1.svg|20px|Line %1|link=Line %1 (Milan suburban railway service)]]" }, ["S1"] = { ["color"] = "ee3b33", ["left terminus"] = "Saronno", ["right terminus"] = "Lodi", }, ["S2"] = { ["color"] = "00a886", ["left terminus"] = "Mariano Comense", ["right terminus"] = "Milano Rogoredo", }, ["S3"] = { ["color"] = "aa2b3f", ["left terminus"] = "Saronno", ["right terminus"] = "Milano Cadorna", }, ["S4"] = { ["color"] = "7cc242", ["left terminus"] = "Camnago-Lentate", ["right terminus"] = "Milano Cadorna", }, ["S5"] = { ["color"] = "f79239", ["left terminus"] = "Varese", ["right terminus"] = "Treviglio", }, ["S6"] = { ["color"] = "f2d11a", ["left terminus"] = "Novara", ["right terminus"] = "Treviglio", }, ["S7"] = { ["color"] = "ed037c", ["left terminus"] = "Lecco", ["right terminus"] = "Milano Porta Garibaldi", }, ["S8"] = { ["color"] = "f8afad", ["left terminus"] = "Lecco", ["right terminus"] = "Milano Porta Garibaldi", }, ["S9"] = { ["color"] = "9d3c96", ["left terminus"] = "Saronno", ["right terminus"] = "Albairate-Vermezzo", }, ["S11"] = { ["color"] = "9396cb", ["left terminus"] = "Chiasso", ["right terminus"] = "Rho", }, ["S12"] = { ["color"] = "293838", ["left terminus"] = "Cormano-Cusano Milanino", ["right terminus"] = "Melegnano", }, ["S13"] = { ["color"] = "965d0f", ["left terminus"] = "Garbagnate Milanese", ["right terminus"] = "Pavia", }, ["S14"] = { ["color"] = "b3d670", ["left terminus"] = "", ["right terminus"] = "", }, }, ["aliases"] = { }, } return p