Module:Adjacent stations/Docklands Light Railway
Appearance
(Redirected from Module:Adjacent stations/DLR)
This is a data module for Module:Adjacent stations. It supports services operated by Docklands Light Railway.
local x = "%1 station"
local rws = "%1 railway station"
local p = {
["system title"] = "[[Docklands Light Railway|DLR]]",
["system icon"] = "[[File:DLR no-text roundel.svg|15px|link=Docklands Light Railway|alt=Docklands Light Railway]]",
["system color"] = "00b2a9",
["station format"] = {
"%1 DLR station",
["Canning Town"] = x,
["Custom House"] = x,
["Greenwich"] = x,
["Lewisham"] = x,
["Limehouse"] = x,
["Stratford"] = x,
["Stratford International"] = x,
["West Ham"] = x,
["Woolwich Arsenal"] = x,
["Bank"] = "Bank and Monument stations",
["Dagenham Dock"] = rws,
["Shadwell & St. George's East"] = rws
},
["lines"] = {
["_default"] = {
["title"] = "[[Docklands Light Railway]]",
["color"] = "00b2a9",
},
["dlr"]=
{
["left terminus"]="Foo",
["right terminus"]="Bar",
["types"] = {
["Bank–Lewisham"] = {
["left terminus"] = "Bank",
["right terminus"] = "Lewisham"
},
["Stratford–Canary Wharf"] = {
["left terminus"] = "Stratford",
["right terminus"] = "Canary Wharf"
},
["Stratford–Lewisham"] = {
["note-mid"] = "<abbr title=\"06:30–10:00 weekdays\">Morning peak only</abbr>",
["left terminus"] = "Stratford",
["right terminus"] = "Lewisham"
},
["Tower Gateway–Beckton"] = {
["left terminus"] = "Tower Gateway",
["right terminus"] = "Beckton"
},
["Canning Town–Beckton"] = {
["note-mid"] = "<abbr title=\"10:00–16:00 weekdays, 08:30–19:30 Saturdays and bank holidays, 10:30–19:30 Sundays\">Inter-peak/daytime only</abbr>",
["left terminus"] = "Canning Town",
["right terminus"] = "Beckton"
},
["Bank–Woolwich Arsenal"] = {
["title"] = "Bank–Woolwich",
["left terminus"] = "Bank",
["right terminus"] = "Woolwich Arsenal"
},
["Stratford International–Woolwich Arsenal"] = {
["title"] = "Stratford–Woolwich",
["left terminus"] = "Stratford International",
["right terminus"] = "Woolwich Arsenal"
}
}
},
},
["aliases"] = {
["bank–woolwich"] = "Bank–Woolwich Arsenal",
["stratford–woolwich"] = "Stratford International–Woolwich Arsenal"
}
}
return p